Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. TEXT: UIApplication Exception: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: *** -[NSRegularExpression initWithPattern:options:error:]: nil argument
  2. Native stack trace:
  3. 0 CoreFoundation 0x000000011264db0b __exceptionPreprocess + 171
  4. 1 libobjc.A.dylib 0x00000001120b2141 objc_exception_throw + 48
  5. 2 CoreFoundation 0x00000001126b6625 +[NSException raise:format:] + 197
  6. 3 Foundation 0x0000000111b9faa4 -[NSRegularExpression initWithPattern:options:error:] + 111
  7. 4 Foundation 0x0000000111c6364d +[NSRegularExpression regularExpressionWithPattern:options:error:] + 59
  8. 5 STA 0x000000010b32ddff -[STAPassengerEVC textField:shouldChangeCharactersInRange:replacementString:] + 1919
  9. 6 UIKit 0x000000010efcff4b -[UITextField keyboardInput:shouldInsertText:isMarkedText:] + 314
  10. 7 UIKit 0x0000000129b1f4a5 -[UITextFieldAccessibility keyboardInput:shouldInsertText:isMarkedText:] + 134
  11. 8 UIKit 0x000000010e783f5b -[UIKeyboardImpl callShouldInsertText:] + 110
  12. 9 UIKit 0x000000010e790285 -[UIKeyboardImpl addInputEvent:executionContext:] + 892
  13. 10 UIKit 0x000000010e78fe98 __81-[UIKeyboardImpl addInputString:withFlags:withInputManagerHint:executionContext:]_block_invoke + 55
  14. 11 UIKit 0x000000010efff1dd -[UIKeyboardTaskExecutionContext returnExecutionToParentWithInfo:] + 278
  15. 12 UIKit 0x000000010e78fdd6 -[UIKeyboardImpl addInputString:withFlags:withInputManagerHint:executionContext:] + 446
  16. 13 UIKit 0x000000010e7a116e -[UIKeyboardImpl handleKeyWithString:forKeyEvent:executionContext:] + 603
  17. 14 UIKit 0x000000010e7a0c89 -[UIKeyboardImpl handleKeyEvent:executionContext:] + 1775
  18. 15 UIKit 0x000000010efff812 -[UIKeyboardTaskQueue continueExecutionOnMainThread] + 374
  19. 16 UIKit 0x000000010e7a0509 -[UIKeyboardImpl handleKeyEvent:] + 215
  20. 17 CoreFoundation 0x00000001125d5c6c __invoking___ + 140
  21. 18 CoreFoundation 0x00000001125d5b40 -[NSInvocation invoke] + 320
  22. 19 UIKit 0x000000010eca43e1 -[UIRepeatedAction invoke] + 293
  23. 20 UIKit 0x000000010eca4417 -[UIRepeatedAction _preInvocationTimerFire] + 22
  24. 21 UIKit 0x000000010e4e1a69 -[UIApplication _handleKeyUIEvent:] + 2059
  25. 22 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  26. 23 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  27. 24 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  28. 25 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  29. 26 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  30. 27 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  31. 28 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  32. 29 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  33. 30 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  34. 31 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  35. 32 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  36. 33 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  37. 34 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  38. 35 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  39. 36 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  40. 37 UIKit 0x000000010e6da9cb -[UIResponder _handleKeyUIEvent:] + 79
  41. 38 UIKit 0x000000010e4e0f88 -[UIApplication handleKeyUIEvent:] + 103
  42. 39 UIKit 0x000000010e4e0f01 -[UIApplication handleKeyHIDEvent:] + 674
  43. 40 UIKit 0x0000000129af9ad5 -[UIApplicationAccessibility handleKeyHIDEvent:] + 41
  44. 41 UIKit 0x000000010ecc3472 __dispatchPreprocessedEventFromEventQueue + 1284
  45. 42 UIKit 0x000000010ecbba3a __handleEventQueue + 1122
  46. 43 CoreFoundation 0x00000001125f3c01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  47. 44 CoreFoundation 0x00000001125d90cf __CFRunLoopDoSources0 + 527
  48. 45 CoreFoundation 0x00000001125d85ff __CFRunLoopRun + 911
  49. 46 CoreFoundation 0x00000001125d8016 CFRunLoopRunSpecific + 406
  50. 47 GraphicsServices 0x000000011437ea24 GSEventRunModal + 62
  51. 48 UIKit 0x000000010e4c30d4 UIApplicationMain + 159
  52. 49 ??? 0x00000001290e04f5 0x0 + 4983751925
  53. 50 ??? 0x00000001290e0370 0x0 + 4983751536
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement