Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. (gdb) info threads
  2. 35 "AURemoteIO::IOThread" 0x33465c00 in mach_msg_trap ()
  3. 23 0x33467d18 in __semwait_signal ()
  4. 22 0x33467d18 in __semwait_signal ()
  5. 21 0x33465c5c in semaphore_wait_signal_trap ()
  6. 20 0x33467c60 in select$DARWIN_EXTSN ()
  7. 19 0x33467c60 in select$DARWIN_EXTSN ()
  8. 18 0x33467c60 in select$DARWIN_EXTSN ()
  9. 17 0x33465c5c in semaphore_wait_signal_trap ()
  10. 16 0x33465c74 in semaphore_timedwait_signal_trap ()
  11. 15 0x33465c74 in semaphore_timedwait_signal_trap ()
  12. 14 0x33465c74 in semaphore_timedwait_signal_trap ()
  13. 13 0x33465c74 in semaphore_timedwait_signal_trap ()
  14. 12 0x334668ac in accept ()
  15. 11 0x334668ac in accept ()
  16. 10 0x33465c00 in mach_msg_trap ()
  17. 9 0x33467d18 in __semwait_signal ()
  18. 8 0x33465c00 in mach_msg_trap ()
  19. 7 0x33465c00 in mach_msg_trap ()
  20. 6 "com.apple.CFSocket.private" 0x33467c60 in select$DARWIN_EXTSN ()
  21. 5 "CA IOMFB display" 0x33465c00 in mach_msg_trap ()
  22. 4 "CADispatch worker" 0x33467d18 in __semwait_signal ()
  23. 3 "CoreAnimation render server" 0x33465c00 in mach_msg_trap ()
  24. 2 "com.apple.libdispatch-manager" 0x33468fbc in kevent ()
  25. * 1 "com.apple.main-thread" 0x33465c00 in mach_msg_trap ()
  26.  
  27.  
  28. (gdb) thread apply all bt
  29.  
  30. Thread 36 (process 31):
  31. #0 0x33465c00 in mach_msg_trap ()
  32. #1 0x3346575e in mach_msg ()
  33. #2 0x3361282a in AURemoteIO::IOThread::Run ()
  34. #3 0x33618348 in AURemoteIO::IOThread::Entry ()
  35. #4 0x3354d490 in CAPThread::Entry ()
  36. #5 0x31730310 in _pthread_start ()
  37. #6 0x31731bbc in thread_start ()
  38.  
  39. Thread 23 (process 31):
  40. #0 0x33465c00 in mach_msg_trap ()
  41. #1 0x3346575e in mach_msg ()
  42. #2 0x33607158 in AUIOClient_StartIO ()
  43. #3 0x336151f4 in AURemoteIO::Start ()
  44. #4 0x33645fda in AUMethodStart ()
  45. #5 0x3364596c in AudioOutputUnitStart ()
  46. #6 0x021ebafa in CIOSCoreAudioDevice::Start ()
  47. #7 0x021f3a44 in CIOSAudioRenderer::Resume ()
  48. #8 0x01c906a2 in CDVDAudio::Flush ()
  49. #9 0x01cdbfe2 in CDVDPlayerAudio::Process ()
  50. #10 0x0205d4d8 in CThread::staticThread ()
  51. #11 0x31730310 in _pthread_start ()
  52. #12 0x31731bbc in thread_start ()
  53.  
  54. Thread 22 (process 31):
  55. #0 0x33467d18 in __semwait_signal ()
  56. #1 0x31757866 in _pthread_cond_wait ()
  57. #2 0x316fee8c in pthread_cond_timedwait ()
  58. #3 0x01d1a90a in CXBMCRenderManager::FlipPage ()
  59. #4 0x01ce2f06 in CDVDPlayerVideo::OutputPicture ()
  60. #5 0x01ce3774 in CDVDPlayerVideo::Process ()
  61. #6 0x0205d4d8 in CThread::staticThread ()
  62. ---Type <return> to continue, or q <return> to quit---
  63. #7 0x31730310 in _pthread_start ()
  64. #8 0x31731bbc in thread_start ()
  65.  
  66. Thread 21 (process 31):
  67. #0 0x33465c5c in semaphore_wait_signal_trap ()
  68. #1 0x33465f58 in semaphore_wait_signal ()
  69. #2 0x3172e73a in pthread_mutex_lock ()
  70. #3 0x022a0b28 in CNfsConnection::resetKeepAlive ()
  71. #4 0x022a0c8a in XFILE::CFileNFS::Read ()
  72. #5 0x01d9c1c8 in XFILE::CFileStreamBuffer::underflow ()
  73. #6 0x33f3b9d0 in std::basic_streambuf<char, std::char_traits<char> >::uflow ()
  74. #7 0x33f3ba62 in std::basic_streambuf<char, std::char_traits<char> >::xsgetn ()
  75. #8 0x019ea114 in XFILE::CFile::Read ()
  76. #9 0x01c7fd54 in dll_read ()
  77. #10 0x04aa0f70 in read ()
  78. #11 0x04aa179c in file_read ()
  79. #12 0x04aa21b8 in DVDReadBlocksCached ()
  80. #13 0x04aa2380 in DVDReadBlocks ()
  81. #14 0x04ab4860 in dvdnav_read_cache_block ()
  82. #15 0x04ab3806 in dvdnav_get_next_cache_block ()
  83. #16 0x01cbf026 in CDVDInputStreamNavigator::ProcessBlock ()
  84. #17 0x01cbf81e in CDVDInputStreamNavigator::Read ()
  85. #18 0x01cac040 in dvd_file_read ()
  86. #19 0x07835eb4 in fill_buffer ()
  87. #20 0x078360e4 in get_byte ()
  88. #21 0x0785d140 in mpegps_read_pes_header ()
  89. #22 0x0785db44 in mpegps_read_packet ()
  90. #23 0x07894138 in av_read_packet ()
  91. #24 0x07894f34 in av_read_frame_internal ()
  92. #25 0x01cacf0e in CDVDDemuxFFmpeg::Read ()
  93. #26 0x01cd5f74 in CDVDPlayer::ReadPacket ()
  94. #27 0x01cd8026 in CDVDPlayer::Process ()
  95. #28 0x0205d4d8 in CThread::staticThread ()
  96. ---Type <return> to continue, or q <return> to quit---
  97. #29 0x31730310 in _pthread_start ()
  98. #30 0x31731bbc in thread_start ()
  99.  
  100. Thread 20 (process 31):
  101. #0 0x33467c60 in select$DARWIN_EXTSN ()
  102. #1 0x33466634 in select ()
  103. #2 0x01fc4608 in JSONRPC::CTCPServer::Process ()
  104. #3 0x0205d4d8 in CThread::staticThread ()
  105. #4 0x31730310 in _pthread_start ()
  106. #5 0x31731bbc in thread_start ()
  107.  
  108. Thread 19 (process 31):
  109. #0 0x33467c60 in select$DARWIN_EXTSN ()
  110. #1 0x33466634 in select ()
  111. #2 0x01fc3724 in SOCKETS::CSocketListener::Listen ()
  112. #3 0x01fbbb12 in EVENTSERVER::CEventServer::Run ()
  113. #4 0x01fbbed4 in EVENTSERVER::CEventServer::Process ()
  114. #5 0x0205d4d8 in CThread::staticThread ()
  115. #6 0x31730310 in _pthread_start ()
  116. #7 0x31731bbc in thread_start ()
  117.  
  118. Thread 18 (process 31):
  119. #0 0x33467c60 in select$DARWIN_EXTSN ()
  120. #1 0x33466634 in select ()
  121. #2 0x02d8e132 in MHD_select ()
  122. #3 0x02d8e20a in MHD_select_thread ()
  123. #4 0x31730310 in _pthread_start ()
  124. #5 0x31731bbc in thread_start ()
  125.  
  126. Thread 17 (process 31):
  127. #0 0x33465c5c in semaphore_wait_signal_trap ()
  128. #1 0x33465f58 in semaphore_wait_signal ()
  129. #2 0x3172e73a in pthread_mutex_lock ()
  130. ---Type <return> to continue, or q <return> to quit---
  131. #3 0x022a00f0 in CNfsConnection::keepAlive ()
  132. #4 0x022a0fc6 in CNfsConnection::CheckIfIdle ()
  133. #5 0x0218f88e in CApplication::ProcessSlow ()
  134. #6 0x0218f9fc in CApplication::Process ()
  135. #7 0x021e987c in CXBApplicationEx::Run ()
  136. #8 0x021eb16c in -[XBMCEAGLView runAnimation:] ()
  137. #9 0x31cde388 in -[NSThread main] ()
  138. #10 0x31d505cc in __NSThread__main__ ()
  139. #11 0x31730310 in _pthread_start ()
  140. #12 0x31731bbc in thread_start ()
  141.  
  142. Thread 16 (process 31):
  143. #0 0x33465c74 in semaphore_timedwait_signal_trap ()
  144. #1 0x33465f4c in semaphore_timedwait_signal ()
  145. #2 0x31757818 in _pthread_cond_wait ()
  146. #3 0x31757a04 in pthread_cond_timedwait_relative_np ()
  147. #4 0x31cfaa54 in -[NSCondition waitUntilDate:] ()
  148. #5 0x31cf49ba in -[NSConditionLock lockWhenCondition:beforeDate:] ()
  149. #6 0x33c011b4 in -[BRTaskManager(Private) _processTasks] ()
  150. #7 0x31cde388 in -[NSThread main] ()
  151. #8 0x31d505cc in __NSThread__main__ ()
  152. #9 0x31730310 in _pthread_start ()
  153. #10 0x31731bbc in thread_start ()
  154.  
  155. Thread 15 (process 31):
  156. #0 0x33465c74 in semaphore_timedwait_signal_trap ()
  157. #1 0x33465f4c in semaphore_timedwait_signal ()
  158. #2 0x31757818 in _pthread_cond_wait ()
  159. #3 0x31757a04 in pthread_cond_timedwait_relative_np ()
  160. #4 0x31cfaa54 in -[NSCondition waitUntilDate:] ()
  161. #5 0x31cf49ba in -[NSConditionLock lockWhenCondition:beforeDate:] ()
  162. #6 0x33c011b4 in -[BRTaskManager(Private) _processTasks] ()
  163. #7 0x31cde388 in -[NSThread main] ()
  164. ---Type <return> to continue, or q <return> to quit---
  165. #8 0x31d505cc in __NSThread__main__ ()
  166. #9 0x31730310 in _pthread_start ()
  167. #10 0x31731bbc in thread_start ()
  168.  
  169. Thread 14 (process 31):
  170. #0 0x33465c74 in semaphore_timedwait_signal_trap ()
  171. #1 0x33465f4c in semaphore_timedwait_signal ()
  172. #2 0x31757818 in _pthread_cond_wait ()
  173. #3 0x31757a04 in pthread_cond_timedwait_relative_np ()
  174. #4 0x31cfaa54 in -[NSCondition waitUntilDate:] ()
  175. #5 0x31cf49ba in -[NSConditionLock lockWhenCondition:beforeDate:] ()
  176. #6 0x33c011b4 in -[BRTaskManager(Private) _processTasks] ()
  177. #7 0x31cde388 in -[NSThread main] ()
  178. #8 0x31d505cc in __NSThread__main__ ()
  179. #9 0x31730310 in _pthread_start ()
  180. #10 0x31731bbc in thread_start ()
  181.  
  182. Thread 13 (process 31):
  183. #0 0x33465c74 in semaphore_timedwait_signal_trap ()
  184. #1 0x33465f4c in semaphore_timedwait_signal ()
  185. #2 0x31757818 in _pthread_cond_wait ()
  186. #3 0x31757a04 in pthread_cond_timedwait_relative_np ()
  187. #4 0x31cfaa54 in -[NSCondition waitUntilDate:] ()
  188. #5 0x31cf49ba in -[NSConditionLock lockWhenCondition:beforeDate:] ()
  189. #6 0x33c011b4 in -[BRTaskManager(Private) _processTasks] ()
  190. #7 0x31cde388 in -[NSThread main] ()
  191. #8 0x31d505cc in __NSThread__main__ ()
  192. #9 0x31730310 in _pthread_start ()
  193. #10 0x31731bbc in thread_start ()
  194.  
  195. Thread 12 (process 31):
  196. #0 0x334668ac in accept ()
  197. #1 0x000bc800 in ?? ()
  198. ---Type <return> to continue, or q <return> to quit---
  199. #2 0x000c14c2 in ?? ()
  200. #3 0x000c15b4 in ?? ()
  201. #4 0x31730310 in _pthread_start ()
  202. #5 0x31731bbc in thread_start ()
  203.  
  204. Thread 11 (process 31):
  205. #0 0x334668ac in accept ()
  206. #1 0x000bc800 in ?? ()
  207. #2 0x000c14c2 in ?? ()
  208. #3 0x000c15b4 in ?? ()
  209. #4 0x31730310 in _pthread_start ()
  210. #5 0x31731bbc in thread_start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement