From looking at the back trace, I thought that something in our
package may be messed up, but upon comparing it to our working CFM
package, I cannot find anything different that would be causing
this problem.
Well, my first guess would be that you have over-released some object
that was pulled from the app's Info.plist dictionary (via
CFBundleGet<something>), and that this is causing CF to crash later
when it tries to access an object that should be valid but is
actually dead.
You might try using the CFZombieLevel environment variable (search
developer.apple.com for more info) to disable deallocation of
released objects, see if that makes the crash go away, and then you
might be able to track down the object being overreleased.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden