|
levin@rhea:~/ruby/ruby (trunk) $ make test
|
|
|
|
test_attr.rb ..
|
|
test_autoload.rb ...........
|
|
test_block.rb .......................................................
|
|
test_class.rb .............................................
|
|
test_eval.rb ....................................
|
|
test_exception.rb .................................
|
|
test_finalizer.rb .
|
|
test_flip.rb .
|
|
test_flow.rb ................................................
|
|
test_fork.rb ....
|
|
test_gc.rb ..
|
|
test_io.rb .................
|
|
test_jump.rb .............................
|
|
test_literal.rb ......................................................................................................................................................
|
|
test_load.rb ..
|
|
test_marshal.rb .
|
|
test_massign.rb ................................(eval):2: [BUG] Bus Error
|
|
ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
-- Control frame information -----------------------------------------------
|
|
c:0007 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC :resume
|
|
c:0006 p:0039 s:0017 b:0017 l:000058 d:001008 EVAL (eval):2
|
|
c:0005 p:---- s:0015 b:0015 l:000014 d:000014 FINISH
|
|
c:0004 p:---- s:0013 b:0013 l:000012 d:000012 CFUNC :eval
|
|
c:0003 p:0053 s:0009 b:0008 l:000058 d:001368 EVAL bootstraptest.tmp.rb:9
|
|
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
-- Ruby level backtrace information ----------------------------------------
|
|
bootstraptest.tmp.rb:9:in `<main>'
|
|
bootstraptest.tmp.rb:9:in `eval'
|
|
(eval):2:in `<main>'
|
|
(eval):2:in `resume'
|
|
|
|
-- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
-- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
-- C level backtrace information -------------------------------------------
|
|
|
|
-- Other runtime information -----------------------------------------------
|
|
|
|
* Loaded script: bootstraptest.tmp.rb
|
|
|
|
* Loaded features:
|
|
|
|
0 enumerator.so
|
|
1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
[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
|
|
|
|
F.
|
|
test_method.rb .............................................................................................................................................................................................................................
|
|
test_objectspace.rb ...
|
|
test_proc.rb ..................................
|
|
test_struct.rb .
|
|
test_syntax.rb ..........................................................................................................................................................
|
|
test_thread.rb .............................FFFFFFF..............
|
|
#470 test_massign.rb:165:in `<top (required)>':
|
|
a,s=[],"aaa"
|
|
300.times { a<<s; s=s.succ }
|
|
eval <<-END__
|
|
GC.stress=true
|
|
Fiber.new do
|
|
#{ a.join(",") },*zzz=1
|
|
end.resume
|
|
END__
|
|
:ok
|
|
#=> "" (expected "ok") [ruby-dev:32581]
|
|
#914 test_thread.rb:287:in `<top (required)>':
|
|
at_exit { Fiber.new{}.resume }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:2: [BUG] Segmentation fault
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0004 p:---- s:0009 b:0009 l:000008 d:000008 CFUNC :resume
|
|
| c:0003 p:0021 s:0006 b:0006 l:000058 d:001c58 BLOCK bootstraptest.tmp.rb:2
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:2:in `block in <main>'
|
|
| bootstraptest.tmp.rb:2:in `resume'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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
|
|
|
|
|
|
|
#915 test_thread.rb:292:in `<top (required)>':
|
|
g = enum_for(:local_variables)
|
|
loop { g.next }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:3: [BUG] Segmentation fault
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0007 p:---- s:0018 b:0018 l:000c20 d:000c20 CFUNC :next
|
|
| c:0006 p:0011 s:0015 b:0015 l:000058 d:000014 BLOCK bootstraptest.tmp.rb:3
|
|
| c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop
|
|
| c:0003 p:0026 s:0008 b:0007 l:000058 d:000b70 EVAL bootstraptest.tmp.rb:3
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:3:in `<main>'
|
|
| bootstraptest.tmp.rb:3:in `loop'
|
|
| bootstraptest.tmp.rb:3:in `block in <main>'
|
|
| bootstraptest.tmp.rb:3:in `next'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
#916 test_thread.rb:297:in `<top (required)>':
|
|
g = enum_for(:block_given?)
|
|
loop { g.next }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:3: [BUG] Segmentation fault
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0007 p:---- s:0018 b:0018 l:001cd0 d:001cd0 CFUNC :next
|
|
| c:0006 p:0011 s:0015 b:0015 l:000058 d:000014 BLOCK bootstraptest.tmp.rb:3
|
|
| c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop
|
|
| c:0003 p:0026 s:0008 b:0007 l:000058 d:001c20 EVAL bootstraptest.tmp.rb:3
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:3:in `<main>'
|
|
| bootstraptest.tmp.rb:3:in `loop'
|
|
| bootstraptest.tmp.rb:3:in `block in <main>'
|
|
| bootstraptest.tmp.rb:3:in `next'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
#917 test_thread.rb:302:in `<top (required)>':
|
|
g = enum_for(:binding)
|
|
loop { g.next }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:3: [BUG] Bus Error
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0007 p:---- s:0018 b:0018 l:001630 d:001630 CFUNC :next
|
|
| c:0006 p:0011 s:0015 b:0015 l:000058 d:000014 BLOCK bootstraptest.tmp.rb:3
|
|
| c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop
|
|
| c:0003 p:0026 s:0008 b:0007 l:000058 d:001580 EVAL bootstraptest.tmp.rb:3
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:3:in `<main>'
|
|
| bootstraptest.tmp.rb:3:in `loop'
|
|
| bootstraptest.tmp.rb:3:in `block in <main>'
|
|
| bootstraptest.tmp.rb:3:in `next'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
#918 test_thread.rb:307:in `<top (required)>':
|
|
g = "abc".enum_for(:scan, /./)
|
|
loop { g.next }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:3: [BUG] Segmentation fault
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0007 p:---- s:0018 b:0018 l:001c30 d:001c30 CFUNC :next
|
|
| c:0006 p:0011 s:0015 b:0015 l:000058 d:000014 BLOCK bootstraptest.tmp.rb:3
|
|
| c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop
|
|
| c:0003 p:0029 s:0008 b:0007 l:000058 d:001b80 EVAL bootstraptest.tmp.rb:3
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:3:in `<main>'
|
|
| bootstraptest.tmp.rb:3:in `loop'
|
|
| bootstraptest.tmp.rb:3:in `block in <main>'
|
|
| bootstraptest.tmp.rb:3:in `next'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
#919 test_thread.rb:312:in `<top (required)>':
|
|
g = Module.enum_for(:new)
|
|
loop { g.next }
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:3: [BUG] Bus Error
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0007 p:---- s:0018 b:0018 l:000cc0 d:000cc0 CFUNC :next
|
|
| c:0006 p:0011 s:0015 b:0015 l:000058 d:000014 BLOCK bootstraptest.tmp.rb:3
|
|
| c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop
|
|
| c:0003 p:0032 s:0008 b:0007 l:000058 d:000c10 EVAL bootstraptest.tmp.rb:3
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:3:in `<main>'
|
|
| bootstraptest.tmp.rb:3:in `loop'
|
|
| bootstraptest.tmp.rb:3:in `block in <main>'
|
|
| bootstraptest.tmp.rb:3:in `next'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
#920 test_thread.rb:316:in `<top (required)>':
|
|
Fiber.new(&Object.method(:class_eval)).resume("foo")
|
|
#=> killed by SIGABRT (signal 6)
|
|
| bootstraptest.tmp.rb:2: [BUG] Bus Error
|
|
| ruby 1.9.3dev (2011-06-13 trunk 32068) [x86_64-darwin10.7.0]
|
|
|
|
|
| -- Control frame information -----------------------------------------------
|
|
| c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :resume
|
|
| c:0003 p:0041 s:0007 b:0006 l:000058 d:001678 EVAL bootstraptest.tmp.rb:2
|
|
| c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
| c:0001 p:0000 s:0002 b:0002 l:000058 d:000058 TOP
|
|
|
|
|
| -- Ruby level backtrace information ----------------------------------------
|
|
| bootstraptest.tmp.rb:2:in `<main>'
|
|
| bootstraptest.tmp.rb:2:in `resume'
|
|
|
|
|
| -- See Crash Report log file under ~/Library/Logs/CrashReporter or ---------
|
|
| -- /Library/Logs/CrashReporter, for the more detail of ---------------------
|
|
| -- C level backtrace information -------------------------------------------
|
|
|
|
|
| -- Other runtime information -----------------------------------------------
|
|
|
|
|
| * Loaded script: bootstraptest.tmp.rb
|
|
|
|
|
| * Loaded features:
|
|
|
|
|
| 0 enumerator.so
|
|
| 1 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/encdb.bundle
|
|
| 2 /Users/levin/ruby/ruby/.ext/x86_64-darwin10.7.0/enc/trans/transdb.bundle
|
|
| 3 /Users/levin/ruby/ruby/lib/rubygems/defaults.rb
|
|
| 4 /Users/levin/ruby/ruby/lib/tsort.rb
|
|
| 5 /Users/levin/ruby/ruby/lib/rubygems/deprecate.rb
|
|
| 6 /Users/levin/ruby/ruby/lib/rubygems/dependency_list.rb
|
|
| 7 /Users/levin/ruby/ruby/lib/rubygems/path_support.rb
|
|
| 8 /Users/levin/ruby/ruby/rbconfig.rb
|
|
| 9 /Users/levin/ruby/ruby/lib/rubygems/exceptions.rb
|
|
| 10 /Users/levin/ruby/ruby/lib/rubygems/custom_require.rb
|
|
| 11 /Users/levin/ruby/ruby/lib/rubygems/version.rb
|
|
| 12 /Users/levin/ruby/ruby/lib/rubygems/requirement.rb
|
|
| 13 /Users/levin/ruby/ruby/lib/rubygems/platform.rb
|
|
| 14 /Users/levin/ruby/ruby/lib/rubygems/specification.rb
|
|
| 15 /Users/levin/ruby/ruby/lib/rubygems.rb
|
|
|
|
|
| [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-dev:34128]
|
|
FAIL 8/934 tests failed
|
|
make: *** [yes-btest-ruby] Error 1
|
|
|