[#45426] [ruby-trunk - Feature #6546][Open] Net::HTTP to check for HTTP_PROXY environment setting. — "dekz (Jacob Evans)" <dekzter@...>

14 messages 2012/06/04

[#45431] [ruby-trunk - Bug #6548][Open] Rake doesn't ignore arguments after -- — "rosenfeld (Rodrigo Rosenfeld Rosas)" <rr.rosas@...>

12 messages 2012/06/05

[#45474] [ANN] Request for "slide-show" of your feature proposal — Yusuke Endoh <mame@...>

(Japanese later; 日本語が後にあります)

18 messages 2012/06/07

[#45563] [ruby-trunk - Bug #6573][Open] Webrick test failures — "bkabrda (Bohuslav Kabrda)" <bkabrda@...>

19 messages 2012/06/11

[#45567] [ruby-trunk - Bug #6575][Open] Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag) — ibc (Iñaki Baz Castillo) <ibc@...>

9 messages 2012/06/11

[#45647] [ruby-trunk - Bug #6592][Open] test_call_double(DL::TestDL) fails on ARM HardFP — "vo.x (Vit Ondruch)" <v.ondruch@...>

15 messages 2012/06/14

[#45657] [ruby-trunk - Feature #6594][Open] Integrated Functor — "trans (Thomas Sawyer)" <transfire@...>

20 messages 2012/06/15

[#45664] [ruby-trunk - Bug #6596][Open] New method for Arrays : Array#index — "robin850 (Robin Dupret)" <robin.dupret@...>

20 messages 2012/06/15

[#45694] [ruby-trunk - Feature #6602][Open] Tail call optimization: enable by default? — "ko1 (Koichi Sasada)" <redmine@...>

12 messages 2012/06/18

[#45715] [ruby-trunk - Feature #6609][Open] Toplevel as self extended module — "trans (Thomas Sawyer)" <transfire@...>

17 messages 2012/06/19

[#45732] [ruby-trunk - Bug #6614][Open] GC doesn't collect objects bound to (collectable) proc — "rogerdpack (Roger Pack)" <rogerpack2005@...>

9 messages 2012/06/20

[#45733] [ruby-trunk - Feature #6615][Open] Release GVL in zlib when calling inflate() or deflate() — "drbrain (Eric Hodel)" <[email protected]>

12 messages 2012/06/21

[#45735] [ruby-trunk - Bug #6616][Open] MinGW: cannot build extensions or run tests due changes in exec_arg? — "luislavena (Luis Lavena)" <luislavena@...>

9 messages 2012/06/21

[#45798] [ruby-trunk - Bug #6634][Open] Deadlock with join and ConditionVariable — "meh. (meh. I don't care)" <meh@...>

20 messages 2012/06/23

[#45805] [ruby-trunk - Feature #6636][Open] Enumerable#size — "marcandre (Marc-Andre Lafortune)" <ruby-core@...>

15 messages 2012/06/23

[#45864] [ruby-trunk - Bug #6647][Open] Exceptions raised in threads should be logged — "headius (Charles Nutter)" <headius@...>

71 messages 2012/06/25

[#45902] [ruby-trunk - Bug #6653][Open] 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections — "erikh (Erik Hollensbe)" <erik@...>

11 messages 2012/06/26

[#45960] [ruby-trunk - Feature #6669][Open] A method like Hash#map but returns hash — "yhara (Yutaka HARA)" <redmine@...>

18 messages 2012/06/29

[#45963] [ruby-trunk - Feature #6670][Open] str.chars.last should be possible — "yhara (Yutaka HARA)" <redmine@...>

36 messages 2012/06/29

[#46021] [ruby-trunk - Feature #6679][Open] Default Ruby source file encoding to utf-8 — "claytrump (Clay Trump)" <clay.trump@...>

21 messages 2012/06/30

[ruby-core:45443] [Ruby 1.8 - Bug #6549][Rejected] SIGABRT ruby-1.8.7-p357 using json-1.5.3 while running railroad

From: "nobu (Nobuyoshi Nakada)" <nobu@...>
Date: 2012-06-06 08:21:16 UTC
List: ruby-core #45443
Issue #6549 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Open to Rejected

As Aaron stated, 1.8 and 1.9 are binary incompatible.
----------------------------------------
Bug #6549: SIGABRT ruby-1.8.7-p357 using json-1.5.3 while running railroad
https://bugs.ruby-lang.org/issues/6549#change-27036

Author: rubydever (Lisa S)
Status: Rejected
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-darwin10.8.0]


rvm use 1.8.7
rvm current
  --> ruby-1.8.7-p357


At rails project root run:

railroad -i -l -a -m -M | dot -Tsvg | sed 's/font-size:14.00/font-size:11.00/g' > doc/models.svg


/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/common.rb:66: [BUG] unknown type 0x22 (0xc given)
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin10.8.0]

-- Control frame information -----------------------------------------------
c:0057 p:---- s:0207 b:0207 l:000206 d:000206 CFUNC  :initialize
c:0056 p:---- s:0205 b:0205 l:000204 d:000204 CFUNC  :new
c:0055 p:0099 s:0202 b:0200 l:000199 d:000199 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/common.rb:66
c:0054 p:0208 s:0191 b:0190 l:000189 d:000189 CLASS  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:24
c:0053 p:0011 s:0188 b:0188 l:000187 d:000187 CLASS  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:6
c:0052 p:0021 s:0186 b:0186 l:000185 d:000185 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:3
c:0051 p:---- s:0184 b:0184 l:000183 d:000183 FINISH
c:0050 p:---- s:0182 b:0182 l:000181 d:000181 CFUNC  :require
c:0049 p:0012 s:0178 b:0178 l:000167 d:000177 BLOCK  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0048 p:0055 s:0176 b:0176 l:000175 d:000175 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521
c:0047 p:0041 s:0168 b:0168 l:000167 d:000167 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0046 p:0027 s:0162 b:0162 l:000161 d:000161 CLASS  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json.rb:58
c:0045 p:0021 s:0160 b:0160 l:000159 d:000159 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json.rb:54
c:0044 p:---- s:0158 b:0158 l:000157 d:000157 FINISH
c:0043 p:---- s:0156 b:0156 l:000155 d:000155 CFUNC  :require
c:0042 p:0012 s:0152 b:0152 l:000141 d:000151 BLOCK  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0041 p:0055 s:0150 b:0150 l:000149 d:000149 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521
c:0040 p:0041 s:0142 b:0142 l:000141 d:000141 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0039 p:0047 s:0136 b:0136 l:000135 d:000135 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/json/encoding.rb:85
c:0038 p:---- s:0134 b:0134 l:000133 d:000133 FINISH
c:0037 p:---- s:0132 b:0132 l:000131 d:000131 CFUNC  :require
c:0036 p:0012 s:0128 b:0128 l:000117 d:000127 BLOCK  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0035 p:0055 s:0126 b:0126 l:000125 d:000125 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521
c:0034 p:0041 s:0118 b:0118 l:000117 d:000117 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0033 p:0023 s:0112 b:0112 l:000111 d:000111 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/json.rb:2
c:0032 p:---- s:0110 b:0110 l:000109 d:000109 FINISH
c:0031 p:---- s:0108 b:0108 l:000107 d:000107 CFUNC  :require
c:0030 p:0012 s:0104 b:0104 l:000093 d:000103 BLOCK  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0029 p:0055 s:0102 b:0102 l:000101 d:000101 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521
c:0028 p:0041 s:0094 b:0094 l:000093 d:000093 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156
c:0027 p:0057 s:0088 b:0088 l:000087 d:000087 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support.rb:57
c:0026 p:---- s:0086 b:0086 l:000085 d:000085 FINISH
c:0025 p:---- s:0084 b:0084 l:000083 d:000083 CFUNC  :require
c:0024 p:0013 s:0080 b:0080 l:000079 d:000079 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activerecord-2.3.5/lib/active_record.rb:25
c:0023 p:---- s:0077 b:0077 l:000076 d:000076 FINISH
c:0022 p:---- s:0075 b:0075 l:000074 d:000074 CFUNC  :require
c:0021 p:0018 s:0071 b:0071 l:000062 d:000070 BLOCK  /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268
c:0020 p:---- s:0068 b:0068 l:000067 d:000067 FINISH
c:0019 p:---- s:0066 b:0066 l:000065 d:000065 CFUNC  :each
c:0018 p:0023 s:0063 b:0063 l:000062 d:000062 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268
c:0017 p:0074 s:0059 b:0059 l:000058 d:000058 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:134
c:0016 p:0063 s:0056 b:0056 l:000055 d:000055 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:113
c:0015 p:0087 s:0050 b:0050 l:000049 d:000049 TOP    /Users/lsheridan/work/imagineering/sg-platform-admin/config/environment.rb:13
c:0014 p:---- s:0048 b:0048 l:000047 d:000047 FINISH
c:0013 p:---- s:0046 b:0046 l:000045 d:000045 CFUNC  :require
c:0012 p:0053 s:0042 b:0042 l:000041 d:000041 METHOD /opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb:36

c:0011 p:0025 s:0035 b:0035 l:000034 d:000034 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:73
c:0010 p:0086 s:0032 b:0032 l:000031 d:000031 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:18
c:0009 p:0012 s:0028 b:0028 l:000027 d:000027 METHOD /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/models_diagram.rb:14
c:0008 p:---- s:0024 b:0024 l:000023 d:000023 FINISH
c:0007 p:---- s:0022 b:0022 l:000021 d:000021 CFUNC  :new
c:0006 p:0204 s:0018 b:0018 l:000017 d:000017 TOP    /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/bin/railroad:36
c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC  :load
c:0003 p:0127 s:0007 b:0007 l:0026a8 d:000900 EVAL   /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/bin/railroad:19
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0026a8 d:0026a8 TOP



-- Ruby level backtrace information ----------------------------------------
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/bin/railroad:19:in `<main>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/bin/railroad:19:in `load'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/bin/railroad:36:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/bin/railroad:36:in `new'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/models_diagram.rb:14:in `initialize'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:18:in `initialize'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:73:in `load_environment'
/opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb:36:in `require'
/opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/lsheridan/work/imagineering/sg-platform-admin/config/environment.rb:13:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:113:in `run'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:134:in `process'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268:in `require_frameworks'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268:in `each'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268:in `block in require_frameworks'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb:268:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activerecord-2.3.5/lib/active_record.rb:25:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activerecord-2.3.5/lib/active_record.rb:25:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support.rb:57:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/json.rb:2:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/json/encoding.rb:85:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json.rb:54:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json.rb:58:in `<module:JSON>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:3:in `<top (required)>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:6:in `<module:JSON>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/ext.rb:24:in `<module:Ext>'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/common.rb:66:in `generator='
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/common.rb:66:in `new'
/Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/lib/json/common.rb:66:in `initialize'


-- C level backtrace information -------------------------------------------

   See Crash Report log file under ~/Library/Logs/CrashReporter or
   /Library/Logs/CrashReporter, for the more detail of.

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

* Loaded script: /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/bin/railroad

* Loaded features:

    0 enumerator.so
    1 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/encdb.bundle
    2 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/trans/transdb.bundle
    3 /opt/local/lib/ruby1.9/1.9.1/rubygems/defaults.rb
    4 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/rbconfig.rb
    5 /opt/local/lib/ruby1.9/1.9.1/rubygems/deprecate.rb
    6 /opt/local/lib/ruby1.9/1.9.1/rubygems/exceptions.rb
    7 /opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb
    8 /opt/local/lib/ruby1.9/1.9.1/rubygems.rb
    9 /opt/local/lib/ruby1.9/1.9.1/rubygems/version.rb
   10 /opt/local/lib/ruby1.9/1.9.1/rubygems/requirement.rb
   11 /opt/local/lib/ruby1.9/1.9.1/rubygems/dependency.rb
   12 /opt/local/lib/ruby1.9/1.9.1/rubygems/platform.rb
   13 /opt/local/lib/ruby1.9/1.9.1/rubygems/specification.rb
   14 /opt/local/lib/ruby1.9/1.9.1/rubygems/path_support.rb
   15 /opt/local/lib/ruby1.9/1.9.1/ostruct.rb
   16 /opt/local/lib/ruby1.9/1.9.1/optparse.rb
   17 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/options_struct.rb
   18 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/diagram_graph.rb
   19 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/app_diagram.rb
   20 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/models_diagram.rb
   21 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/controllers_diagram.rb
   22 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/railroad-0.5.0/lib/railroad/aasm_diagram.rb
   23 /opt/local/lib/ruby1.9/1.9.1/thread.rb
   24 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/etc.bundle
   25 /opt/local/lib/ruby1.9/1.9.1/fileutils.rb
   26 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/pathname.bundle
   27 /opt/local/lib/ruby1.9/1.9.1/pathname.rb
   28 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/psych.bundle
   29 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/stringio.bundle
   30 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/node.rb
   31 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/stream.rb
   32 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/document.rb
   33 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/sequence.rb
   34 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/scalar.rb
   35 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/mapping.rb
   36 /opt/local/lib/ruby1.9/1.9.1/psych/nodes/alias.rb
   37 /opt/local/lib/ruby1.9/1.9.1/psych/nodes.rb
   38 /opt/local/lib/ruby1.9/1.9.1/psych/streaming.rb

   39 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/visitor.rb
   40 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/strscan.bundle
   41 /opt/local/lib/ruby1.9/1.9.1/psych/scalar_scanner.rb
   42 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/to_ruby.rb
   43 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/emitter.rb
   44 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/yaml_tree.rb
   45 /opt/local/lib/ruby1.9/1.9.1/psych/json/ruby_events.rb
   46 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/json_tree.rb
   47 /opt/local/lib/ruby1.9/1.9.1/psych/visitors/depth_first.rb
   48 /opt/local/lib/ruby1.9/1.9.1/psych/visitors.rb
   49 /opt/local/lib/ruby1.9/1.9.1/psych/handler.rb
   50 /opt/local/lib/ruby1.9/1.9.1/psych/tree_builder.rb
   51 /opt/local/lib/ruby1.9/1.9.1/psych/parser.rb
   52 /opt/local/lib/ruby1.9/1.9.1/psych/omap.rb
   53 /opt/local/lib/ruby1.9/1.9.1/psych/set.rb
   54 /opt/local/lib/ruby1.9/1.9.1/psych/coder.rb
   55 /opt/local/lib/ruby1.9/1.9.1/psych/core_ext.rb
   56 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/date_core.bundle
   57 /opt/local/lib/ruby1.9/1.9.1/date/format.rb
   58 /opt/local/lib/ruby1.9/1.9.1/date.rb
   59 /opt/local/lib/ruby1.9/1.9.1/psych/deprecated.rb
   60 /opt/local/lib/ruby1.9/1.9.1/psych/json.rb
   61 /opt/local/lib/ruby1.9/1.9.1/psych.rb
   62 /opt/local/lib/ruby1.9/1.9.1/yaml.rb
   63 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/psyched_yaml.rb
   64 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/gem_helpers.rb
   65 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/match_platform.rb
   66 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/rubygems_ext.rb
   67 /opt/local/lib/ruby1.9/1.9.1/rubygems/config_file.rb
   68 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/rubygems_integration.rb
   69 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/version.rb
   70 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler.rb
   71 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/digest.bundle
   72 /opt/local/lib/ruby1.9/1.9.1/digest.rb
   73 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/digest/sha1.bundle
   74 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/environment.rb
   75 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/shared_helpers.rb
   76 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/runtime.rb
   77 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/settings.rb
   78 /opt/local/lib/ruby1.9/1.9.1/set.rb
   79 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/definition.rb
   80 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/dependency.rb
   81 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/dsl.rb
   82 /opt/local/lib/ruby1.9/1.9.1/uri/common.rb
   83 /opt/local/lib/ruby1.9/1.9.1/uri/generic.rb
   84 /opt/local/lib/ruby1.9/1.9.1/uri/ftp.rb
   85 /opt/local/lib/ruby1.9/1.9.1/uri/http.rb
   86 /opt/local/lib/ruby1.9/1.9.1/uri/https.rb
   87 /opt/local/lib/ruby1.9/1.9.1/uri/ldap.rb
   88 /opt/local/lib/ruby1.9/1.9.1/uri/ldaps.rb
   89 /opt/local/lib/ruby1.9/1.9.1/uri/mailto.rb
   90 /opt/local/lib/ruby1.9/1.9.1/uri.rb
   91 /opt/local/lib/ruby1.9/1.9.1/rubygems/user_interaction.rb
   92 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/f_sync_dir.rb
   93 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_header.rb
   94 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/iso_8859_1.bundle
   95 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/zlib.bundle
   96 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_input.rb
   97 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_output.rb
   98 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_reader/entry.rb
   99 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_reader.rb
  100 /opt/local/lib/ruby1.9/1.9.1/rubygems/package/tar_writer.rb
  101 /opt/local/lib/ruby1.9/1.9.1/rubygems/package.rb
  102 /opt/local/lib/ruby1.9/1.9.1/rubygems/format.rb
  103 /opt/local/lib/ruby1.9/1.9.1/rubygems/ext/builder.rb
  104 /opt/local/lib/ruby1.9/1.9.1/rubygems/ext/configure_builder.rb
  105 /opt/local/lib/ruby1.9/1.9.1/rubygems/command.rb
  106 /opt/local/lib/ruby1.9/1.9.1/rubygems/ext/ext_conf_builder.rb
  107 /opt/local/lib/ruby1.9/1.9.1/rubygems/ext/rake_builder.rb
  108 /opt/local/lib/ruby1.9/1.9.1/rubygems/ext.rb
  109 /opt/local/lib/ruby1.9/1.9.1/rubygems/require_paths_builder.rb
  110 /opt/local/lib/ruby1.9/1.9.1/rubygems/installer.rb
  111 /opt/local/lib/ruby1.9/1.9.1/rubygems/remote_fetcher.rb
  112 /opt/local/lib/ruby1.9/1.9.1/rubygems/errors.rb
  113 /opt/local/lib/ruby1.9/1.9.1/rubygems/text.rb
  114 /opt/local/lib/ruby1.9/1.9.1/rubygems/spec_fetcher.rb
  115 /opt/local/lib/ruby1.9/1.9.1/open3.rb
  116 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/gem_installer.rb
  117 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/source.rb
  118 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/lockfile_parser.rb
  119 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/lazy_specification.rb
  120 /opt/local/lib/ruby1.9/1.9.1/tsort.rb
  121 /opt/local/lib/ruby1.9/1.9.1/forwardable.rb
  122 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/spec_set.rb
  123 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/index.rb
  124 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/remote_specification.rb
  125 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/endpoint_specification.rb
  126 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/bundler-1.1.4/lib/bundler/dep_proxy.rb
  127 /opt/local/lib/ruby1.9/1.9.1/rubygems/source_index.rb
  128 /opt/local/lib/ruby1.9/1.9.1/monitor.rb
  129 /opt/local/lib/ruby1.9/1.9.1/logger.rb
  130 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/railties_path.rb
  131 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/version.rb
  132 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/plugin/locator.rb
  133 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/plugin.rb
  134 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/plugin/loader.rb
  135 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/vendor_gem_source_index.rb
  136 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/gem_dependency.rb
  137 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/rails/rack.rb
  138 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/initializer.rb
  139 /Users/lsheridan/work/imagineering/sg-platform-admin/config/boot.rb
  140 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/socket.bundle
  141 /opt/local/lib/ruby1.9/1.9.1/socket.rb
  142 /opt/local/lib/ruby1.9/1.9.1/timeout.rb
  143 /opt/local/lib/ruby1.9/1.9.1/net/protocol.rb
  144 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/memcache-client-1.8.5/lib/memcache/version.rb
  145 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/memcache-client-1.8.5/lib/continuum_native.rb
  146 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/memcache-client-1.8.5/lib/memcache.rb
  147 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/rails-2.3.5/lib/ruby_version_check.rb
  148 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/blankslate.rb
  149 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
  150 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb
  151 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb
  152 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
  153 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
  154 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/builder-2.1.2/builder.rb
  155 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb
  156 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/i18n-0.1.3/lib/i18n/exceptions.rb
  157 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor/i18n-0.1.3/lib/i18n.rb
  158 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/vendor.rb
  159 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/access.rb
  160 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/conversions.rb
  161 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/extract_options.rb
  162 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/grouping.rb
  163 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/random_access.rb
  164 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array/wrapper.rb
  165 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/array.rb
  166 /opt/local/lib/ruby1.9/1.9.1/base64.rb
  167 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/base64.rb
  168 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/base64/encoding.rb
  169 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/base64.rb
  170 /opt/local/lib/ruby1.9/1.9.1/benchmark.rb
  171 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb
  172 /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/bigdecimal.bundle
  173 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/bigdecimal/conversions.rb
  174 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/bigdecimal.rb
  175 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
  176 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/cgi.rb
  177 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/class/attribute_accessors.rb
  178 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/class/inheritable_attributes.rb
  179 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/class/removal.rb
  180 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/class/delegating_attributes.rb
  181 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/class.rb
  182 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/date/behavior.rb
  183 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/date/calculations.rb
  184 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/date/conversions.rb
  185 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/date.rb
  186 /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-2.3.5/lib/active_support/core_ext/time/behavior.rb
...
snip


From /Library/Logs/CrashReporter

Process:         ruby1.9 [54350]
Path:            /opt/local/bin/ruby1.9
Identifier:      ruby1.9
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [624]

Date/Time:       2012-06-05 10:11:47.692 -1000
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
abort() called

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             	0x00007fff863170b6 __kill + 10
1   libSystem.B.dylib             	0x00007fff863b79f6 abort + 83
2   libruby.1.9.1.dylib           	0x00000001000344d4 rb_bug + 212
3   libruby.1.9.1.dylib           	0x00000001000346e2 rb_check_type + 322
4   generator.bundle              	0x00000001025f3f1a cState_initialize + 42 (generator.c:998)
5   libruby.1.9.1.dylib           	0x00000001001279ea vm_call0 + 810
6   libruby.1.9.1.dylib           	0x0000000100079333 rb_class_new_instance + 51
7   libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
8   libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
9   libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
10  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
11  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
12  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
13  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
14  libruby.1.9.1.dylib           	0x0000000100130bb0 vm_exec_core + 18176
15  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
16  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
17  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
18  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
19  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
20  libruby.1.9.1.dylib           	0x0000000100130bb0 vm_exec_core + 18176
21  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
22  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
23  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
24  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
25  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
26  libruby.1.9.1.dylib           	0x0000000100130bb0 vm_exec_core + 18176
27  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
28  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
29  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
30  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
31  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
32  libruby.1.9.1.dylib           	0x0000000100130bb0 vm_exec_core + 18176
33  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
34  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
35  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
36  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
37  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
38  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
39  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
40  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
41  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
42  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
43  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
44  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
45  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
46  libruby.1.9.1.dylib           	0x0000000100137440 rb_yield + 640
47  libruby.1.9.1.dylib           	0x000000010000795e rb_ary_each + 78
48  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
49  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
50  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
51  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
52  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
53  libruby.1.9.1.dylib           	0x0000000100039e5b rb_require_safe + 891
54  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
55  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
56  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
57  libruby.1.9.1.dylib           	0x0000000100127c3e vm_call0 + 1406
58  libruby.1.9.1.dylib           	0x0000000100079333 rb_class_new_instance + 51
59  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
60  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
61  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
62  libruby.1.9.1.dylib           	0x0000000100133ea0 rb_iseq_eval + 368
63  libruby.1.9.1.dylib           	0x0000000100038d52 rb_load_internal + 338
64  libruby.1.9.1.dylib           	0x0000000100038eba rb_f_load + 106
65  libruby.1.9.1.dylib           	0x000000010012bdaf vm_call_method + 863
66  libruby.1.9.1.dylib           	0x000000010012e59e vm_exec_core + 8430
67  libruby.1.9.1.dylib           	0x0000000100133b53 vm_exec + 1475
68  libruby.1.9.1.dylib           	0x0000000100133cff rb_iseq_eval_main + 175
69  libruby.1.9.1.dylib           	0x0000000100037142 ruby_exec_internal + 178
70  libruby.1.9.1.dylib           	0x000000010003716e ruby_exec_node + 30
71  libruby.1.9.1.dylib           	0x0000000100038758 ruby_run_node + 56
72  ruby1.9                       	0x0000000100000ecf main + 79
73  ruby1.9                       	0x0000000100000e74 start + 52

Thread 1:
0   libSystem.B.dylib             	0x00007fff8630c932 select$DARWIN_EXTSN + 10
1   libruby.1.9.1.dylib           	0x000000010013bd5f thread_timer + 367
2   libSystem.B.dylib             	0x00007fff86301fd6 _pthread_start + 331
3   libSystem.B.dylib             	0x00007fff86301e89 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000100146f88  rcx: 0x00007fff5fbf94e8  rdx: 0x0000000000000000
  rdi: 0x000000000000d44e  rsi: 0x0000000000000006  rbp: 0x00007fff5fbf9500  rsp: 0x00007fff5fbf94e8
   r8: 0x00007fff70b44a60   r9: 0x0000000000000000  r10: 0x00007fff863130fa  r11: 0x0000000000000206
  r12: 0x0000000102ac5c00  r13: 0x00000001019cfac0  r14: 0x0000000100301780  r15: 0x0000000000000000
  rip: 0x00007fff863170b6  rfl: 0x0000000000000206  cr2: 0x0000000101096fe0

Binary Images:
       0x100000000 -        0x100000fff +ruby1.9 ??? (???) <9E5E9574-F390-5741-B744-434EB7A405B6> /opt/local/bin/ruby1.9
       0x100003000 -        0x1001dafe7 +libruby.1.9.1.dylib 1.9.1 (compatibility 1.9.1) <58D20CA8-39B5-7621-84A7-E9C2613EFC52> /opt/local/lib/libruby.1.9.1.dylib
       0x1002f0000 -        0x1002f1fff +encdb.bundle ??? (???) <15272747-AC6C-6CDA-94AC-73ABBA9A5530> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/encdb.bundle
       0x1002f4000 -        0x1002f5fff +transdb.bundle ??? (???) <4C43F4D2-33A9-F74C-B2FE-D62B26F00FFA> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/trans/transdb.bundle
       0x1002f9000 -        0x1002fafff +etc.bundle ??? (???) <AE4FBC92-EDB2-6E6F-1681-875B027BA3D3> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/etc.bundle
       0x100700000 -        0x100704fff +pathname.bundle ??? (???) <596D4143-7D9F-0508-DB31-A506CA9A9A36> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/pathname.bundle
       0x100709000 -        0x10070cff7 +psych.bundle ??? (???) <3A827890-4A75-3CC4-AD1F-25B93D888786> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/psych.bundle
       0x100710000 -        0x10072dff7 +libyaml-0.2.dylib 3.2.0 (compatibility 3.0.0) <EE8996E7-9D84-9932-F846-A57816792D65> /opt/local/lib/libyaml-0.2.dylib
       0x100735000 -        0x100739fff +stringio.bundle ??? (???) <C4CB3EE0-C5C2-4382-70D6-54E70170D50B> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/stringio.bundle
       0x10073d000 -        0x100740ff7 +strscan.bundle ??? (???) <99CF6984-CC98-B698-12F9-E1256247D71F> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/strscan.bundle
       0x100744000 -        0x10077afff +date_core.bundle ??? (???) <D742A5BB-FF17-56E6-B4D5-6E3CBDB33660> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/date_core.bundle
       0x1007b7000 -        0x1007b7ff7 +sha1.bundle ??? (???) <63ED8460-FB74-21A1-6B29-601AD6123551> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/digest/sha1.bundle
       0x1007ba000 -        0x1007ccfe7 +libz.1.dylib 1.2.6 (compatibility 1.0.0) <5BAB6DDE-1C18-C67A-921B-472FF89C2F63> /opt/local/lib/libz.1.dylib
       0x1007d0000 -        0x1007d1ff7 +digest.bundle ??? (???) <981D0DE1-2EFA-5DAB-0545-45C07B605414> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/digest.bundle
       0x1007d5000 -        0x1007d5fff +iso_8859_1.bundle ??? (???) <4FD4553D-2894-9BD7-AC4B-603F306939EC> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/enc/iso_8859_1.bundle
       0x1007d8000 -        0x1007e1fff +zlib.bundle ??? (???) <3DD84D08-C176-2ED5-1400-877922710748> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/zlib.bundle
       0x1007e7000 -        0x1007f4fff +bigdecimal.bundle ??? (???) <5D1EC4CA-E316-1496-6F57-38F9DB379A05> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/bigdecimal.bundle
       0x1007f9000 -        0x1007f9fff +fast_xs.bundle ??? (???) <D2FB852C-C961-FFC7-0170-8D676D2D7CD2> /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/hpricot-0.8.4/lib/fast_xs.bundle
       0x102400000 -        0x10254efff +libcrypto.1.0.0.dylib ??? (???) <B345D474-FAAB-0FD1-3145-CB4B2EA18A0C> /opt/local/lib/libcrypto.1.0.0.dylib
       0x1025ba000 -        0x1025d8ff7 +socket.bundle ??? (???) <902C223E-2EE7-0AD5-1329-5FAB5D260244> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/socket.bundle
       0x1025e1000 -        0x1025e5fff +iconv.bundle ??? (???) <944AE997-7A46-AB36-03E8-4F46EA73FC10> /opt/local/lib/ruby1.9/1.9.1/x86_64-darwin10.8.0/iconv.bundle
       0x1025e9000 -        0x1025ecfff +parser.bundle ??? (???) <3F03E401-2C20-A4A7-6CF1-B4B8D227BC50> /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/ext/json/ext/json/ext/parser.bundle
       0x1025f0000 -        0x1025f5fff +generator.bundle ??? (???) <8F192BEE-0E60-9AE1-F073-88DB80C85B7B> /Users/lsheridan/.rvm/gems/ruby-1.8.7-p357/gems/json-1.5.3/ext/json/ext/json/ext/generator.bundle
       0x103400000 -        0x1034fefef +libiconv.2.dylib 8.1.0 (compatibility 8.0.0) <065A36D7-5F15-7B4C-C3F4-D9B23DFC36A3> /opt/local/lib/libiconv.2.dylib
       0x10350c000 -        0x1035e1fef +libruby.dylib 1.8.7 (compatibility 1.8.0) <93DEC138-CD18-76AD-36CB-6C54238E02A7> /Users/lsheridan/.rvm/rubies/ruby-1.8.7-p357/lib/libruby.dylib
    0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld
    0x7fff81673000 -     0x7fff81729ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff85c60000 -     0x7fff85cddfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85d7e000 -     0x7fff85d82ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff862c8000 -     0x7fff86489fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff89f6f000 -     0x7fff89fbbfff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

 



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

In This Thread

Prev Next