Re: Printing crash
Re: Printing crash
- Subject: Re: Printing crash
- From: "Jeff Hellman" <email@hidden>
- Date: Mon, 12 Feb 2007 22:38:28 -0800
Hmmm...
Thanks for the ideas. I have essentially no leaked memory when the
print operation is initiated (after plugging a few holes tonight) and
yet I still get crashes. NSZombieEnabled results in no interesting
exceptions.
Any other thoughts?
Jeff
On 2/12/07, Brian Smith <email@hidden> wrote:
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
--
Jeff Hellman
email@hidden
_______________________________________________
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