|
From: Kevin S. <kev...@ya...> - 2001-09-02 23:23:10
|
--- Kevin Smith <kev...@ya...> wrote:
> I started porting my real app ("monkeys"), and it keeps
> segfaulting. It turns out I can reproduce the error by
> inserting GC.start in sample6, right before the creation
> of our window.
Ok. It looks like one problem was that our object map/hash
was getting discarded. I can get past that by adding this
line in fltk.cc:
rb_iv_set(rb_mFltk, "@map", rb_fltk_objmap);
I think there are still some problems, but I want to get
back to a clean code base before I experiment more.
Assuming the line above still looks good with fresh code,
I'll commit it.
Kevin
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
|