В Сбт, 09/07/2005 в 11:57 +1000, Rod Butcher пишет: > Thanks Nickolay, I loaded gedit and when it hung up ran gdb and backrace > as follows :- > < many lines cut >
> 0xffffe410 in ?? () > (gdb) thread apply all backtrace > > Thread 1 (Thread -1226783040 (LWP 14825)): > #0 0xffffe410 in ?? () > #1 0xbfb884fc in ?? () > #2 0xb6f60ff4 in ?? () from /lib/tls/libc.so.6 > #3 0xbfb884a0 in ?? () > #4 0xb6f04541 in connect () from /lib/tls/libc.so.6 > #5 0xb6f24665 in clnttcp_create () from /lib/tls/libc.so.6 > #6 0xb6f26074 in pmap_getmaps () from /lib/tls/libc.so.6 > #7 0x000186a0 in ?? () > #8 0x00000002 in ?? () > #9 0xbfb88524 in ?? () > #10 0x00000032 in ?? () > #11 0x000001f4 in ?? () > #0 0xffffe410 in ?? () > (gdb) Hi Rod. Stack trace is not very useful as you can see :) Are you sure you using gedit built from CVS with debug information enabled? Probably you can try to debug more simple application. Or set break on main in gedit and execute program step by step. Is freeze occured when you start application or only when you are trying to open new file with file chooser? _______________________________________________ gnome-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-devel-list
