Project

General

Profile

Bug #11112 » crash_console_output.txt

console output from "require 'json'" in irb - nathanmlong (Nathan Long), 05/01/2015 02:07 PM

 
~: irb
>> require 'json'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext/parser.bundle: [BUG] Segmentation fault at 0x00000000000418
ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-darwin13.0]

-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.

-- Control frame information -----------------------------------------------
c:0030 p:-17543587069128 s:0126 e:000125 TOP [FINISH]
c:0029 p:---- s:0124 e:000123 CFUNC :require
c:0028 p:0115 s:0120 e:000119 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55
c:0027 p:0009 s:0110 e:000109 CLASS /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:13
c:0026 p:0011 s:0108 e:000107 CLASS /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:12
c:0025 p:0057 s:0106 e:000105 TOP /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:9 [FINISH]
c:0024 p:---- s:0104 e:000103 CFUNC :require
c:0023 p:0115 s:0100 e:000099 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55
c:0022 p:0019 s:0090 e:000089 CLASS /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json.rb:58
c:0021 p:0017 s:0088 e:000087 TOP /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json.rb:54 [FINISH]
c:0020 p:---- s:0086 e:000085 CFUNC :require
c:0019 p:0115 s:0082 e:000081 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55
c:0018 p:0007 s:0072 e:000071 EVAL (irb):1 [FINISH]
c:0017 p:---- s:0070 e:000069 CFUNC :eval
c:0016 p:0024 s:0063 e:000062 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/workspace.rb:86
c:0015 p:0025 s:0056 e:000054 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/context.rb:380
c:0014 p:0022 s:0050 e:000049 BLOCK /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:492
c:0013 p:0040 s:0042 e:000041 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:624
c:0012 p:0009 s:0037 e:000036 BLOCK /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:489
c:0011 p:0118 s:0033 e:000032 BLOCK /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:247 [FINISH]
c:0010 p:---- s:0030 e:000029 CFUNC :loop
c:0009 p:0007 s:0027 e:000026 BLOCK /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:233 [FINISH]
c:0008 p:---- s:0025 e:000024 CFUNC :catch
c:0007 p:0015 s:0021 e:000020 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:232
c:0006 p:0030 s:0018 E:001cf8 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:488
c:0005 p:0008 s:0015 e:000014 BLOCK /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:397 [FINISH]
c:0004 p:---- s:0013 e:000012 CFUNC :catch
c:0003 p:0143 s:0009 E:001fd8 METHOD /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:396
c:0002 p:0021 s:0004 E:000128 EVAL /Users/nathanlong/.rubies/ruby-2.1.6/bin/irb:11 [FINISH]
c:0001 p:0000 s:0002 E:0008f8 TOP [FINISH]

/Users/nathanlong/.rubies/ruby-2.1.6/bin/irb:11:in `<main>'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:396:in `start'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:396:in `catch'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:397:in `block in start'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:488:in `eval_input'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:232:in `each_top_level_statement'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:232:in `catch'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:233:in `block in each_top_level_statement'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:233:in `loop'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb:247:in `block (2 levels) in each_top_level_statement'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:489:in `block in eval_input'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:624:in `signal_status'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb:492:in `block (2 levels) in eval_input'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/context.rb:380:in `evaluate'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/workspace.rb:86:in `evaluate'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/workspace.rb:86:in `eval'
(irb):1:in `irb_binding'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json.rb:54:in `<top (required)>'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json.rb:58:in `<module:JSON>'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:9:in `<top (required)>'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:12:in `<module:JSON>'
/Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/ext.rb:13:in `<module:Ext>'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'

-- C level backtrace information -------------------------------------------
0 ruby 0x0000000100b710c0 rb_vm_bugreport + 144
1 ruby 0x0000000100a24871 report_bug + 305
2 ruby 0x0000000100a24734 rb_bug + 180
3 ruby 0x0000000100af336c sigsegv + 156
4 libsystem_platform.dylib 0x00007fff934945aa _sigtramp + 26
5 libruby.2.0.0.dylib 0x0000000100f271ba rb_newobj + 31
6 ??? 0x00007fa57a33f9e0 0x0 + 140348696558048

-- Other runtime information -----------------------------------------------

* Loaded script: irb

* Loaded features:

0 enumerator.so
1 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/x86_64-darwin13.0/enc/encdb.bundle
2 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/x86_64-darwin13.0/enc/trans/transdb.bundle
3 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/x86_64-darwin13.0/rbconfig.rb
4 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/compatibility.rb
5 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/defaults.rb
6 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/deprecate.rb
7 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/errors.rb
8 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/version.rb
9 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/requirement.rb
10 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/platform.rb
11 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/basic_specification.rb
12 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/stub_specification.rb
13 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/util/stringio.rb
14 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/specification.rb
15 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/exceptions.rb
16 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
17 thread.rb
18 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/x86_64-darwin13.0/thread.bundle
19 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/monitor.rb
20 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
21 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems.rb
22 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/e2mmap.rb
23 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/init.rb
24 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/workspace.rb
25 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/inspector.rb
26 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/context.rb
27 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/extend-command.rb
28 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/output-method.rb
29 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/notifier.rb
30 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/slex.rb
31 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-token.rb
32 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ruby-lex.rb
33 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/src_encoding.rb
34 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/magic-file.rb
35 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/x86_64-darwin13.0/readline.bundle
36 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/input-method.rb
37 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/locale.rb
38 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb.rb
39 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/path_support.rb
40 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/rubygems/dependency.rb
41 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/completion.rb
42 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/irb/ext/save-history.rb
43 /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/version.rb
44 /Users/nathanlong/.rubies/ruby-2.1.6/lib/ruby/2.1.0/ostruct.rb
45 /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/generic_object.rb
46 /Users/nathanlong/.gem/ruby/2.1.6/gems/json-1.8.2/lib/json/common.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html

zsh: abort irb
~:
(1-1/2)