• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mysterious crash in objc_msgSend in GC app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Mysterious crash in objc_msgSend in GC app (From: "Sean McBride" <email@hidden>)

  • Prev by Date: How to perform upgrade testing for iPhone App
  • Next by Date: Re: waiting for async callback in main thread
  • Previous by thread: Re: Mysterious crash in objc_msgSend in GC app
  • Next by thread: Re: Mysterious crash in objc_msgSend in GC app
  • Index(es):
    • Date
    • Thread