Re: Printing crash
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