Re: [Fxruby-users] FXTreeList: Core dump when exiting
Status: Inactive
Brought to you by:
lyle
From: Joel V. <vj...@PA...> - 2004-01-25 17:20:19
|
Christian von Mueffling wrote: > Hello! > > On Mon, Jan 12, 2004 at 03:14:23PM +0100, Chris Mueffling wrote: > > >>As soon as I find some spare time I'll try to break this down into >>a smaller example. > > > Ok, did it. The problem seems to be the usage of 'addItemLast' to add an item. > If I use 'addItemFirst' instead, no problems. > > Just execute the enclosed code and close the window => > > [...]table_test.rb:74: [BUG] Segmentation fault > ruby 1.8.1 (2003-12-25) [i686-linux-gnu] Try upgrading to a more recent ruby snapshot: $ ruby-1.9.0 -v tl.rb ruby 1.9.0 (2004-01-08) [i686-linux] $ ruby-1.8.1 -v tl.rb ruby 1.8.1 (2003-12-25) [i686-linux] include/FXRuby.h:286: FXASSERT(!NIL_P(obj)) failed. tl.rb:72: [BUG] Segmentation fault ruby 1.8.1 (2003-12-25) [i686-linux] zsh: abort ruby-1.8.1 -v tl.rb If that doesn't help, which version of FXRuby are you using? |