• 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
How do I debug an autorelease crash?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do I debug an autorelease crash?


  • Subject: How do I debug an autorelease crash?
  • From: Dave Riggle <email@hidden>
  • Date: Sat, 13 Sep 2003 08:07:36 -0700

I got all my code wired together yesterday, which means my problem could be anywhere. Is there an easy way to track down the culprit? I crash with a signal 11 here:

0 objc_msgSend
1 NSPopAutoreleasePool
2 -[NSApplication run]
3 NSApplicationMain
4 main

What exactly causes this crash anyway? Have I manually released an autoreleased object? It seems like it would be more useful to get a signal raised at the time of the error rather than at the end of the run loop.

Dave
_______________________________________________
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: How do I debug an autorelease crash?
      • From: publiclook <email@hidden>
    • Re: How do I debug an autorelease crash?
      • From: Jerry Seeger <email@hidden>
    • Re: How do I debug an autorelease crash?
      • From: Dave Keck <email@hidden>
  • Prev by Date: Re: Extracting info from notification
  • Next by Date: Re: Extracting info from notification
  • Previous by thread: Converting web data to Strings - taking into account the original encoding
  • Next by thread: Re: How do I debug an autorelease crash?
  • Index(es):
    • Date
    • Thread