Advertisement
Guest User

Untitled

a guest
Mar 24th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 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: 4c46e9e820674dcdccd4f9636abde296eda6bae8
  16. [New Thread 0x7fffe9367700 (LWP 9327)]
  17. [New Thread 0x7fffe8b66700 (LWP 9328)]
  18. [New Thread 0x7fffe8365700 (LWP 9329)]
  19. [freeems_comms.c: serial_repair_thread(): line: 85]
  20. Thread created!
  21. [New Thread 0x7fffe7b64700 (LWP 9330)]
  22. [freeems_comms.c: serial_repair_thread(): line: 196]
  23. Thread exiting, device found!
  24. [Thread 0x7fffe8365700 (LWP 9329) exited]
  25. [interrogate.c: load_firmware_details(): line: 1137]
  26. Detected Firmware: FreeEMS 0.0.0
  27. [New Thread 0x7fffe8365700 (LWP 9331)]
  28.  
  29. Program received signal SIGSEGV, Segmentation fault.
  30. 0x000000000044fe32 in rt_update_status (key=0xa516e0,
  31. data=<value optimized out>) at runtime_status.c:331
  32. 331 g_return_if_fail(GTK_IS_WIDGET(rtv_map));
  33. (gdb) backtrace
  34. #0 0x000000000044fe32 in rt_update_status (key=0xa516e0,
  35. data=<value optimized out>) at runtime_status.c:331
  36. #1 0x00007ffff383415c in g_list_foreach () from /lib/libglib-2.0.so.0
  37. #2 0x000000000045022a in update_rtstatus () at runtime_status.c:280
  38. #3 0x00007ffff383709b in ?? () from /lib/libglib-2.0.so.0
  39. #4 0x00007ffff38368c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
  40. #5 0x00007ffff383a748 in ?? () from /lib/libglib-2.0.so.0
  41. #6 0x00007ffff383ac55 in g_main_loop_run () from /lib/libglib-2.0.so.0
  42. #7 0x00007ffff5f16bc7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  43. #8 0x0000000000445bd3 in main (argc=1, argv=0x7fffffffe718) at main.c:159
  44. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement