[MacRuby-devel] [MacRuby] #693: 0.6 Abort traps caused by 'require' and 'framework' in that order

MacRuby ruby-noreply at macosforge.org
Mon May 10 18:28:04 PDT 2010


#693: 0.6 Abort traps caused by 'require' and 'framework' in that order
---------------------------------+------------------------------------------
 Reporter:  marick@…             |       Owner:  lsansonetti@…        
     Type:  defect               |      Status:  new                  
 Priority:  major                |   Milestone:                       
Component:  MacRuby              |    Keywords:                       
---------------------------------+------------------------------------------

Comment(by lsansonetti@…):

 Cannot reproduce this. I installed the gem like this:

 {{{
 $ sudo /usr/local/bin/macgem install test-unit --version '2.0.7'
 Successfully installed test-unit-2.0.7
 1 gem installed
 }}}

 Then I tried running the snippet above:

 {{{
 $ lrz$ cat t.rb
 require 'rubygems'
 gem 'test-unit'    # Note this is 2.0.7.
 require 'test/unit'
 framework 'Cocoa'

 p 42
 $ /usr/local/bin/macruby t.rb
 42
 Loaded suite t
 Started


 Finished in 0.034035 seconds.

 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0
 notifications
 0% passed
 }}}

 I tried in a while [ 1 ] shell loop for about 10 minutes, it never
 crashed.

 Can someone test on 10.6.3?

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/693#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list