[#28561] Ruby::DL vs Ruby::FFI — Aston <blackapache512-ticket@...>

Ruby.DL and FFI libraries are great for programmers like me who are not internet programmers, but are more interested in scientific and number processing etc.

11 messages 2010/03/08

[#28686] trunk (26947) build fail with msys/mingw/vista — Jon <jon.forums@...>

I get the following build failure when msysgit's "c:\git\cmd" dir is on PATH.

8 messages 2010/03/16

[#28687] [Bug #2973] rb_bug - Segmentation fault - error.c:213 — rudolf gavlas <redmine@...>

Bug #2973: rb_bug - Segmentation fault - error.c:213

10 messages 2010/03/16

[#28735] [Bug #2982] Ruby tries to link with both openssl and readline — Lucas Nussbaum <redmine@...>

Bug #2982: Ruby tries to link with both openssl and readline

16 messages 2010/03/18

[#28736] [Bug #2983] Ruby (GPLv2 only) tries to link to with readline (now GPLv3) — Lucas Nussbaum <redmine@...>

Bug #2983: Ruby (GPLv2 only) tries to link to with readline (now GPLv3)

10 messages 2010/03/18

[#28907] [Bug #3000] Open SSL Segfaults — Christian Höltje <redmine@...>

Bug #3000: Open SSL Segfaults

19 messages 2010/03/23

[#28924] [Bug #3005] Ruby core dump - [BUG] rb_sys_fail() - errno == 0 — Sebastian YEPES <redmine@...>

Bug #3005: Ruby core dump - [BUG] rb_sys_fail() - errno == 0

10 messages 2010/03/24

[#28954] [Feature #3010] slow require gems in ruby 1.9.1 — Miao Jiang <redmine@...>

Feature #3010: slow require gems in ruby 1.9.1

15 messages 2010/03/24

[#29179] [Bug #3071] Convert rubygems and rdoc to use psych — Aaron Patterson <redmine@...>

Bug #3071: Convert rubygems and rdoc to use psych

10 messages 2010/03/31

[ruby-core:29106] [Bug #2667] Segmentation fault error

From: Tom Brandt <redmine@...>
Date: 2010-03-29 13:25:05 UTC
List: ruby-core #29106
Issue #2667 has been updated by Tom Brandt.


It happened again this morning:
$ cap deploy:migrations
<internal:gem_prelude>: compile/should not be reached: compile.c:473
/usr/bin/ruby:10808: [BUG] Segmentation fault
ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]

-- control frame ----------
c:0002 p:-7010164 s:0004 b:0004 l:000003 d:000003 TOP    /usr/bin/ruby:10808
c:0001 p:0000 s:0002 b:0002 l:0010d8 d:0010d8 TOP   
---------------------------
-- Ruby level backtrace information-----------------------------------------

-- C level backtrace information -------------------------------------------
0x4d86a1 /usr/bin/ruby(rb_vm_bugreport+0x41) [0x4d86a1]
0x503c5e /usr/bin/ruby [0x503c5e]
0x503dc1 /usr/bin/ruby(rb_bug+0xb1) [0x503dc1]
0x48c3cf /usr/bin/ruby [0x48c3cf]
0x368ba0e930 /lib64/libpthread.so.0 [0x368ba0e930]
0x4b97d5 /usr/bin/ruby [0x4b97d5]
0x4bb083 /usr/bin/ruby [0x4bb083]
0x4bd292 /usr/bin/ruby [0x4bd292]
0x4bb478 /usr/bin/ruby [0x4bb478]
0x4c3823 /usr/bin/ruby(rb_iseq_compile_node+0x6f3) [0x4c3823]
0x4c711c /usr/bin/ruby [0x4c711c]
0x4c718b /usr/bin/ruby(rb_iseq_new_with_opt+0x1b) [0x4c718b]
0x4bb00b /usr/bin/ruby [0x4bb00b]
0x4bd975 /usr/bin/ruby [0x4bd975]
0x4bb478 /usr/bin/ruby [0x4bb478]
0x4bbc49 /usr/bin/ruby [0x4bbc49]
0x4bb478 /usr/bin/ruby [0x4bb478]
0x4c3599 /usr/bin/ruby(rb_iseq_compile_node+0x469) [0x4c3599]
0x4c711c /usr/bin/ruby [0x4c711c]
0x4c718b /usr/bin/ruby(rb_iseq_new_with_opt+0x1b) [0x4c718b]
0x4c798d /usr/bin/ruby(rb_iseq_compile_with_option+0x13d) [0x4c798d]
0x4df314 /usr/bin/ruby(Init_prelude+0xa4) [0x4df314]
0x48b515 /usr/bin/ruby [0x48b515]
0x4cb19a /usr/bin/ruby(rb_vm_call_cfunc+0xba) [0x4cb19a]
0x489884 /usr/bin/ruby(ruby_process_options+0xa4) [0x489884]
0x4177a0 /usr/bin/ruby(ruby_options+0x90) [0x4177a0]
0x4156c5 /usr/bin/ruby(main+0x45) [0x4156c5]
0x368ae1d994 /lib64/libc.so.6(__libc_start_main+0xf4) [0x368ae1d994]
0x4155c9 /usr/bin/ruby [0x4155c9]

[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Aborted

----------------------------------------
http://redmine.ruby-lang.org/issues/show/2667

----------------------------------------
http://redmine.ruby-lang.org

In This Thread