From: Stefan S. <ma...@ss...> - 2015-09-23 23:08:09
|
On Wed, 2015-09-23 at 20:55 +0200, Stefan Salewski wrote: > Unfortunately my program still crashes very often, and it seems to be > not a single location in the code, but multiple. I already discovered > one problem, the timing of expose and draw event, draw before first > expose could not work. But there seems to be more. While there was no > serious problem with GTK 3.14 and ruby-gnome2.2.5. [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. GC.disable at the beginning of the code makes it working fine. |