• 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
Core Data triggering an objc_assign_strongCast crash?!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Core Data triggering an objc_assign_strongCast crash?!


  • Subject: Core Data triggering an objc_assign_strongCast crash?!
  • From: Nick Zitzmann <email@hidden>
  • Date: Wed, 10 Dec 2008 15:27:30 -0700

I've suddenly been experiencing a problem where calling - [NSManagedObject validateForDelete:] causes the method to call objc_assign_strongCast, which then mysteriously crashes. The application does not use GC, but the object is properly retained, so it's not that. Has anyone ever seen this before, and if so, what did you do to fix it?

Things I've already tried:

1. Running with Guard Malloc turned on (Guard Malloc finds no problems)
2. Running the X86-64 version of the app in addition to the usual X86 version
3. Running with zombies on (the object is not a zombie)


I haven't yet tried running it under PPC or PPC64.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

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


  • Prev by Date: Re: Starting Cocoa apps from the command line
  • Next by Date: Re: Newbie. Creating SubViews that aren't associated with NSWindow, or NSPanel?
  • Previous by thread: Re: Starting Cocoa apps from the command line
  • Next by thread: large texts in NSTextView on 10.4
  • Index(es):
    • Date
    • Thread