luisespinoza / LEColorPicker

A Cocoa-Touch system for iOS to get a color scheme in function of an image, like iTunes 11 does.
Other
649 stars 54 forks source link

SIGTRAP #0 #11

Open fafhrd91 opened 10 years ago

fafhrd91 commented 10 years ago

i'm getting crashes from LEColorPicker. it happens not that often, but still annoying. Any ideas? thanks.

  libdispatch.dylib                     0x3b73eab0 _dispatch_xref_dispose$VARIANT$up + 8
  TestApp                               0x00101f57 -[LEColorPicker .cxx_destruct] (LEColorPicker.m:21)
  libobjc.A.dylib                       0x3b259c19 _ZL27object_cxxDestructFromClassP11objc_objectP10objc_class + 129
  libobjc.A.dylib                       0x3b256c37 objc_destructInstance + 35
  libobjc.A.dylib                       0x3b256e0b object_dispose + 15
  TestApp                               0x00101eb3 -[LEColorPicker dealloc] (LEColorPicker.m:851)
  libobjc.A.dylib                       0x3b265b0b _ZN11objc_object17sidetable_releaseEb + 175
Jeehut commented 10 years ago

Same here. What's this .cxx_destruct bug in line 21? Would be great, if this got fixed. :+1:

ipodtouchdude commented 9 years ago

Has anyone found a fix for this because I'm getting the same crash and I don't really want to remove it from my project.