Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0xb6c32cb7 in pthread_mutex_lock () from /lib/i386-linux-gnu/libpthread.so.0
  3. No symbol table info available.
  4. #1 0xb6d41864 in pthread_mutex_lock () from /lib/i386-linux-gnu/libc.so.6
  5. No symbol table info available.
  6. #2 0xb76c90fe in lock (this=0x2ec) at /home/xbmc/dev/xbmc/xbmc/threads/platform/pthreads/CriticalSection.h:49
  7. No locals.
  8. #3 lock (this=0x2ec) at /home/xbmc/dev/xbmc/xbmc/threads/Lockables.h:59
  9. No locals.
  10. #4 UniqueLock (this=0xb30ff1e4, lockable=...) at /home/xbmc/dev/xbmc/xbmc/threads/Lockables.h:116
  11. No locals.
  12. #5 CSingleLock (cs=..., this=0xb30ff1e4) at /home/xbmc/dev/xbmc/xbmc/threads/SingleLock.h:37
  13. No locals.
  14. #6 CGUIDialogExtendedProgressBar::GetHandle (this=0x0, strTitle=...) at GUIDialogExtendedProgressBar.cpp:75
  15. lock = {<XbmcThreads::UniqueLock<CCriticalSection>> = {<XbmcThreads::NonCopyable> = {<No data fields>}, mutex = @0x2ec, owns = true}, <No data fields>}
  16. handle = 0xb3100610
  17. #7 0xb7419abc in VIDEO::CVideoInfoScanner::Process (this=0x808abe8) at VideoInfoScanner.cpp:89
  18. dialog = 0x0
  19. msg = {_vptr.CGUIMessage = 0x808d090, m_strLabel = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  20. _M_p = 0xb6eed950 ""}}, m_params = {<std::_Vector_base<CStdStr<char>, std::allocator<CStdStr<char> > >> = {
  21. _M_impl = {<std::allocator<CStdStr<char> >> = {<__gnu_cxx::new_allocator<CStdStr<char> >> = {<No data fields>}, <No data fields>}, _M_start = 0xb6c33c39, _M_finish = 0x0,
  22. _M_end_of_storage = 0xb3105460}}, <No data fields>}, m_senderID = -1222001527, m_controlID = -1226919948, m_message = -1226919948, m_pointer = 0x808ad54, m_param1 = -1225860784, m_param2 = -1227614044,
  23. m_item = {px = 0x808acfc, pn = {pi_ = 0xb7cabfc4}}, static empty_string = {<std::basic_string<char, std::char_traits<char>, std::allocator<char> >> = {static npos = <optimized out>,
  24. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb6eed95c ""}}, <No data fields>}}
  25. #8 0xb7c9762e in CThread::Action (this=0x808abe8) at Thread.cpp:218
  26. __FUNCTION__ = "Action"
  27. #9 0xb7c978f6 in CThread::staticThread (data=0x808abe8) at Thread.cpp:128
  28. autodelete = false
  29. __FUNCTION__ = "staticThread"
  30. pThread = 0x808abe8
  31. name = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x808ae74 "CVideoInfoScanner"}}
  32. id = 3004169024
  33. lock = {<XbmcThreads::UniqueLock<CCriticalSection>> = {<XbmcThreads::NonCopyable> = {<No data fields>}, mutex = @0x0, owns = false}, <No data fields>}
  34. #10 0xb6c30d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
  35. No symbol table info available.
  36. #11 0xb6d33d3e in clone () from /lib/i386-linux-gnu/libc.so.6
  37. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement