• 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: Printing crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing crash


  • Subject: Re: Printing crash
  • From: Brian Smith <email@hidden>
  • Date: Tue, 13 Feb 2007 09:09:50 +0800


On Feb 12, 2007, at 11:27 PM, Jeff Hellman wrote:


Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x90000008


This is a clear indication that you have a memory management problem. You are most likely over releasing an object, and you are getting lucky on your PPC machine in that the memory has not been reallocated before you access the deallocated memory. On the Intel machine, the memory management scheme is different, and your not as lucky. Search the the document and the archives for NSZombieEnabled, which will help you debug the problem. Also, try using leaks or MallocDebug.


Brian
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: Printing crash
      • From: "Jeff Hellman" <email@hidden>
References: 
 >Printing crash (From: "Jeff Hellman" <email@hidden>)
 >Re: Printing crash (From: Daniel Jalkut <email@hidden>)
 >Re: Printing crash (From: "Jeff Hellman" <email@hidden>)

  • Prev by Date: Re: Enabled Binding on Controls
  • Next by Date: NSTextField help
  • Previous by thread: Re: Printing crash
  • Next by thread: Re: Printing crash
  • Index(es):
    • Date
    • Thread