Hi, Brenden Conte <[EMAIL PROTECTED]> 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 _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
