Re: Finding cause of Gtk-CRITICAL in gtk_destroy_widget()
- From: Sven Neumann <sven gimp org>
- To: Brenden Conte <conteb alum rpi edu>
- Cc: Raymond Wan <rwan cs mu oz au>, gtk-list gnome org
- Subject: Re: Finding cause of Gtk-CRITICAL in gtk_destroy_widget()
- Date: 04 Feb 2003 02:29:27 +0100
Hi,
Brenden Conte <conteb alum rpi edu> writes:
> Thanks for the input. It appears to have killed the program
> immediately, but all that was left in the stack was a kill, raise, and
> abort - nothing i could use to track even the memory position or
> anything. Did i need to compile it with special anything?
sure, you need to compile the library and your app with debugging
information to get a useful stack trace. You usually use the -g
compiler flag. Libraries such as glib and gtk+ often have a special
configure option to enable debugging info. Check the output of
configure --help.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]