Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created December 9, 2011 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuckremes/1449432 to your computer and use it in GitHub Desktop.
Save chuckremes/1449432 to your computer and use it in GitHub Desktop.
^CAn exception occurred running /tmp/t.rb
Thread has been interrupted (Interrupt)
Backtrace:
{ } in Rubinius::Loader#signals at kernel/loader.rb:137
Signal.run_handler at kernel/common/signal.rb:70
Rubinius.received_signal at kernel/delta/rubinius.rb:204
Kernel(Object)#sleep at kernel/common/kernel.rb:215
Object#__script__ at /tmp/t.rb:6
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:65
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:107
Rubinius::Loader#script at kernel/loader.rb:648
Rubinius::Loader#main at kernel/loader.rb:803
Thread 1: total running time: 3.032658784s
% cumulative self self total
time seconds seconds calls ms/call ms/call name
------------------------------------------------------------
98.62 2.99 2.99 3 997.80 997.80 Rubinius::Channel#receive_timeout
0.81 0.02 0.02 7 3.50 3.50 FFI::Platform::POSIX.stat
0.16 0.01 0.01 3 1.67 1.67 IO.open_with_mode
0.09 0.01 0.00 57 0.05 0.10 Array#each
0.07 0.00 0.00 18 0.12 0.12 Rubinius::Location#file
0.03 0.01 0.00 2 0.50 4.28 IO.open
0.03 0.01 0.00 1 0.85 6.75 Rubinius::Compiler::Generator#run
0.03 0.00 0.00 18 0.04 0.18 Rubinius::Backtrace::show<81> {}
0.02 0.01 0.00 1 0.69 7.45 Rubinius::Compiler::Parser#run
0.02 0.03 0.00 1 0.48 32.44 Rubinius::CodeLoader#load_file
0.01 3.03 0.00 1 0.45 3027.11 Rubinius::Loader#script
0.01 2.99 0.00 1 0.37 2994.01 script:/tmp/t.rb
0.01 0.00 0.00 2 0.17 2.17 Exception#render
0.01 0.01 0.00 26 0.01 0.20 Class#new
0.01 0.01 0.00 3 0.10 1.73 File#initialize
0.01 0.00 0.00 1 0.28 2.61 Rubinius::Loader::write_last_error<771> {}
0.01 0.00 0.00 18 0.01 0.13 Rubinius::Location#position
0.01 2.99 0.00 3 0.08 997.88 Kernel#sleep
0.01 0.01 0.00 3 0.06 1.69 IO.sysopen
0.01 3.03 0.00 1 0.17 3026.64 Rubinius::CodeLoader#load_script
0.00 0.01 0.00 1 0.14 7.59 Rubinius::Compiler.compile
0.00 0.01 0.00 1 0.10 5.90 Rubinius::Compiler::Encoder#run
0.00 0.01 0.00 1 0.10 5.73 Rubinius::Compiler::Writer#run
0.00 0.00 0.00 2 0.05 2.00 Rubinius::Backtrace#show
0.00 0.02 0.00 4 0.02 6.11 File.exists?
0.00 0.01 0.00 1 0.05 5.79 Rubinius::Compiler::Packager#run
0.00 0.00 0.00 1 0.05 2.97 Rubinius::Loader#write_last_error
0.00 3.03 0.00 1 0.02 3026.66 Rubinius::CodeLoader.load_script
0.00 0.01 0.00 4 0.00 1.69 Rubinius::Compiler::Stage#run_next
0.00 2.99 0.00 1 0.01 2994.02 Rubinius.run_script
0.00 0.01 0.00 1 0.01 7.59 Rubinius::CodeLoader#compile_file
0.00 0.01 0.00 1 0.00 5.64 Rubinius::CompiledFile.dump
0.00 0.01 0.00 1 0.00 7.45 Rubinius::Compiler#run
33 methods called a total of 190 times
Thread 4: total running time: -4503930.410393855s
% cumulative self self total
time seconds seconds calls ms/call ms/call name
------------------------------------------------------------
0 methods called a total of 0 times
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment