I receive crash reports which are quite obscure. What is the strategy with stack traces such as the following.
Thread 7 crashed
0 libobjc.A.dylib objc_msgSend + 9
1 Foundation -[NSOperation release] + 148
2 Foundation __release_object_op + 22
3 libdispatch.dylib _dispatch_async_f_redirect_invoke + 82
4 libdispatch.dylib _dispatch_worker_thread2 + 262
5 libsystem_c.dylib _pthread_wqthread + 294
I have been looking at the different threads to see if one of them could point at some specific part of my app but all the threads are waiting in some system libraries or in the main loop.
Any hint?
Bruno