Open chdzq opened 6 years ago
This looks like the UIImageView
has a reference to an unowned
or otherwise invalid object.
i crazy this code:
#0Crashed: com.apple.main-threadEXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000000000b5b8 Raw Text
--
0 | libobjc.A.dylib | objc_msgSend + 16
1 | UIKit | -[UIImageView stopAnimating] + 52
2 | UIKit | -[UIImageView dealloc] + 88
3 | libobjc.A.dylib | (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 844
4 | UIKit | -[UIView dealloc] + 952
5 | UIKit | -[UIControl dealloc] + 68
6 | UIKit | -[UIButton dealloc] + 96
this crash between in [UIButton dealloc].
i dont know the UIImageView
, is button.imageView?
i can't find reasion: