• 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: "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


  • Follow-Ups:
    • Re: Printing crash
      • From: Chris Suter <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>)
 >Re: Printing crash (From: Brian Smith <email@hidden>)

  • Prev by Date: Re: Core Data: Filter and search results
  • Next by Date: Re: Printing crash
  • Previous by thread: Re: Printing crash
  • Next by thread: Re: Printing crash
  • Index(es):
    • Date
    • Thread