Re: Strange crash, CFBundle*
Re: Strange crash, CFBundle*
- Subject: Re: Strange crash, CFBundle*
- From: Douglas Davidson <email@hidden>
- Date: Fri, 7 Dec 2001 10:33:36 -0800
On Friday, December 7, 2001, at 09:59 AM, Jens Bauer wrote:
I'm having a strange crash (periodically), in the following code:
Strange crashes of this sort are often due to someone inadvertently
releasing something in the internals of a CFBundle, that was returned to
them by a "get" function. The release need not be anywhere in the code
that actually crashes. Are you by any chance releasing the main bundle,
or something else returned from it?
Douglas Davidson