UITextField.inputView is my custom input view. I got a crash from users and cannot reproduce the problem. Stream is a failure log.
Exception Type: SIGTRAP Exception Codes: # 0 on 0x1e9a364a Hidden Topic: 0
Topic 0 Crash:
- CoreFoundation 0x1e9a364a _CFRelease + 1366
- UIKit 0x23a684ef - [UIKBTree setObject: forProperty:] + 209
- UIKit 0x23b32ce7 - [UIKBTree zipGeometries: attributes:] + 1069
- UIKit 0x23b306e1 - [UIKeyboardLayoutStar setKeyplaneName:] + 4721
- UIKit 0x23a6ab8f - [UIKeyboardLayoutStar setShift:] + 297
- UIKit 0x23a6a837 - [UIKeyboardImpl notifyShiftState] + 85
- CoreFoundation 0x1e9a1485 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 21
- CoreFoundation 0x1e99f701 __CFRunLoopDoObservers + 283
- CoreFoundation 0x1e99fa59 __CFRunLoopRun + 745
- CoreFoundation 0x1e8ef073 CFRunLoopRunSpecific + 487
- CoreFoundation 0x1e8eee81 CFRunLoopRunInMode + 105
- GraphicsServices 0x20097bfd GSEventRunModal + 157
- UIKit 0x23a8fccf - [UIApplication _run] + 575
- UIKit 0x23a8a401 UIApplicationMain + 151
- MyApplication 0x000b134b main (main.m: 16)
- ??? 0x1e0ba50b 0x0 + 0
Does anyone have the same problem?
source
share