Advertisement
Guest User

Untitled

a guest
Jul 24th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.42 KB | None | 0 0
  1. Thread 123 "emulationstatio" received signal SIG32, Real-time event 32.
  2. [Thread 0x846a6160 (LWP 8465) exited]
  3. [New Thread 0x795ff160 (LWP 8470)]
  4.  
  5. Thread 124 "emulationstatio" received signal SIG32, Real-time event 32.
  6. [Thread 0x847a6160 (LWP 8466) exited]
  7.  
  8. Thread 125 "emulationstatio" received signal SIG32, Real-time event 32.
  9. [Thread 0x824b0160 (LWP 8467) exited]
  10. [Thread 0x7d103160 (LWP 8464) exited]
  11. [Thread 0x795ff160 (LWP 8470) exited]
  12. [Thread 0x7a0ff160 (LWP 8463) exited]
  13. [Thread 0x771ff160 (LWP 8469) exited]
  14. [Thread 0x84625160 (LWP 8468) exited]
  15. [New Thread 0xadb39160 (LWP 8471)]
  16. Jul 24 07:54:17 lvl3:   Background indexing starting.
  17. [New Thread 0x84625160 (LWP 8472)]
  18. [New Thread 0x7a0ff160 (LWP 8473)]
  19. [Thread 0x7a0ff160 (LWP 8473) exited]
  20. [New Thread 0x7a0ff160 (LWP 8474)]
  21. [New Thread 0x824b0160 (LWP 8475)]
  22. [Thread 0x824b0160 (LWP 8475) exited]
  23. Jul 24 07:54:17 lvl3:   Indexed a total of 68339 entries in 0 ms. Stopping.
  24. [Thread 0xadb39160 (LWP 8471) exited]
  25. [New Thread 0x771ff160 (LWP 8476)]
  26. [Thread 0x771ff160 (LWP 8476) exited]
  27. [New Thread 0x824b0160 (LWP 8477)]
  28. [New Thread 0x771ff160 (LWP 8478)]
  29. [New Thread 0x847a6160 (LWP 8479)]
  30. [New Thread 0x846a6160 (LWP 8480)]
  31. [New Thread 0x822ff160 (LWP 8481)]
  32. [Thread 0x7a0ff160 (LWP 8474) exited]
  33. [Thread 0x84625160 (LWP 8472) exited]
  34. [New Thread 0x84625160 (LWP 8482)]
  35. [New Thread 0x795ff160 (LWP 8483)]
  36.  
  37. ^C
  38. Thread 1 "emulationstatio" received signal SIGINT, Interrupt.
  39. [Switching to Thread 0xb4e0b010 (LWP 7600)]
  40. 0xb6d21a3c in __GI___pthread_timedjoin_ex (threadid=2185953632, thread_return=0x0, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:89
  41. 89      pthread_join_common.c: No such file or directory.
  42.  
  43. (gdb) where
  44. #0  0xb6d21a3c in __GI___pthread_timedjoin_ex (threadid=2185953632, thread_return=0x0, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:89
  45. #1  0xb5af3f18 in input_Close () at /usr/lib/arm-linux-gnueabihf/libvlccore.so.9
  46. #2  0xb6c7ae58 in libvlc_media_player_stop () at /usr/lib/arm-linux-gnueabihf/libvlc.so.5
  47. #3  0x00473d8c in VideoVlcComponent::stopVideo() (this=0xac204f0) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-core/src/components/VideoVlcComponent.cpp:334
  48. #4  0x004725b0 in VideoVlcComponent::~VideoVlcComponent() (this=0xac204f0, __in_chrg=<optimized out>)
  49.     at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-core/src/components/VideoVlcComponent.cpp:53
  50. #5  0x00472604 in VideoVlcComponent::~VideoVlcComponent() (this=0xac204f0, __in_chrg=<optimized out>)
  51.     at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-core/src/components/VideoVlcComponent.cpp:54
  52. #6  0x00288c24 in SystemScreenSaver::stopScreenSaver() (this=0xbeffee80) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-app/src/SystemScreenSaver.cpp:202
  53. #7  0x0028a634 in SystemScreenSaver::nextMediaItem() (this=0xbeffee80) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-app/src/SystemScreenSaver.cpp:456
  54. #8  0x0028a56c in SystemScreenSaver::update(int) (this=0xbeffee80, deltaTime=34) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-app/src/SystemScreenSaver.cpp:443
  55. #9  0x0043e4a4 in Window::update(int) (this=0xbeffeed4, deltaTime=34) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-core/src/Window.cpp:238
  56. #10 0x002601b8 in main(int, char**) (argc=2, argv=0xbefff534) at /home/pi/RetroPie-Setup/tmp/build/emulationstation-dev/es-app/src/main.cpp:448
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement