Advertisement
Guest User

Untitled

a guest
Mar 10th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. noah@noah-260m:~/Documents/freeems/mtx/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 /home/noah/Documents/freeems/mtx/MegaTunix/src/.libs/megatunix...done.
  12. (gdb) run --g-fatal-warnings
  13. Starting program: /home/noah/Documents/freeems/mtx/MegaTunix/src/.libs/megatunix --g-fatal-warnings
  14. [Thread debugging using libthread_db enabled]
  15. This is a debug release, Git hash: 197db26c50696d43184db1e87cb0b6ec68684e2f
  16. [New Thread 0x7fffe7454700 (LWP 25704)]
  17. [New Thread 0x7fffe6c53700 (LWP 25705)]
  18. [New Thread 0x7fffe6452700 (LWP 25706)]
  19. [freeems_comms.c: serial_repair_thread(): line: 85]
  20. Thread created!
  21. [New Thread 0x7fffe5c51700 (LWP 25707)]
  22. Packet number 1 ending of length 78 at char number 0 failed checksum! Received 177 Calculated 182
  23. [freeems_comms.c: serial_repair_thread(): line: 196]
  24. Thread exiting, device found!
  25. [Thread 0x7fffe6452700 (LWP 25706) exited]
  26. [interrogate.c: load_firmware_details(): line: 1137]
  27. Detected Firmware: FreeEMS 0.0.0
  28. [New Thread 0x7fffe6452700 (LWP 25708)]
  29.  
  30. Program received signal SIGSEGV, Segmentation fault.
  31. thread_update_widget (widget_name=0x7fffe7880368 "info_label", type=MTX_LABEL,
  32. msg=0x7fffe0000ae0 "<b>Ready...</b>") at threads.c:376
  33. 376 message->payload = w_update;
  34. (gdb) backtrace
  35. #0 thread_update_widget (widget_name=0x7fffe7880368 "info_label",
  36. type=MTX_LABEL, msg=0x7fffe0000ae0 "<b>Ready...</b>") at threads.c:376
  37. #1 0x00007fffe7873162 in update_ecu_controls_pf ()
  38. at freeems_gui_handlers.c:360
  39. #2 0x000000000043098e in pf_dispatcher (data=<value optimized out>)
  40. at dispatcher.c:136
  41. #3 0x00007ffff394909b in ?? () from /lib/libglib-2.0.so.0
  42. #4 0x00007ffff39488c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
  43. #5 0x00007ffff394c748 in ?? () from /lib/libglib-2.0.so.0
  44. #6 0x00007ffff394cc55 in g_main_loop_run () from /lib/libglib-2.0.so.0
  45. #7 0x00007ffff6028bc7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  46. #8 0x0000000000441f13 in main (argc=1, argv=0x7fffffffe2f8) at main.c:159
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement