#0 auth_data_free (data=0x0) at empathy-goa-auth-handler.c:92 87: } AuthData; 88: 89: static void 90: auth_data_free (AuthData *data) 91: { 92: tp_clear_object (&data->self); 93: tp_clear_object (&data->channel); 94: tp_clear_object (&data->account); 95: tp_clear_object (&data->goa_object); 96: g_free (data->access_token); 97: g_slice_free (AuthData, data); #1 0x00007f69e0364567 in auth_cb (user_data=0x0, source=0x1bc4310, result=) at empathy-goa-auth-handler.c:129 124: return; 125: } 126: 127: /* Success! */ 128: tp_channel_close_async (channel, NULL, NULL); 129: auth_data_free (data); 130: } 131: 132: static void 133: got_oauth2_access_token_cb (GObject *source, 134: GAsyncResult *result, #2 auth_cb (source=0x1bc4310, result=, user_data=user_data@entry=0x0) at empathy-goa-auth-handler.c:111 106: tp_channel_close_async (data->channel, NULL, NULL); 107: auth_data_free (data); 108: } 109: 110: static void 111: auth_cb (GObject *source, 112: GAsyncResult *result, 113: gpointer user_data) 114: { 115: TpChannel *channel = (TpChannel *) source; 116: AuthData *data = user_data; #3 0x00007f69deff203e in g_simple_async_result_complete (simple=0x1ce0810) at /build/buildd/glib2.0-2.33.6/./gio/gsimpleasyncresult.c:775 [Error: /build/buildd/glib2.0-2.33.6/./gio/gsimpleasyncresult.c was not found in source tree] #4 0x00007f69e035b298 in sasl_status_changed_cb (channel=, status=status@entry=4, dbus_error=dbus_error@entry=0x1ccdfa0 "", details=details@entry=0x1cdce40, user_data=, self=) at empathy-sasl-mechanisms.c:92 87: g_simple_async_result_take_error (result, error); 88: } 89: break; 90: 91: case TP_SASL_STATUS_SUCCEEDED: 92: g_simple_async_result_complete (result); 93: break; 94: 95: default: 96: break; 97: } #5 0x00007f69dfce0585 in _tp_cli_channel_interface_sasl_authentication_invoke_callback_for_sasl_status_changed (tpproxy=0x1bc4310, error=, args=0x1ce2100, generic_callback=0x7f69e035b1d0 , user_data=, weak_object=) at _gen/tp-cli-channel-body.h:8188 [Error: _gen/tp-cli-channel-body.h was not found in source tree] #6 0x00007f69dfd9d5dc in tp_proxy_signal_invocation_run (p=0x1d32ae0) at proxy-signals.c:268 [Error: proxy-signals.c was not found in source tree] #7 0x00007f69dea81c65 in g_main_dispatch (context=0x1bad800) at /build/buildd/glib2.0-2.33.6/./glib/gmain.c:2691 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmain.c was not found in source tree] #8 g_main_context_dispatch (context=context@entry=0x1bad800) at /build/buildd/glib2.0-2.33.6/./glib/gmain.c:3195 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmain.c was not found in source tree] #9 0x00007f69dea81f98 in g_main_context_iterate (context=0x1bad800, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.33.6/./glib/gmain.c:3266 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmain.c was not found in source tree] #10 0x00007f69dea82392 in g_main_loop_run (loop=0x1cb7550) at /build/buildd/glib2.0-2.33.6/./glib/gmain.c:3460 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmain.c was not found in source tree] #11 0x00007f69df70ad25 in gtk_main () at /build/buildd/gtk+3.0-3.5.8/./gtk/gtkmain.c:1162 [Error: /build/buildd/gtk+3.0-3.5.8/./gtk/gtkmain.c was not found in source tree] #12 0x00000000004029c4 in main (argc=1, argv=0x7fff292e8278) at empathy-auth-client.c:361 356: } 357: 358: start_timer (); 359: empathy_sanity_checking_run_if_needed (); 360: 361: gtk_main (); 362: 363: g_object_unref (factory); 364: g_object_unref (debug_sender); 365: 366: return EXIT_SUCCESS;