|
From: Jonathan P. <jp...@dc...> - 2005-09-21 22:56:46
|
On 21 Sep 2005, at 23:36, Matt Mower wrote:
> Irulan:~ matt$ irb -r osx/cocoa
> /opt/local/lib/ruby/site_ruby/1.8/powerpc-darwin8.1.0/
> rubycocoa.bundle:
> [BUG] Bus Error
> ruby 1.8.2 (2004-12-25) [powerpc-darwin8.1.0]
>
> Abort trap
> Irulan:~ matt$ irb
> irb(main):001:0> require 'osx/cocoa'
> => true
> irb(main):002:0>
>
> MacOSX10.4.2, anyone?
It's a bug in CoreFoundation that's triggered by the presence of
command line arguments.
More detail in this message (posted by me :) and others in the thread
from ruby-talk:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/142893
I *think* a workaround should be in 1.8.3.
Hope that helps
Jonathan
|