1
比方說,我在gdb,並有一個這樣的調用堆棧:查找OS X/gdb中崩潰線程的創建者?
Thread 24 (process 6449):
#0 0x994010e2 in semaphore_wait_signal_trap()
#1 0x9942ec9c in _pthread_cond_wait()
#2 0x9947745f in pthread_cond_wait()
#3 0x92ed1ccd in jpegdecompress_MPLoop()
#4 0x9942e7fd in _pthread_start()
#5 0x9942e682 in thread_start()
我如何找出誰創建線程?