• 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: Modal dialog from a document-modal sheet
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modal dialog from a document-modal sheet


  • Subject: Re: Modal dialog from a document-modal sheet
  • From: Joshua Pennington <email@hidden>
  • Date: Wed, 03 Sep 2008 08:00:55 -0500

If you turn on NSZombieEnabled, it will log a message informing you when a released object has been messaged.

<http://www.cocoadev.com/index.pl?NSZombieEnabled>

Just make sure and turn it off once you're done debugging or you're application will be leaking like a sieve!

Cheers,
Joshua

On Sep 2, 2008, at 8:44 PM, norio wrote:

Thank you very much for your hot experience.
I'm not sure where to place breakpoints yet, but will carefully look at the retain/release places.


On 2008/09/03, at 1:18, Scott Ribe wrote:

Any suggestions and advices would be mush appreciated.

Pause in the debugger and see what your app is doing. Could be a
retain/release problem, where you're messaging an object that was released
and whose memory has been overwritten. (Can happen--I saw exactly this
behavior, locked up, from an over-release bug just a few days ago.)

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Modal dialog from a document-modal sheet (From: Scott Ribe <email@hidden>)
 >Re: Modal dialog from a document-modal sheet (From: norio <email@hidden>)

  • Prev by Date: Binding custom views to model arrays (or trees)
  • Next by Date: Re: nibless applications
  • Previous by thread: Re: Modal dialog from a document-modal sheet
  • Next by thread: Re: Valgrind alternative?
  • Index(es):
    • Date
    • Thread