znmeb (Ed Borasky)
- Login: znmeb
- Email: znmeb@cesmail.net
- Registered on: 07/13/2008
- Last sign in: 12/26/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/29/2008
-
11:30 PM Ruby Bug #932: incorrect case statement in "ext/dl/test/test_base.rb" causes library problems on openSUSE 11.1 64-bit
- =begin
Yeah ... that should work. I'll try it as soon as it makes it into the trunk. By the way, Gentoo is like Debian -- /lib is a link to /lib64 (and /usr/lib links to /usr/lib64).
=end
-
01:58 PM Ruby Bug #942: Build fails on IA-32 Linux with gcc 4.3.2
- =begin
Did you capture a log of the entire build process? I'm running a 64-bit Linux with gcc 4.3.2 and it works for me. Here's my build script -- maybe there's a step missing from yours:
#! /bin/bash -v
export DIR='ruby'
rm -f... -
03:14 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Different place ... it's calling "isdigit" now. C-level backtrace is attached
=end
-
03:03 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
I'm still seeing a segfault in r21112:
which ruby
/home/znmeb/test/bin/ruby
ruby --version
ruby 1.9.1 (2008-12-28 patchlevel-5000 trunk 21112) [x86_64-linux]
cd ruby/ext/dl/test/
ruby test_all.rb 2>&1 | tee ~/Packa...
12/27/2008
-
05:40 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Here's a C-level backtrace with no optimization. It looks a lot better -- I can see the call from Ruby out to the system library now, and the whole path to the segfault. It's around line #11:
#10 0x00007f8bd53d584c in qsort_... -
05:37 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Here's a C-level backtrace with no optimization. It looks a lot better -- I can see the call from Ruby out to the system library now, and the whole path to the segfault. It's around line #11:
#10 0x00007f8bd53d584c in qsort_... -
05:36 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Here's a C-level backtrace with no optimization. It looks a lot better -- I can see the call from Ruby out to the system library now, and the whole path to the segfault. It's around line #11:
#10 0x00007f8bd53d584c in qsort_... -
05:34 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Here's a C-level backtrace with no optimization. It looks a lot better -- I can see the call from Ruby out to the system library now, and the whole path to the segfault. It's around line #11:
#10 0x00007f8bd53d584c in qsort_... -
04:25 AM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
OK ... I have a core dump file and a C level traceback with "gdb". I've attached the files, rather than putting the details in line. Enough stuff was "optimized out" that I think I'm going to recompile with "-O0" (no optimization... -
03:35 AM Ruby Bug #932 (Closed): incorrect case statement in "ext/dl/test/test_base.rb" causes library problems on openSUSE 11.1 64-bit
- =begin
I compiled Ruby 1.9.1 from the SVN repository and tried to reproduce the segfault issue #633 on my openSUSE 11.1 x86_64 system. Instead of segfaulting, it did this:
znmeb@DreamScape:~/Packages/ruby/ext/dl/test> ruby test_all...