> $ G_DEBUG=fatal-criticals gdb ./surf > (gdb) cont > ... > (gdb) bt
Backtrace from clicking anywhere on the window border of surf under dwm: #0 0xb71ae968 in _gdk_windowing_got_event () from /usr/lib/libgdk-x11-2.0.so.0 #1 0xb71cae47 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0 #2 0xb71cb1c0 in gdk_event_dispatch () from /usr/lib/libgdk-x11-2.0.so.0 #3 0xb6e7d378 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #4 0xb6e80bf0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #5 0xb6e8105f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #6 0xb73567d9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #7 0x0804cf99 in main (argc=1, argv=0xbffff564) at surf.c:849 This is surf 0.3 with a couple patches to bind mouse buttons to stuff like back/forward in the history. Jon.