• 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: Crash when dispaying document in iChat Theater
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash when dispaying document in iChat Theater


  • Subject: Re: Crash when dispaying document in iChat Theater
  • From: Quincey Morris <email@hidden>
  • Date: Mon, 21 Apr 2008 11:25:49 -0700


On Apr 21, 2008, at 10:32, Antonio Nunes wrote:

d is a local variable indeed, but it is just an intermediate instrument, one that points to a document that is held' by the document controller. The object d points to remains connected to a root object by being held by the controller.

Just in case: turning of the collector for variable d doesn't make a difference. Stil crashes.

The interesting part of the stack trace is:

<something that tries to send an objc message>
#1  0x90a2f337 in _pixelBufferReleaseCallback ()
#2  0x93079d78 in CVPixelBufferBacking::finalize ()
#3  0x9307242e in CVPixelBuffer::finalize ()


That has the *appearance* of CVPixelBufferBacking violating the finalize rules -- it looks like it's sending a message to the object that allocated it, but that object has already been garbage collected out of existence (or, in the case of the second stack trace, been reallocated already as a different kind of object). If that's so, I agree it looks like a frameworks bug.


_______________________________________________

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: 
 >Crash when dispaying document in iChat Theater (From: Antonio Nunes <email@hidden>)
 >Re: Crash when dispaying document in iChat Theater (From: Quincey Morris <email@hidden>)
 >Re: Crash when dispaying document in iChat Theater (From: Antonio Nunes <email@hidden>)

  • Prev by Date: Re: Fullscreen mode detection from background
  • Next by Date: thread count problem
  • Previous by thread: Re: Crash when dispaying document in iChat Theater
  • Next by thread: Fullscreen mode detection from background
  • Index(es):
    • Date
    • Thread