• 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
Re: Bad access when application quits - NSApp terminate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Bad access when application quits - NSApp terminate
      • From: Richard Van Deren <email@hidden>
References: 
 >Re: Bad access when application quits - NSApp terminate (From: Matt Neuburg <email@hidden>)

  • Prev by Date: NSAttributedString and HTML
  • Next by Date: Re: Prebinding disabled warnings
  • Previous by thread: Re: Bad access when application quits - NSApp terminate
  • Next by thread: Re: Bad access when application quits - NSApp terminate
  • Index(es):
    • Date
    • Thread