Hey Avram,
This could mean a lot. And as you've noticed there's isn't any one
answer to it...
It could for instance be that you're referencing an object which
doesn't exist anymore,
or something to do with threading etc etc.
The best way I can think of to solve it is by taking parts of your
application down
and see when it stops happening. Then when you know roughly in which
code
it happens you turn on debugging by doing: $RUBYCOCOA_DEBUG = true
which will start to print lots of info.
Good luck!
Eloy
On 1 apr 2008, at 21:30, Avram Lyon wrote:
> Hello all!
>
> I've been working on a small application using RubyCocoa for some
> time, and I keep getting unexpected and seemingly inexplicable
> crashes, with the message:
> "/Development/Mac_Plans/build/Debug/Mac_Plans.app/Contents/Resources/
> rb_main.rb:23:
> [BUG] Bus Error"
>
> Digging around on the web, it doesn't look like there's a clear
> explanation anywhere of what I should even look at to address this.
>
> Is there any way to get more meaningful debugging information for this
> kind of thing?
>
> Avram Lyon
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Rubycocoa-talk mailing list
> Rub...@li...
> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk
|