• 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: Don't you hate it when Appkit crashes?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Don't you hate it when Appkit crashes?


  • Subject: Re: Don't you hate it when Appkit crashes?
  • From: Graham Cox <email@hidden>
  • Date: Sat, 13 Feb 2016 14:46:10 +1100

> On 13 Feb 2016, at 10:13 AM, Quincey Morris <email@hidden> wrote:
>
> On Feb 12, 2016, at 14:58 , Graham Cox <email@hidden> wrote:
>>
>> 0   libobjc.A.dylib               	0x00007fff9673e4dd objc_msgSend + 29
>> 1   com.apple.QuartzCore          	0x00007fff9550eb45 CA::Layer::setter(unsigned int, _CAValueType, void const*) + 165
>
> Unfortunately, it’s not obvious that it’s an AppKit-caused crash, or anything other than a memory management bug in your code.
>
> Think about scenarios. You could have had a reference to an object that you released, causing deallocation. That memory block is re-allocated for something in AppKit, then you accidentally release your unowned reference again. Hilarity pursues.
>


My thoughts exactly, except (I should have mentioned) I’ve been running with zombies on and this crash occurs still (but only once in a blue moon). I guess that still could mean it’s some other memory that’s getting clobbered. The sort of bug I hate, there’s so few ways to get a handle on it.

—Graham



_______________________________________________

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


  • Follow-Ups:
    • Re: Don't you hate it when Appkit crashes?
      • From: Quincey Morris <email@hidden>
    • Re: Don't you hate it when Appkit crashes?
      • From: Charles Srstka <email@hidden>
References: 
 >Don't you hate it when Appkit crashes? (From: Graham Cox <email@hidden>)
 >Re: Don't you hate it when Appkit crashes? (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Datasource methods in view-based tables
  • Next by Date: Re: Full-text indexing on iOS
  • Previous by thread: Re: Don't you hate it when Appkit crashes?
  • Next by thread: Re: Don't you hate it when Appkit crashes?
  • Index(es):
    • Date
    • Thread