[MacRuby-devel] [MacRuby] #693: 0.6 Abort traps caused by 'require' and 'framework' in that order
Jordan K. Hubbard
jkh at apple.com
Mon May 10 21:30:48 PDT 2010
Works the same on 10.6.3, though I did get the Abort Trap error when I tried to install the test-unit gem with a version of MacRuby from trunk as of 2 days ago. As of tonight, it works fine though so someone must have fixed something.. :)
- Jordan
On May 10, 2010, at 9:28 PM, MacRuby wrote:
> #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/>
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
More information about the MacRuby-devel
mailing list