#0 link_before (link=0xbc2418, before_this_link=0xabcdef, list=0x7fdd2c001fd0) at ../../dbus/dbus-list.c:120 [Error: ../../dbus/dbus-list.c was not found in source tree] #1 _dbus_list_prepend_link (list=list@entry=0x7fdd2c001fd0, link=link@entry=0xbc2418) at ../../dbus/dbus-list.c:325 [Error: ../../dbus/dbus-list.c was not found in source tree] #2 0x00007fdd4418dd79 in _dbus_list_append_link (list=list@entry=0x7fdd2c001fd0, link=link@entry=0xbc2418) at ../../dbus/dbus-list.c:307 [Error: ../../dbus/dbus-list.c was not found in source tree] #3 0x00007fdd4417e497 in _dbus_message_add_counter_link (message=message@entry=0x7fdd2c001f60, link=link@entry=0xbc2418) at ../../dbus/dbus-message.c:304 [Error: ../../dbus/dbus-message.c was not found in source tree] #4 0x00007fdd4417e52e in _dbus_message_add_counter (message=0x7fdd2c001f60, counter=0xb7dc50) at ../../dbus/dbus-message.c:338 [Error: ../../dbus/dbus-message.c was not found in source tree] #5 0x00007fdd4418a559 in _dbus_transport_queue_messages (transport=transport@entry=0xb7d800) at ../../dbus/dbus-transport.c:1140 [Error: ../../dbus/dbus-transport.c was not found in source tree] #6 0x00007fdd4418af84 in do_reading (transport=transport@entry=0xb7d800) at ../../dbus/dbus-transport-socket.c:851 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #7 0x00007fdd4418b7ad in do_reading (transport=0xb7d800) at ../../dbus/dbus-transport-socket.c:706 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #8 socket_handle_watch (transport=0xb7d800, watch=, flags=) at ../../dbus/dbus-transport-socket.c:932 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #9 0x00007fdd4418a21d in _dbus_transport_handle_watch (transport=0xb7d800, watch=watch@entry=0xb7cf90, condition=0, condition@entry=1) at ../../dbus/dbus-transport.c:885 [Error: ../../dbus/dbus-transport.c was not found in source tree] #10 0x00007fdd44174ebc in _dbus_connection_handle_watch (watch=0xb7cf90, condition=1, data=0xb7dd90) at ../../dbus/dbus-connection.c:1515 [Error: ../../dbus/dbus-connection.c was not found in source tree] #11 0x00007fdd4418c3ca in dbus_watch_handle (watch=0xb7cf90, flags=1) at ../../dbus/dbus-watch.c:700 [Error: ../../dbus/dbus-watch.c was not found in source tree] #12 0x00007fdd4569bb8c in io_handler_dispatch (source=, condition=, data=0xb6ec80) at dbus-gmain.c:221 [Error: dbus-gmain.c was not found in source tree] #13 0x00007fdd45ee5e85 in g_main_dispatch (context=0xb80c10) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #14 g_main_context_dispatch (context=context@entry=0xb80c10) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #15 0x00007fdd45ee61c8 in g_main_context_iterate (context=0xb80c10, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #16 0x00007fdd45ee663a in g_main_loop_run (loop=0xc034c0) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3895 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #17 0x0000000000401c32 in main (argc=1, argv=0x7fff0f1cb648) at ubuntu-geoip-provider.c:1056 1051: UbuntuGeoipProvider * provider = g_object_new(UBUNTU_GEOIP_PROVIDER_TYPE, NULL); 1052: g_return_val_if_fail(provider != NULL, 1); 1053: 1054: mainloop = g_main_loop_new(NULL, TRUE); 1055: 1056: g_main_loop_run(mainloop); 1057: 1058: g_main_loop_unref(mainloop); 1059: g_object_unref(provider); 1060: 1061: return 0;