#0 0x00007f4da1f257c3 in _dbus_header_get_byte_order (header=header@entry=0xb9dc58) at ../../dbus/dbus-marshal-header.c:178 [Error: ../../dbus/dbus-marshal-header.c was not found in source tree] #1 0x00007f4da1f26134 in _dbus_header_get_field_basic (header=0xb9dc58, field=field@entry=5, type=type@entry=117, value=value@entry=0x7fffd1a76c8c) at ../../dbus/dbus-marshal-header.c:1370 [Error: ../../dbus/dbus-marshal-header.c was not found in source tree] #2 0x00007f4da1f2a711 in dbus_message_get_reply_serial (message=) at ../../dbus/dbus-message.c:1091 [Error: ../../dbus/dbus-message.c was not found in source tree] #3 0x00007f4da1f1ea3e in _dbus_connection_queue_received_message_link (connection=0xb9dd90, link=link@entry=0xc0e030) at ../../dbus/dbus-connection.c:501 [Error: ../../dbus/dbus-connection.c was not found in source tree] #4 0x00007f4da1f3657b in _dbus_transport_queue_messages (transport=transport@entry=0xb9d800) at ../../dbus/dbus-transport.c:1157 [Error: ../../dbus/dbus-transport.c was not found in source tree] #5 0x00007f4da1f36f84 in do_reading (transport=transport@entry=0xb9d800) at ../../dbus/dbus-transport-socket.c:851 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #6 0x00007f4da1f377ad in do_reading (transport=0xb9d800) at ../../dbus/dbus-transport-socket.c:706 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #7 socket_handle_watch (transport=0xb9d800, watch=, flags=) at ../../dbus/dbus-transport-socket.c:932 [Error: ../../dbus/dbus-transport-socket.c was not found in source tree] #8 0x00007f4da1f3621d in _dbus_transport_handle_watch (transport=0xb9d800, watch=watch@entry=0xb9cf90, condition=117, condition@entry=1) at ../../dbus/dbus-transport.c:885 [Error: ../../dbus/dbus-transport.c was not found in source tree] #9 0x00007f4da1f20ebc in _dbus_connection_handle_watch (watch=0xb9cf90, condition=1, data=0xb9dd90) at ../../dbus/dbus-connection.c:1515 [Error: ../../dbus/dbus-connection.c was not found in source tree] #10 0x00007f4da1f383ca in dbus_watch_handle (watch=0xb9cf90, flags=1) at ../../dbus/dbus-watch.c:700 [Error: ../../dbus/dbus-watch.c was not found in source tree] #11 0x00007f4da3447b8c in io_handler_dispatch (source=, condition=, data=0xb8ec80) at dbus-gmain.c:221 [Error: dbus-gmain.c was not found in source tree] #12 0x00007f4da3c91e85 in g_main_dispatch (context=0xba0c10) 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] #13 g_main_context_dispatch (context=context@entry=0xba0c10) 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] #14 0x00007f4da3c921c8 in g_main_context_iterate (context=0xba0c10, 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] #15 0x00007f4da3c9263a in g_main_loop_run (loop=0xc20580) 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] #16 0x0000000000401c32 in main (argc=1, argv=0x7fffd1a77008) 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;