Re: Mysterious crash in objc_msgSend in GC app
Re: Mysterious crash in objc_msgSend in GC app
- Subject: Re: Mysterious crash in objc_msgSend in GC app
- From: Jens Alfke <email@hidden>
- Date: Tue, 27 Oct 2009 11:02:25 -0700
On Oct 27, 2009, at 10:43 AM, Sean McBride wrote:
Thread 0 Crashed:
0 libobjc.A.dylib 0x00007fff81d86ad9 objc_msgSend +
41
1 com.apple.CoreFoundation 0x00007fff81eba969
__CFMessagePortPerform + 185
2 com.apple.CoreFoundation 0x00007fff81eda12c
CFRunLoopRunSpecific + 3516
None of your code's in the backtrace, but the MessagePort in frame 1
might be trying to call a defunct object of yours. Are you using
NSMessagePort in your app? If so, there might be refcounting problems
with an object you're using as its delegate. (Or you might be using
DO, which uses NSMessagePort, although I don't know if there's any
case where the port would call your code directly instead of going
through internal DO methods first.)
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden