Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ^C
  2. Program received signal SIGINT, Interrupt.
  3. 0x00007ff4d70b6ed1 in pthread_cond_timedwait () from /usr/lib/libpthread.so.0
  4. (gdb) thread apply all bt
  5.  
  6. Thread 1 (process 1042):
  7. #0 0x00007ff4d70b6ed1 in pthread_cond_timedwait ()
  8. from /usr/lib/libpthread.so.0
  9. #1 0x0000000000de6012 in wait (milliseconds=<optimized out>, lock=...,
  10. this=0x57ce890)
  11. at /home/pike/linuxport/OpenELEC.tv/build.OpenELEC-Intel.x86_64-devel/xbmc-1fef727/xbmc/threads/platform/pthreads/Condition.h:74
  12. #2 wait<CCriticalSection> (milliseconds=<optimized out>, lock=...,
  13. this=0x57ce8c0)
  14. at /home/pike/linuxport/OpenELEC.tv/build.OpenELEC-Intel.x86_64-devel/xbmc-1fef727/xbmc/threads/Condition.h:66
  15. #3 WaitMSec (milliSeconds=4294967295, this=0x57ce850) at Event.h:84
  16. #4 CThread::WaitForThreadExit (this=0x57ce780, milliseconds=4294967295)
  17. at /home/pike/linuxport/OpenELEC.tv/build.OpenELEC-Intel.x86_64-devel/xbmc-1fef727/xbmc/threads/platform/pthreads/ThreadImpl.cpp:165
  18. #5 0x0000000000de61a4 in CThread::StopThread (this=0x57ce780, bWait=true)
  19. at Thread.cpp:143
  20. #6 0x0000000000a87a6a in PAPlayer::CloseFileInternal (this=0x57ce770,
  21. bAudioDevice=false) at PAPlayer.cpp:287
  22. #7 0x0000000000a88582 in PAPlayer::OpenFile (this=0x57ce770, file=...,
  23. options=...) at PAPlayer.cpp:143
  24. #8 0x0000000000e266cb in CApplication::PlayFile (this=0x13e8080, item=...,
  25. ---Type <return> to continue, or q <return> to quit---
  26. bRestart=<optimized out>) at Application.cpp:3843
  27. #9 0x0000000000e8e5f3 in PLAYLIST::CPlayListPlayer::Play (this=0x13e86a0,
  28. iSong=1, bAutoPlay=false, bPlayPrevious=false) at PlayListPlayer.cpp:258
  29. #10 0x0000000000e90056 in PLAYLIST::CPlayListPlayer::PlayNext (this=0x13e86a0,
  30. offset=<optimized out>, bAutoPlay=false) at PlayListPlayer.cpp:174
  31. #11 0x0000000000e2b58f in CApplication::OnAction (this=0x13e8080, action=...)
  32. at Application.cpp:2487
  33. #12 0x0000000000e2cb91 in CApplication::OnKey (this=0x13e8080, key=...)
  34. at Application.cpp:2294
  35. #13 0x0000000000e30874 in CApplication::ProcessEventServer (this=0x13e8080,
  36. frameTime=0.0160000008) at Application.cpp:3092
  37. #14 0x0000000000e31111 in CApplication::FrameMove (this=0x13e8080,
  38. processEvents=<optimized out>) at Application.cpp:2742
  39. #15 0x0000000000ebb57e in CXBApplicationEx::Run (this=0x13e8080)
  40. at XBApplicationEx.cpp:120
  41. #16 0x0000000000615ad6 in main (argc=5, argv=<optimized out>) at xbmc.cpp:93
Add Comment
Please, Sign In to add comment