[#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:28661] [Bug #2964] Segmentation Fault is occurred by Array#sample in a child process

From: Kenta Murata <redmine@...>
Date: 2010-03-15 07:41:18 UTC
List: ruby-core #28661
Bug #2964: Segmentation Fault is occurred by Array#sample in a child process
http://redmine.ruby-lang.org/issues/show/2964

Author: Kenta Murata
Status: Open, Priority: Normal
Category: core, Target version: 1.9.2
ruby -v: ruby 1.9.2dev (2010-03-15 trunk 26932) [x86_64-darwin10.2.0]

ruby -ve 'Process.wait fork { p [1, 2].sample }'
-e:1: [BUG] Segmentation fault
ruby 1.9.2dev (2010-03-15 trunk 26932) [x86_64-darwin10.2.0]

-- control frame ----------
c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC  :sample
c:0006 p:0011 s:0015 b:0014 l:000e18 d:000013 BLOCK  -e:1
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :fork
c:0003 p:0016 s:0007 b:0006 l:000e18 d:001ac8 EVAL   -e:1
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:000e18 d:000e18 TOP   
---------------------------
-- Ruby level backtrace information ----------------------------------------
-e:1:in `<main>'
-e:1:in `fork'
-e:1:in `block in <main>'
-e:1:in `sample'

-- C level backtrace information -------------------------------------------
0   ruby                                0x000000010019a5d2 rb_vm_bugreport + 210
1   ruby                                0x000000010003da44 report_bug + 372
2   ruby                                0x000000010003dc2b rb_bug + 219
3   ruby                                0x0000000100111c74 sigsegv + 148
4   libSystem.B.dylib                   0x00007fff804b4eaa _sigtramp + 26
5   ???                                 0x000000010060dc19 0x0 + 4301315097
6   ruby                                0x000000010000b35c rb_ary_sample + 108
7   ruby                                0x00000001001805e2 vm_call_method + 978
8   ruby                                0x0000000100183473 vm_exec_core + 8531
9   ruby                                0x000000010018af33 vm_exec + 1507
10  ruby                                0x0000000100197b34 rb_yield + 676
11  ruby                                0x0000000100042aad rb_protect + 253
12  ruby                                0x00000001000cf038 rb_f_fork + 136
13  ruby                                0x00000001001805e2 vm_call_method + 978
14  ruby                                0x0000000100183473 vm_exec_core + 8531
15  ruby                                0x000000010018af33 vm_exec + 1507
16  ruby                                0x000000010018b240 rb_iseq_eval_main + 496
17  ruby                                0x00000001000430a2 ruby_exec_internal + 226
18  ruby                                0x0000000100045f44 ruby_run_node + 84
19  ruby                                0x0000000100001460 main + 96
20  ruby                                0x00000001000013f4 start + 52
21  ???                                 0x0000000000000003 0x0 + 3

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

ruby 1.9.2dev (2010-03-15 trunk 26932) [x86_64-darwin10.2.0]


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

In This Thread

Prev Next