Guest User

MTX seg fault after selecting FreeEMS

a guest
Mar 24th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. andy@freeems:~/git/djandruczyk/MegaTunix$ cd src/.libs
  2. andy@freeems:~/git/djandruczyk/MegaTunix/src/.libs$ gdb ./megatunix
  3. GNU gdb (GDB) 7.0.1-debian
  4. Copyright (C) 2009 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "i486-linux-gnu".
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>...
  12. Reading symbols from /home/andy/git/djandruczyk/MegaTunix/src/.libs/megatunix...done.
  13. (gdb) run --g-fatal-warnings
  14. Starting program: /home/andy/git/djandruczyk/MegaTunix/src/.libs/megatunix --g-fatal-warnings
  15. [Thread debugging using libthread_db enabled]
  16. This is a debug release, Git hash: 4c46e9e820674dcdccd4f9636abde296eda6bae8
  17. [New Thread 0xb34c3b70 (LWP 6334)]
  18. [New Thread 0xb2cc2b70 (LWP 6335)]
  19. [New Thread 0xb22ffb70 (LWP 6336)]
  20. [freeems_comms.c: serial_repair_thread(): line: 85]
  21. Thread created!
  22. [New Thread 0xb1afeb70 (LWP 6337)]
  23. [freeems_comms.c: serial_repair_thread(): line: 196]
  24. Thread exiting, device found!
  25. [Thread 0xb22ffb70 (LWP 6336) exited]
  26. [interrogate.c: load_firmware_details(): line: 1137]
  27. Detected Firmware: FreeEMS 0.0.0
  28. [New Thread 0xb22ffb70 (LWP 6338)]
  29.  
  30. Program received signal SIGSEGV, Segmentation fault.
  31. 0x080990fa in rt_update_status (key=0x8309c90, data=0x0)
  32. at runtime_status.c:331
  33. 331 g_return_if_fail(GTK_IS_WIDGET(rtv_map));
  34. (gdb)
Add Comment
Please, Sign In to add comment