Advertisement
Guest User

Untitled

a guest
Jan 19th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 10.72 KB | Software | 0 0
  1. (lldb) thread backtrace all
  2. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  3.   * frame #0: 0x000000018fe8d564 libsystem_kernel.dylib`__psynch_cvwait + 8
  4.     frame #1: 0x000000018fec9638 libsystem_pthread.dylib`_pthread_cond_wait + 1232
  5.     frame #2: 0x000000018fe16ac4 libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
  6.     frame #3: 0x0000000100048934 DDNet`void std::__1::condition_variable::wait<CGraphicsBackend_Threaded::WaitForIdle()::$_2>(this=0x0000000105826690, __lk=0x000000016fdfc748, __pred=(unnamed class) @ 0x000000016fdfc700)::$_2) at __mutex_base:404:9
  7.     frame #4: 0x00000001000488b0 DDNet`CGraphicsBackend_Threaded::WaitForIdle(this=0x0000000105826600) at backend_sdl.cpp:150:19
  8.     frame #5: 0x00000001000b5478 DDNet`CGraphics_Threaded::WaitForIdle(this=0x00000001085d8000) at graphics_threaded.cpp:3205:14
  9.     frame #6: 0x00000001000b4784 DDNet`CGraphics_Threaded::Swap(this=0x00000001085d8000) at graphics_threaded.cpp:3134:3
  10.     frame #7: 0x000000010006e738 DDNet`CClient::Run(this=0x0000000108020000) at client.cpp:3300:19
  11.     frame #8: 0x0000000100077910 DDNet`::TWMain(argc=1, argv=0x000000016fdff7e8) at client.cpp:4726:11
  12.     frame #9: 0x0000000100166524 DDNet`main(argc=1, argv=0x000000016fdff7e8) at client.mm:21:10
  13.     frame #10: 0x000000018fb9fe50 dyld`start + 2544
  14.   thread #2
  15.     frame #0: 0x000000018fe9885c libsystem_kernel.dylib`sem_wait + 8
  16.     frame #1: 0x000000010049cd20 DDNet`sphore_wait(sem=0x00006000017009d0) at system.cpp:920:36
  17.     frame #2: 0x000000010049bc70 DDNet`aio_thread(user=0x00006000017009c0) at system.cpp:488:4
  18.     frame #3: 0x000000010049cad0 DDNet`thread_run(user=0x0000600000004060) at system.cpp:731:2
  19.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  20.   thread #3
  21.     frame #0: 0x000000018fe9885c libsystem_kernel.dylib`sem_wait + 8
  22.     frame #1: 0x000000010049cd20 DDNet`sphore_wait(sem=0x0000000104f048d8) at system.cpp:920:36
  23.     frame #2: 0x0000000100463c90 DDNet`CJobPool::WorkerThread(pUser=0x0000000104f047c0) at jobs.cpp:58:3
  24.     frame #3: 0x000000010049cad0 DDNet`thread_run(user=0x0000600000008000) at system.cpp:731:2
  25.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  26.   thread #4
  27.     frame #0: 0x000000018fe9885c libsystem_kernel.dylib`sem_wait + 8
  28.     frame #1: 0x000000010049cd20 DDNet`sphore_wait(sem=0x0000000104f048d8) at system.cpp:920:36
  29.     frame #2: 0x0000000100463c90 DDNet`CJobPool::WorkerThread(pUser=0x0000000104f047c0) at jobs.cpp:58:3
  30.     frame #3: 0x000000010049cad0 DDNet`thread_run(user=0x0000600000008010) at system.cpp:731:2
  31.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  32.   thread #6
  33.     frame #0: 0x000000018fec3e18 libsystem_pthread.dylib`start_wqthread
  34.   thread #9
  35.     frame #0: 0x000000018fe8bb24 libsystem_kernel.dylib`__ulock_wait + 8
  36.     frame #1: 0x000000018fd42ef4 libdispatch.dylib`_dlock_wait + 56
  37.     frame #2: 0x000000018fd42ca8 libdispatch.dylib`_dispatch_thread_event_wait_slow + 56
  38.     frame #3: 0x000000018fd51d88 libdispatch.dylib`__DISPATCH_WAIT_FOR_QUEUE__ + 368
  39.     frame #4: 0x000000018fd51934 libdispatch.dylib`_dispatch_sync_f_slow + 144
  40.     frame #5: 0x00000001013ff034 libSDL2-2.0.0.dylib`-[SDLOpenGLContext explicitUpdate] + 216
  41.     frame #6: 0x00000001013ff9bc libSDL2-2.0.0.dylib`Cocoa_GL_SwapWindow + 284
  42.     frame #7: 0x0000000100049380 DDNet`CCommandProcessorFragment_SDL::Cmd_Swap(this=0x0000600002918630, pCommand=0x0000000110454dc0) at backend_sdl.cpp:217:3
  43.     frame #8: 0x00000001000496b0 DDNet`CCommandProcessorFragment_SDL::RunCommand(this=0x0000600002918630, pBaseCommand=0x0000000110454dc0) at backend_sdl.cpp:256:33
  44.     frame #9: 0x0000000100049ed4 DDNet`CCommandProcessor_SDL_GL::RunBuffer(this=0x0000600002918620, pBuffer=0x000060000171c400) at backend_sdl.cpp:353:12
  45.     frame #10: 0x0000000100047a18 DDNet`CGraphicsBackend_Threaded::ThreadFunc(pUser=0x0000000105826600) at backend_sdl.cpp:63:25
  46.     frame #11: 0x000000010049cad0 DDNet`thread_run(user=0x00006000000058e0) at system.cpp:731:2
  47.     frame #12: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  48.   thread #10
  49.     frame #0: 0x000000018fec3e18 libsystem_pthread.dylib`start_wqthread
  50.   thread #11
  51.     frame #0: 0x000000018fec3e18 libsystem_pthread.dylib`start_wqthread
  52.   thread #12, name = 'caulk.messenger.shared:17'
  53.     frame #0: 0x000000018fe89cec libsystem_kernel.dylib`semaphore_wait_trap + 8
  54.     frame #1: 0x00000001993a2cfc caulk`caulk::mach::semaphore::wait_or_error() + 28
  55.     frame #2: 0x0000000199385634 caulk`caulk::concurrent::details::worker_thread::run() + 56
  56.     frame #3: 0x0000000199385278 caulk`void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 96
  57.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  58.   thread #13, name = 'AudioQueue thread'
  59.     frame #0: 0x000000018fe89d70 libsystem_kernel.dylib`mach_msg2_trap + 8
  60.     frame #1: 0x000000018fe9b8a4 libsystem_kernel.dylib`mach_msg2_internal + 80
  61.     frame #2: 0x000000018fe925c4 libsystem_kernel.dylib`mach_msg_overwrite + 540
  62.     frame #3: 0x000000018fe8a0ec libsystem_kernel.dylib`mach_msg + 24
  63.     frame #4: 0x000000018ffa8bc0 CoreFoundation`__CFRunLoopServiceMachPort + 160
  64.     frame #5: 0x000000018ffa74ac CoreFoundation`__CFRunLoopRun + 1232
  65.     frame #6: 0x000000018ffa6888 CoreFoundation`CFRunLoopRunSpecific + 612
  66.     frame #7: 0x000000010141e974 libSDL2-2.0.0.dylib`audioqueue_thread + 1152
  67.     frame #8: 0x00000001013b6060 libSDL2-2.0.0.dylib`SDL_RunThread + 48
  68.     frame #9: 0x000000010140b5c4 libSDL2-2.0.0.dylib`RunThread + 12
  69.     frame #10: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  70.   thread #14, name = 'caulk.messenger.shared:high'
  71.     frame #0: 0x000000018fe89cec libsystem_kernel.dylib`semaphore_wait_trap + 8
  72.     frame #1: 0x00000001993a2cfc caulk`caulk::mach::semaphore::wait_or_error() + 28
  73.     frame #2: 0x0000000199385634 caulk`caulk::concurrent::details::worker_thread::run() + 56
  74.     frame #3: 0x0000000199385278 caulk`void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 96
  75.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  76.   thread #15, name = 'AQConverterThread'
  77.     frame #0: 0x000000018fe8d564 libsystem_kernel.dylib`__psynch_cvwait + 8
  78.     frame #1: 0x000000018fec9638 libsystem_pthread.dylib`_pthread_cond_wait + 1232
  79.     frame #2: 0x000000019d0ab1e0 libAudioToolboxUtility.dylib`CADeprecated::CAGuard::Wait() + 60
  80.     frame #3: 0x000000019e2b6bbc AudioToolbox`AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 720
  81.     frame #4: 0x000000019d08c5c0 libAudioToolboxUtility.dylib`CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 92
  82.     frame #5: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  83.   thread #16, name = 'com.apple.audio.IOThread.client'
  84.     frame #0: 0x000000018fe89d70 libsystem_kernel.dylib`mach_msg2_trap + 8
  85.     frame #1: 0x000000018fe9b8a4 libsystem_kernel.dylib`mach_msg2_internal + 80
  86.     frame #2: 0x000000018fe925c4 libsystem_kernel.dylib`mach_msg_overwrite + 540
  87.     frame #3: 0x000000018fe8a0ec libsystem_kernel.dylib`mach_msg + 24
  88.     frame #4: 0x00000001922d5724 CoreAudio`HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 104
  89.     frame #5: 0x00000001921a7ff0 CoreAudio`HALC_ProxyIOContext::IOWorkLoop() + 3612
  90.     frame #6: 0x00000001921a6b8c CoreAudio`invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 116
  91.     frame #7: 0x0000000192331654 CoreAudio`HALB_IOThread::Entry(void*) + 88
  92.     frame #8: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  93.   thread #17, name = 'com.apple.NSEventThread'
  94.     frame #0: 0x000000018fe89d70 libsystem_kernel.dylib`mach_msg2_trap + 8
  95.     frame #1: 0x000000018fe9b8a4 libsystem_kernel.dylib`mach_msg2_internal + 80
  96.     frame #2: 0x000000018fe925c4 libsystem_kernel.dylib`mach_msg_overwrite + 540
  97.     frame #3: 0x000000018fe8a0ec libsystem_kernel.dylib`mach_msg + 24
  98.     frame #4: 0x000000018ffa8bc0 CoreFoundation`__CFRunLoopServiceMachPort + 160
  99.     frame #5: 0x000000018ffa74ac CoreFoundation`__CFRunLoopRun + 1232
  100.     frame #6: 0x000000018ffa6888 CoreFoundation`CFRunLoopRunSpecific + 612
  101.     frame #7: 0x0000000193352410 AppKit`_NSEventThread + 172
  102.     frame #8: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  103.   thread #18
  104.     frame #0: 0x000000018fec3e18 libsystem_pthread.dylib`start_wqthread
  105.   thread #19, name = 'CVDisplayLink'
  106.     frame #0: 0x000000018fe8d564 libsystem_kernel.dylib`__psynch_cvwait + 8
  107.     frame #1: 0x000000018fec9664 libsystem_pthread.dylib`_pthread_cond_wait + 1276
  108.     frame #2: 0x0000000197de78d4 CoreVideo`CVDisplayLink::waitUntil(unsigned long long) + 324
  109.     frame #3: 0x0000000197de69a4 CoreVideo`CVDisplayLink::runIOThread() + 504
  110.     frame #4: 0x000000018fec906c libsystem_pthread.dylib`_pthread_start + 148
  111.   thread #20
  112.     frame #0: 0x000000018fe8ba1c libsystem_kernel.dylib`__workq_kernreturn + 8
  113.   thread #21, queue = 'com.apple.corecontroller.events'
  114.     frame #0: 0x000000018fd30948 libsystem_malloc.dylib`_malloc_zone_malloc + 64
  115.     frame #1: 0x000000018ff47a30 CoreFoundation`-[__NSArrayM insertObject:atIndex:] + 260
  116.     frame #2: 0x00000001930b94c0 IOKit`IOHIDEventCreateWithBytes + 344
  117.     frame #3: 0x000000019311db3c IOKit`IOHIDEventQueueDequeueCopy + 160
  118.     frame #4: 0x000000019310ae44 IOKit`__IOHIDEventSystemClientQueueCallback + 352
  119.     frame #5: 0x000000019310ac5c IOKit`__IOHIDEventSystemClientSetDispatchQueue_block_invoke + 76
  120.     frame #6: 0x000000018fd425c4 libdispatch.dylib`_dispatch_client_callout4 + 20
  121.     frame #7: 0x000000018fd5efe8 libdispatch.dylib`_dispatch_mach_msg_invoke + 468
  122.     frame #8: 0x000000018fd49a94 libdispatch.dylib`_dispatch_lane_serial_drain + 376
  123.     frame #9: 0x000000018fd5fd04 libdispatch.dylib`_dispatch_mach_invoke + 448
  124.     frame #10: 0x000000018fd49a94 libdispatch.dylib`_dispatch_lane_serial_drain + 376
  125.     frame #11: 0x000000018fd4a73c libdispatch.dylib`_dispatch_lane_invoke + 436
  126.     frame #12: 0x000000018fd49a94 libdispatch.dylib`_dispatch_lane_serial_drain + 376
  127.     frame #13: 0x000000018fd4a708 libdispatch.dylib`_dispatch_lane_invoke + 384
  128.     frame #14: 0x000000018fd5534c libdispatch.dylib`_dispatch_workloop_worker_thread + 652
  129.     frame #15: 0x000000018fec5100 libsystem_pthread.dylib`_pthread_wqthread + 288
  130.   thread #22
  131.     frame #0: 0x000000018fe8ba1c libsystem_kernel.dylib`__workq_kernreturn + 8
  132.   thread #23
  133.     frame #0: 0x0000000000000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement