re: crash in the carbon event loop
Emmanuel Quetelard <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
> > More often than not this is caused by you CFReleasing something that you shouldn't be releasing. The clang analyzer is good at picking up a lot of these > > unnecessary CFReleases. Use the "Build and Analyze" item in Xcode's "Build" menu. Actually when I don't release any event, the crash still there, so it can't be that (or there is something I didn't understand) . Can it be a release of something else than an event that could cause this crash? Thank you for the advises about the warning configuration, will be helpful..