Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. noah@noah-260m:~/Documents/freeems/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/MegaTunix/src/.libs/megatunix...done.
  12. (gdb) run --g-fatal-warnings
  13. Starting program: /home/noah/Documents/freeems/MegaTunix/src/.libs/megatunix --g-fatal-warnings
  14. [Thread debugging using libthread_db enabled]
  15. [New Thread 0x7fffe7454700 (LWP 7765)]
  16. [New Thread 0x7fffe6c53700 (LWP 7766)]
  17. [New Thread 0x7fffe6452700 (LWP 7767)]
  18. [freeems_comms.c: serial_repair_thread(): line: 85]
  19. Thread created!
  20. [New Thread 0x7fffe5c51700 (LWP 7768)]
  21. Packet number 2 ending of length 125 at char number 0 failed checksum! Received 212 Calculated 41
  22. [freeems_comms.c: serial_repair_thread(): line: 196]
  23. Thread exiting, device found!
  24. [Thread 0x7fffe6452700 (LWP 7767) exited]
  25. [interrogate.c: load_firmware_details(): line: 1137]
  26. Detected Firmware: FreeEMS 0.0.0
  27.  
  28. Program received signal SIGSEGV, Segmentation fault.
  29. [Switching to Thread 0x7fffe6c53700 (LWP 7766)]
  30. thread_update_widget (widget_name=0x7fffe7880364 "ecu_info_label",
  31. type=MTX_LABEL,
  32. msg=0x7fffe0000e00 "<b>Firmware Version:</b> 0.2.0-SNAPSHOT-99-gc76a4e0\n<b>Interface version:</b> IFreeEMS Vanilla 0.0.0\nThis firmware was built on Fri Mar 9 11:05:06 CST 2012 using the 3.3.6-m68hc1x-20060122 compiler o"...)
  33. at threads.c:376
  34. 376 message->payload = w_update;
  35. (gdb) backtrace
  36. #0 thread_update_widget (widget_name=0x7fffe7880364 "ecu_info_label",
  37. type=MTX_LABEL,
  38. msg=0x7fffe0000e00 "<b>Firmware Version:</b> 0.2.0-SNAPSHOT-99-gc76a4e0\n<b>Interface version:</b> IFreeEMS Vanilla 0.0.0\nThis firmware was built on Fri Mar 9 11:05:06 CST 2012 using the 3.3.6-m68hc1x-20060122 compiler o"...)
  39. at threads.c:376
  40. #1 0x00007fffe78777f5 in update_ecu_info () at interrogate.c:867
  41. #2 0x00007fffe78742ae in handle_transaction_hf (data=<value optimized out>,
  42. type=<value optimized out>) at freeems_helpers.c:425
  43. #3 0x0000000000454090 in thread_dispatcher (data=<value optimized out>)
  44. at threads.c:224
  45. #4 0x00007ffff3971b84 in ?? () from /lib/libglib-2.0.so.0
  46. #5 0x00007ffff23149ca in start_thread () from /lib/libpthread.so.0
  47. #6 0x00007ffff2071cdd in clone () from /lib/libc.so.6
  48. #7 0x0000000000000000 in ?? ()
  49. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement