Skip to content

Instantly share code, notes, and snippets.

@bagelturf
Created May 16, 2012 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bagelturf/2707225 to your computer and use it in GitHub Desktop.
Save bagelturf/2707225 to your computer and use it in GitHub Desktop.
Crashes in CFRelease of a CALayer
Thread 1, Queue : (null)
#0 0x354b42fc in CFRelease ()
#1 0x323b090c in CA::release_objects(X::List<void const*>*) ()
#2 0x323968ec in CA::Transaction::unlock() ()
#3 0x323c8a34 in CA::Layer::~Layer() ()
#4 0x323c8928 in -[CALayer dealloc] ()
#5 0x04572d2a in -[CALayerAccessibility(SafeCategory) dealloc] ()
#6 0x323996b2 in CALayerRelease ()
#7 0x323a66c0 in CA::Layer::free_transaction(CA::Transaction*) ()
#8 0x3239e5ea in CA::Transaction::commit() ()
#9 0x323964b8 in CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) ()
#10 0x3553fb1a in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ ()
#11 0x3553dd56 in __CFRunLoopDoObservers ()
#12 0x3553e0b0 in __CFRunLoopRun ()
#13 0x354c14a4 in CFRunLoopRunSpecific ()
#14 0x354c136c in CFRunLoopRunInMode ()
#15 0x3715d438 in GSEventRunModal ()
#16 0x32fcdcd4 in UIApplicationMain ()
#17 0x0000312c in main at /Users/xxxxxxxx/xxxxxxx/xxxxxxxx/xxxxxx/xxx/main.m:22
@lordkev
Copy link

lordkev commented Feb 20, 2014

Did you ever figure out what was causing this crash?

@trailblazr
Copy link

Yeah, I would definitely also be interested in what the cause of this bug was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment