Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. # gdb /usr/bin/emulationstation
  2. GNU gdb (GDB) 7.11.1
  3. Copyright (C) 2016 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-buildroot-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from /usr/bin/emulationstation...(no debugging symbols found)...done.
  17. (gdb) run
  18. Starting program: /usr/bin/emulationstation
  19. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  20. [New LWP 1723]
  21. [New LWP 1724]
  22. [New LWP 1725]
  23. [New LWP 1726]
  24. [New LWP 1727]
  25. [New LWP 1728]
  26. [New LWP 1729]
  27. [New LWP 1730]
  28. lvl0: System "favorites" is missing name, path, extension, or command!
  29. [LWP 1729 exited]
  30. [LWP 1730 exited]
  31. [LWP 1728 exited]
  32. [LWP 1727 exited]
  33. lo IP Address 127.0.0.1
  34. eth0 IP Address 192.168.0.32
  35. [New LWP 1731]
  36. PING archive.recalbox.com (51.15.208.162): 56 data bytes
  37. 64 bytes from 51.15.208.162: seq=0 ttl=53 time=10.730 ms
  38.  
  39. --- archive.recalbox.com ping statistics ---
  40. 1 packets transmitted, 1 packets received, 0% packet loss
  41. round-trip min/avg/max = 10.730/10.730/10.730 ms
  42. lo IP Address 127.0.0.1
  43. eth0 IP Address 192.168.0.32
  44.  
  45. Thread 1 "emulationstatio" received signal SIGSEGV, Segmentation fault.
  46. 0x00007ffff47e0cc6 in ?? () from /lib64/libc.so.6
  47. (gdb) bt
  48. #0 0x00007ffff47e0cc6 in ?? () from /lib64/libc.so.6
  49. #1 0x0000000000644ff8 in ?? ()
  50. #2 0x000000000064936a in GuiTextEditPopupKeyboard::GuiTextEditPopupKeyboard(Window*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void (std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)> const&, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) ()
  51. #3 0x000000000051612e in ?? ()
  52. #4 0x00000000004e858c in std::_Function_handler<bool (InputConfig*, Input), ComponentListRow::makeAcceptInputHandler(std::function<void ()> const&)::{lambda(InputConfig*, Input)#1}>::_M_invoke(std::_Any_data const&, InputConfig*&&, Input&&) ()
  53. #5 0x000000000061657e in ComponentList::input(InputConfig*, Input) ()
  54. #6 0x0000000000614012 in ComponentGrid::input(InputConfig*, Input) ()
  55. #7 0x00000000005d427a in GuiComponent::input(InputConfig*, Input) ()
  56. #8 0x000000000053bc8c in GuiSettings::input(InputConfig*, Input) ()
  57. #9 0x000000000060a98d in Window::input(InputConfig*, Input) ()
  58. #10 0x00000000005e221e in InputManager::parseEvent(SDL_Event const&, Window*) ()
  59. #11 0x00000000004a1007 in main ()
  60. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement