On Mon, 05 Oct 2009 10:35:21 -0400 David B Copeland <[email protected]> wrote:
> Hello, > > I'm getting the following occuring during a form Close and hoping that > someone can point me in the right direction to the problem. Using Suse > 11.1, Lazarus SVN revision 22047 (today), GTK2, FPC: 2.2.4. > > > (tracker:2574): GLib-GObject-CRITICAL **: g_object_ref: assertion > `object->ref_count > 0' failed Run your program in the debugger and pass the program the parameter --g-fatal-warnings. For example: gdb ./project1 run --g-fatal-warnings Reproduce the bug. The program will halt on the gtk criticals. Create a backtrace with 'backtrace'. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
