From: Kouhei S. <ko...@co...> - 2015-09-24 13:38:09
|
Hi, In <144...@ss...> "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 3.0.4" on Thu, 24 Sep 2015 00:59:28 +0200, Stefan Salewski <ma...@ss...> wrote: > [BUG] rb_gc_mark(): 0x000000032b6490 is T_NONE > > That is what I get again and again. Impossible to locate the error, > when I comment out some code, that error will arise at other places. It seems that you still use old libraries. Please put "puts $LOADED_FEATURES" before "SCSTOP = true" like the following and show the output: puts $LOADED_FEATURES SCSTOP = true Thanks, -- kou |