Project

General

Profile

Bug #3438

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  Using fedora 13: 
  Linux 2.6.33.5-112.fc13.x86_64 #1 SMP Thu May 27 02:28:31 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux 
  gcc version 4.4.4 20100503 (Red Hat 4.4.4-2) 
  compiled against openssl-0.9.8o 
  ./configure --prefix=/usr/local 
 
  make test 
  ..... 
  test_massign.rb .................................. 
  test_thread.rb .....................bootstraptest.tmp.rb:295: [BUG] Segmentation fault 
  ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux] 
 
  -- control frame ---------- 
  c:0003 p:0000 s:0007 b:0007 l:001568 d:000006 BLOCK    bootstraptest.tmp.rb:295 
  c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH 
  c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP    
  --------------------------- 
  -- Ruby level backtrace information----------------------------------------- 
  bootstraptest.tmp.rb:295:in `block (2 levels) in <main>' 
 
  -- C level backtrace information ------------------------------------------- 
  0x4dfa61 /home/phoebe/workspace_c/ruby-1.9.1-p378/ruby19(rb_vm_bugreport+0x41) [0x4dfa61] 
  0x50c5e6 /home/phoebe/workspace_c/ruby-1.9.1-p378/ruby19() [0x50c5e6] 
  0x50c751 /home/phoebe/workspace_c/ruby-1.9.1-p378/ruby19(rb_bug+0xb1) [0x50c751] 
  0x48ca30 /home/phoebe/workspace_c/ruby-1.9.1-p378/ruby19() [0x48ca30] 
  0x3fad00f440 /lib64/libpthread.so.0() [0x3fad00f440] 
  0x12e00d0 [0x12e00d0] 
 
  [NOTE] 
  You may encounter a bug of Ruby interpreter. Bug reports are welcome. 
  For details: http://www.ruby-lang.org/bugreport.html 
 
  E........................ 
  test_syntax.rb ..................................................................................................................................................... 
  test_jump.rb ......................... 
  test_proc.rb .................................bootstraptest.tmp.rb:5:in `<main>': ok (RuntimeError) 
  . 
  test_io.rb ......................................................... 
  test_eval.rb ................................... 
  #621 test_thread.rb:191:in `<top (required)>': core dumped    [ruby-dev:31371] 
  FAIL 1/945 tests failed 
  make: *** [btest-ruby] Error 1 
 
 =end 
 

Back