Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. kubble:/tmp/MegaTunix/src/.libs> gdb ./megatunix
  2. GNU gdb (GDB) 7.1-ubuntu
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /tmp/MegaTunix/src/.libs/megatunix...done.
  12. (gdb) run --g-fatal-warnings
  13. Starting program: /tmp/MegaTunix/src/.libs/megatunix --g-fatal-warnings
  14. [Thread debugging using libthread_db enabled]
  15. This is a debug release, Git hash: e0dd22e93101488bab3feeae06abc5002cef642b
  16. [New Thread 0x7fffe9337700 (LWP 7555)]
  17. [New Thread 0x7fffe8092700 (LWP 7556)]
  18. [New Thread 0x7fffe7891700 (LWP 7557)]
  19. [Thread 0x7fffe7891700 (LWP 7557) exited]
  20. [New Thread 0x7fffe7891700 (LWP 7558)]
  21. [New Thread 0x7fffe7090700 (LWP 7559)]
  22. [New Thread 0x7fffe688f700 (LWP 7560)]
  23. [New Thread 0x7fffe608e700 (LWP 7561)]
  24. [mtxsocket.c: socket_thread_manager(): line: 226]
  25. Thread created!
  26. [mtxsocket.c: socket_thread_manager(): line: 226]
  27. Thread created!
  28. [mtxsocket.c: socket_thread_manager(): line: 226]
  29. Thread created!
  30. [mtxsocket.c: notify_slaves_thread(): line: 1583]
  31. Thread created!
  32. [Thread 0x7fffe7090700 (LWP 7559) exited]
  33. [Thread 0x7fffe7891700 (LWP 7558) exited]
  34. [Thread 0x7fffe688f700 (LWP 7560) exited]
  35. [New Thread 0x7fffe588d700 (LWP 7562)]
  36. [New Thread 0x7fffe508c700 (LWP 7563)]
  37. [mtxsocket.c: socket_thread_manager(): line: 226]
  38. Thread created!
  39. [New Thread 0x7fffe488b700 (LWP 7564)]
  40. [mtxsocket.c: socket_thread_manager(): line: 226]
  41. Thread created!
  42. [mtxsocket.c: socket_thread_manager(): line: 226]
  43. Thread created!
  44. [New Thread 0x7fffdffff700 (LWP 7565)]
  45. [mtxsocket.c: notify_slaves_thread(): line: 1583]
  46. Thread created!
  47. megatunix: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
  48.  
  49. Program received signal SIGABRT, Aborted.
  50. 0x00007ffff1c59a75 in raise () from /lib/libc.so.6
  51. (gdb) backtrace
  52. #0 0x00007ffff1c59a75 in raise () from /lib/libc.so.6
  53. #1 0x00007ffff1c5d5c0 in abort () from /lib/libc.so.6
  54. #2 0x00007ffff1c52941 in __assert_fail () from /lib/libc.so.6
  55. #3 0x00007ffff66603b3 in ?? () from /usr/lib/libX11.so.6
  56. #4 0x00007ffff6660c07 in _XEventsQueued () from /usr/lib/libX11.so.6
  57. #5 0x00007ffff66382da in XFlush () from /usr/lib/libX11.so.6
  58. #6 0x00007ffff5820208 in gdk_window_process_all_updates () from /usr/lib/libgdk-x11-2.0.so.0
  59. #7 0x00007ffff58202b9 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
  60. #8 0x00007ffff57fcdb6 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
  61. #9 0x00007ffff38368c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
  62. #10 0x00007ffff383a748 in ?? () from /lib/libglib-2.0.so.0
  63. #11 0x00007ffff383ac55 in g_main_loop_run () from /lib/libglib-2.0.so.0
  64. #12 0x00007ffff5f16bc7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  65. #13 0x0000000000446235 in main (argc=1, argv=0x7fffffffe718) at main.c:160
  66. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement