Re: Bad access when application quits - NSApp terminate
Re: Bad access when application quits - NSApp terminate
- Subject: Re: Bad access when application quits - NSApp terminate
- From: Richard Van Deren <email@hidden>
- Date: Sat, 21 Sep 2002 01:17:54 -0400
Thanks. My index is better now after I put the build folder in the
trash.
However my app still has bad access on quit/NSTerminate.
I think it has something with the way I am using named pasteboards.
I added to code below after rereading the documentation.
The code below did not help. How can I trace the problem?
--
NSPasteboard *htmlPboard = [NSPasteboard
pasteboardWithName:myHtmlPBName];
if (htmlPboard)
[htmlPboard releaseGlobally];
NSPasteboard *myStylesheetPboard = [NSPasteboard
pasteboardWithName:(NSString *)myStylesheetName];
if (myStylesheetPboard)
[myStylesheetPboard releaseGlobally];
NSPasteboard *xmlPboard = [NSPasteboard
pasteboardWithName:xmlPboardName]; //NSGeneralPboard
if (xmlPboard)
[xmlPboard releaseGlobally];
On Friday, September 20, 2002, at 10:45 AM, Matt Neuburg wrote:
On Fri, 20 Sep 2002 03:01:55 -0400, Richard Van Deren
<email@hidden> said:
Any ideas? What should I look for? I tried to step through after the
delegate put everything stop at the NSTerminate. I get a stack long
trace, but have no idea what to do with it.
thanks in advance.
----------------------------
2002-09-20 00:33:41.532 Project Builder[972] malformed indexing data
from socket 0x1d91950 (prologue='pbxindex-begin v1.1 0x000005FD 02/02
MyResumeDocument.mm', epilogue='+dh 2')
Bad index? Throw away your build folder. m.
--
matt neuburg, phd = email@hidden, http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.