#881: Abort occurs when calls Array#sort with array including Object, Using 32bit arch. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- {{{ #!ruby # spec/frozen/core/array/sort_spec.rb # it "does not deal with exceptions raised by unimplemented or incorrect #<=>" do o = Object.new [o, 1].sort }}} Result: {{{ $ DYLD_LIBRARY_PATH=. ./macruby -v -I./lib t1.rb MacRuby 0.7 (ruby 1.9.2) [universal-darwin10.0, i386] terminate called without an active exception zsh: abort DYLD_LIBRARY_PATH=. ./macruby -v -I./lib t1.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/881> MacRuby <http://macruby.org/>