#0 _cairo_xlib_remove_close_display_hooks (dpy=, key=0x1a3f1c0) #1 0x00002b3625159c61 in _cairo_xlib_surface_finish (abstract_surface=) #2 0x00002b3625134e13 in *INT_cairo_surface_finish (surface=0x1a3f1c0) #3 0x00002b3625134e95 in *INT_cairo_surface_destroy (surface=0x13ecfb0) #4 0x00002b3621775793 in IA__gdk_window_end_paint (window=0x13e0ad0) at /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c:1087 [Error: /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c was not found in source tree] #5 0x00002b36212b36b9 in IA__gtk_main_do_event (event=0x7fff8af1c740) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1496 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c was not found in source tree] #6 0x00002b36217748da in gdk_window_process_updates_internal (window=0x13e0ad0) #7 0x00002b3621774eaa in IA__gdk_window_process_all_updates () at /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c:2435 [Error: /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c was not found in source tree] #8 0x00002b3621774f09 in IA__gdk_window_process_all_updates () at /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c:2450 [Error: /build/buildd/gtk+2.0-2.12.0/gdk/gdkwindow.c was not found in source tree] #9 0x00002b36232c7d50 in ?? () from /lib/libpthread.so.0 #10 0x0000000001550b00 in ?? () #11 0x00002b3622534fd3 in IA__g_main_context_dispatch (context=0x6cb2d0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #12 0x00002b36225382dd in g_main_context_iterate (context=0x6cb2d0, block=1, dispatch=1, self=) #13 0x00002b36225385ea in IA__g_main_loop_run (loop=0x143bba0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #14 0x00002b36212b3883 in IA__gtk_main () at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1144 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c was not found in source tree] #15 0x0000000000422f39 in fe_main () at fe-gnome.c:184 179: } 180: 181: void 182: fe_main (void) 183: { 184: gtk_main (); 185: 186: g_object_unref (gui.program); 187: 188: /* sleep for 3 seconds so any QUIT messages are not lost. The */ 189: /* GUI is closed at this point, so the user doesn't even know! */ #16 0x000000000045d0f8 in main (argc=1, argv=) at xchat.c:1071 1066: 1067: fe_init (); 1068: 1069: xchat_init (); 1070: 1071: fe_main (); 1072: 1073: #ifdef USE_OPENSSL 1074: if (ctx) 1075: _SSL_context_free (ctx); 1076: #endif