On 12/03/2008, z.pekar@xxxxxxxxx <z.pekar@xxxxxxxxx> wrote: > Well, the program crashes > ugly after a second or so, even on linux... Do you have an idea how to > solve this issue? Well, you just need to debug it and fix the rot cause for the crash ;) Most likely some heap corruption error, referencing already freed (and reused) memory, stuff like that. Check all your memory allocations and deallocations, GObject reference counting, etc. (Please try to keep this thread on the gtk-list where it started, don't reply personally to me only) --tml _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list