Care to opine on a stack trace


Sandor Szatmari
 

I have an app where I see this crash periodically. Does this look to you like the stream is being destroyed before the run loop releases it? Basically an overrelease?


Thread 8 Crashed:
0 com.apple.CoreFoundation 0x9a462ce8 CFHash + 200
1 com.apple.CoreFoundation 0x9a465bc2 CFBasicHashFindBucket + 514
2 com.apple.CoreFoundation 0x9a46596b CFDictionaryGetValue + 123
3 com.apple.CoreFoundation 0x9a52fe82 _CFStreamUnscheduleFromRunLoop + 194
4 com.apple.CoreFoundation 0x9a59237d -[__NSCFInputStream removeFromRunLoop:forMode:] + 61
5 net.infoplus.downloader 0x00050544 -[ServerConnectionHandler handleNewServerConnection:] + 1038
6 com.apple.Foundation 0x9b0554d7 -[NSThread main] + 45
7 com.apple.Foundation 0x9b055262 __NSThread__start__ + 1550
8 libsystem_pthread.dylib 0x9bff9780 _pthread_body + 138
9 libsystem_pthread.dylib 0x9bff96f6 _pthread_start + 155
10 libsystem_pthread.dylib 0x9bff6f7a thread_start + 34


Sandor

Join {cocoa@apple-dev.groups.io to automatically receive all group messages.