#0 0xb70e863c in msn_servconn_disconnect (servconn=0x8060168) at ../../../../libpurple/protocols/msnp9/servconn.c:263 [Error: ../../../../libpurple/protocols/msnp9/servconn.c was not found in source tree] #1 0xb70e8315 in msn_servconn_got_error (servconn=0x8060168, error=MSN_SERVCONN_ERROR_CONNECT) #2 0xb70e8407 in connect_cb (data=0x8060168, source=-1, #3 0xb7e83b0d in purple_proxy_connect_data_disconnect (connect_data=0x80601c0, #4 0xb7e8714f in connection_host_resolved (hosts=0x0, data=0x80601c0, #5 0xb7e93a2c in purple_dnsquery_failed (query_data=0x809d930, #6 0xb7e948f4 in host_resolved (data=0x809d930, source=6, cond=3) at ../../libpurple/dnsquery.c:576 [Error: ../../libpurple/dnsquery.c was not found in source tree] #7 0x0804db13 in purple_glib_io_invoke (source=0x80a3918, condition=, data=0x8098428) at main.c:88 83: if (condition & PURPLE_GLIB_READ_COND) 84: purple_cond |= PURPLE_INPUT_READ; 85: if (condition & PURPLE_GLIB_WRITE_COND) 86: purple_cond |= PURPLE_INPUT_WRITE; 87: 88: closure->function(closure->data, g_io_channel_unix_get_fd(source), 89: purple_cond); 90: 91: return TRUE; 92: } 93: #8 0xb7ccdbcd in g_io_unix_dispatch (source=0x8097c00, callback=0x804dad0 , user_data=0x8098428) #9 0xb7c99bd8 in IA__g_main_context_dispatch (context=0x8060708) at /build/buildd/glib2.0-2.16.2/glib/gmain.c:2009 [Error: /build/buildd/glib2.0-2.16.2/glib/gmain.c was not found in source tree] #10 0xb7c9ce3e in g_main_context_iterate (context=0x8060708, block=1, dispatch=1, self=0x805c748) #11 0xb7c9d1c7 in IA__g_main_loop_run (loop=0x80978f0) at /build/buildd/glib2.0-2.16.2/glib/gmain.c:2850 [Error: /build/buildd/glib2.0-2.16.2/glib/gmain.c was not found in source tree] #12 0xb7dfe977 in tp_run_connection_manager (prog_name=0x8055698 "haze", version=0x80556c1 "0.2.0", #13 0x0804dde2 in main (argc=1, argv=0xbfcb9f84) at main.c:292 287: /* tp-glib < 0.6.1: persist is a flag, of sorts */ 288: tp_debug_set_flags_from_string ("persist"); 289: #endif 290: } 291: 292: ret = tp_run_connection_manager (UI_ID, PACKAGE_VERSION, get_cm, argc, 293: argv); 294: 295: purple_core_quit (); 296: delete_user_dir (); 297: