Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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 5696)]
  16. [New Thread 0x7fffe6c53700 (LWP 5697)]
  17. [New Thread 0x7fffe6452700 (LWP 5698)]
  18. [freeems_comms.c: serial_repair_thread(): line: 85]
  19. Thread created!
  20. [New Thread 0x7fffe5c51700 (LWP 5699)]
  21. [freeems_comms.c: serial_repair_thread(): line: 196]
  22. Thread exiting, device found!
  23. [Thread 0x7fffe6452700 (LWP 5698) exited]
  24. [interrogate.c: load_firmware_details(): line: 1137]
  25. Detected Firmware: FreeEMS 0.0.0
  26.  
  27. Program received signal SIGSEGV, Segmentation fault.
  28. [Switching to Thread 0x7fffe6c53700 (LWP 5697)]
  29. thread_update_widget (widget_name=0x7fffe7880364 "ecu_info_label",
  30. type=MTX_LABEL,
  31. msg=0x7fffe003a380 "<b>Firmware Version:</b> 0.2.0-SNAPSHOT-96-g1497f32\n<b>Interface version:</b> IFreeEMS Vanilla 0.0.0\nThis firmware was built on Wed Feb 29 08:55:27 CST 2012 using the 3.3.6-m68hc1x-20060122 compiler o"...)
  32. at threads.c:376
  33. 376 message->payload = w_update;
  34. (gdb) backtrace
  35. #0 thread_update_widget (widget_name=0x7fffe7880364 "ecu_info_label",
  36. type=MTX_LABEL,
  37. msg=0x7fffe003a380 "<b>Firmware Version:</b> 0.2.0-SNAPSHOT-96-g1497f32\n<b>Interface version:</b> IFreeEMS Vanilla 0.0.0\nThis firmware was built on Wed Feb 29 08:55:27 CST 2012 using the 3.3.6-m68hc1x-20060122 compiler o"...)
  38. at threads.c:376
  39. #1 0x00007fffe78777f5 in update_ecu_info () at interrogate.c:867
  40. #2 0x00007fffe78742ae in handle_transaction_hf (data=<value optimized out>,
  41. type=<value optimized out>) at freeems_helpers.c:425
  42. #3 0x0000000000454090 in thread_dispatcher (data=<value optimized out>)
  43. at threads.c:224
  44. #4 0x00007ffff3971b84 in ?? () from /lib/libglib-2.0.so.0
  45. #5 0x00007ffff23149ca in start_thread () from /lib/libpthread.so.0
  46. #6 0x00007ffff2071cdd in clone () from /lib/libc.so.6
  47. #7 0x0000000000000000 in ?? ()
  48. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement