gazolla / ColorPopover

A ColorPopover is a very simple component for iPhone/iPad that provides a "Popover" color picker.
164 stars 44 forks source link

SIGSEGV Crash #5

Closed Sam-Spencer closed 11 years ago

Sam-Spencer commented 11 years ago

We've added this functionality to a live iOS app, and we're getting crash logs in the ColorViewController.m file.

Here's the symbolicated crash reason: __39-[ColorViewController loadColorButtons]_block_invoke_0 (ColorViewController.m:129)

Here is the crashed thread: 0 UIKit 0x37307a22 -[UIView(CALayerDelegate) actionForLayer:forKey:] + 138 + 137 1 QuartzCore 0x38fdfff7 -[CALayer actionForKey:] + 75 + 74 2 QuartzCore 0x38fdffa7 _ZL12actionForKeyP7CALayerPN2CA11TransactionEP8NSString + 59 + 58 3 QuartzCore 0x38fdfe93 _ZN2CA5Layer12begin_changeEPNS_11TransactionEjRP11objc_object + 131 + 130 4 QuartzCore 0x38fdab87 _ZN2CA5Layer6setterEj12_CAValueTypePKv + 183 + 182 5 QuartzCore 0x39007057 -[CALayer setBackgroundColor:] + 35 + 34 6 UIKit 0x3731ef51 -[UIView(Internal) _setBackgroundCGColor:withSystemColorName:] + 1021 + 1020 7 Pass Scan 0x000a301d __39-[ColorViewController loadColorButtons]_block_invoke_0 (ColorViewController.m:129) 8 libdispatch.dylib 0x3962511f _dispatch_call_block_and_release + 11 + 10 9 libdispatch.dylib 0x39628ecf _dispatch_queue_drain$VARIANT$mp + 143 + 142 10 libdispatch.dylib 0x39628dc1 _dispatch_queue_invoke$VARIANT$mp + 41 + 40 11 libdispatch.dylib 0x3962991d _dispatch_root_queue_drain + 185 + 184 12 libdispatch.dylib 0x39629ac1 _dispatch_worker_thread2 + 85 + 84 13 libsystem_c.dylib 0x3824da11 _pthread_wqthread + 361 + 360

Any ideas on why this is happening? Could it be a memory allocation issue?