Created
April 28, 2011 15:23
-
-
Save shadeslayer/946558 to your computer and use it in GitHub Desktop.
lolcrash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt | |
| #0 0x000000000053dcce in do_getall (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0) | |
| at ../../../syncevolution/src/gdbus/object.c:493 | |
| #1 properties_getall (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0) | |
| at ../../../syncevolution/src/gdbus/object.c:566 | |
| #2 handle_message (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0) at ../../../syncevolution/src/gdbus/object.c:597 | |
| #3 0x00007ffff56f9a01 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 | |
| #4 0x00007ffff56ebb10 in dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3 | |
| #5 0x000000000053caa5 in queue_dispatch (source=<value optimized out>, callback=<value optimized out>, user_data=<value optimized out>) | |
| at ../../../syncevolution/src/gdbus/mainloop.c:91 | |
| #6 0x00007ffff2b3bbcd in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 | |
| #7 0x00007ffff2b3c3a8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 | |
| #8 0x00007ffff2b3c9f2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 | |
| #9 0x00000000004fc4fc in SyncEvo::DBusServer::run (this=0x7fffffffdca0) at ../../syncevolution/src/syncevo-dbus-server.cpp:5742 | |
| #10 0x000000000050365a in main (argc=1, argv=0x7fffffffe328, envp=<value optimized out>) | |
| at ../../syncevolution/src/syncevo-dbus-server.cpp:6872 | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment