On Sat, 21 Oct 2006, Lorenzo Marcon wrote:

> Program is running without any problem under Linux, while under 
> Windows, when clicking STOP I get segmentation fault.
>
> Here is the backtrace.
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0040279e in enter_callback ()
> (gdb) bt full
> #0  0x0040279e in enter_callback ()
> No symbol table info available.

If you want a usable trace, you need to compile your program with 
debugging symbols turned on (the "-g" flag to gcc).  If you want 
to follow the trace inside gtk/glib, you'll also need versions of 
those libraries compiled with debugging enabled -- though you can 
probably get by without that unless you suspect the bug may be in 
gtk/glib (possible, but not likely).

Allin Cottrell
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to