0

I have a Macos application that is crashing, I'm trying to analyze the crash report and I see that a certain thread is the one that keeps on crashing in all of the reports.

Trying to associate that thread to my application thread, the report shows threads numbers (0 as main thread, thread 1, 2 and so on)

and they are totally different number from the thread ID I get from pthread_self / pthread_threadid_np

Anyway to connet between these number so I can find the problematic thread in my app ?

Thanks!

YNWA
  • 680
  • 2
  • 9
  • 19

0 Answers0