We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This crash occurred in production and haven't had luck to reproduce it. The following is the stack trace.
{ "AppVersion" : "2.11.1", "SignalId" : 11, "MessageType" : "CrashReport", "DeviceModel" : "iPad4,1", "SignalDescription" : "SIGSEGV - segmentation violation", "NetworkStatus" : "WiFi", "TimeStamp" : "2014-11-12 11:55:50:554", "DeviceOS" : "iPhone OS Version 8.0 (Build 12A365)", }
StackTrace" : [ "#0 Ambulatory 0X003CC9EB +[Logging signalHandler:]", "#1 Ambulatory 0X003AA385 -[NSURL portByScheme]", "#2 libsystem_platform.dylib 0X3370F87B _sigtramp()", "#3 UIKit 0X28C7E3C9 -[UITextSelectionView textSelectionViewActivated:]", "#4 CoreFoundation 0X256934A1 ()", "#5 CoreFoundation 0X255EF93D _CFXNotificationPost()", "#6 Foundation 0X2631F9B9 -[NSNotificationCenter postNotificationName:object:userInfo:]", "#7 Foundation 0X2632451F -[NSNotificationCenter postNotificationName:object:]", "#8 UIKit 0X28C7E293 -[UITextSelectionView activate]", "#9 UIKit 0X28D5426B -[UISearchBarTextField _activateSelectionView]", "#10 UIKit 0X28C7E165 -[UITextField _initialScrollDidFinish:]", "#11 UIKit 0X28C6AADF -[UITextField becomeFirstResponder]", "#12 UIKit 0X28D10253 -[UITextInteractionAssistant setFirstResponderIfNecessary]", "#13 UIKit 0X28D0FB57 -[UITextInteractionAssistant oneFingerTap:]", "#14 UIKit 0X28CF5ADB ()", "#15 UIKit 0X28BA44C9 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:]", "#16 UIKit 0X28FB671B ()", "#17 UIKit 0X28B6DF01 ()", "#18 UIKit 0X28B6BDDF ()", "#19 UIKit 0X28BA28C1 -[UIWindow _sendGesturesForEvent:]", "#20 UIKit 0X28BA219D -[UIWindow sendEvent:]", "#21 UIKit 0X28B78A3D -[UIApplication sendEvent:]", "#22 Ambulatory 0X003AB421 -[CernOpsApplication sendEvent:]", "#23 Ambulatory 0X00388427 -[AEonApplication sendEvent:]", "#24 UIKit 0X28DEC149 ()", "#25 UIKit 0X28B77491 ()", "#26 CoreFoundation 0X256A158F ()", "#27 CoreFoundation 0X256A099F ()", "#28 CoreFoundation 0X2569F005 ()", "#29 CoreFoundation 0X255ED621 CFRunLoopRunSpecific()", "#30 CoreFoundation 0X255ED433 CFRunLoopRunInMode()", "#31 GraphicsServices 0X2C9320A9 GSEventRunModal()", "#32 UIKit 0X28BD7809 UIApplicationMain()", "#33 Ambulatory 0X0007EE63 -[AppDelegate openChartSummaryAfterLoginWithPatient:andEncounter:]", "#34 libdyld.dylib 0X335CFAAF ()" ]
Product Version: Created: 2014-11-17T21:50:13.110297 Originated: 2014-11-12T00:00:00 Open Radar Link: http://www.openradar.me/19006288
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
This crash occurred in production and haven't had luck to reproduce it. The following is the stack trace.
{
"AppVersion" : "2.11.1",
"SignalId" : 11,
"MessageType" : "CrashReport",
"DeviceModel" : "iPad4,1",
"SignalDescription" : "SIGSEGV - segmentation violation",
"NetworkStatus" : "WiFi",
"TimeStamp" : "2014-11-12 11:55:50:554",
"DeviceOS" : "iPhone OS Version 8.0 (Build 12A365)",
}
StackTrace" : [
"#0 Ambulatory 0X003CC9EB +[Logging signalHandler:]",
"#1 Ambulatory 0X003AA385 -[NSURL portByScheme]",
"#2 libsystem_platform.dylib 0X3370F87B _sigtramp()",
"#3 UIKit 0X28C7E3C9 -[UITextSelectionView textSelectionViewActivated:]",
"#4 CoreFoundation 0X256934A1 ()",
"#5 CoreFoundation 0X255EF93D _CFXNotificationPost()",
"#6 Foundation 0X2631F9B9 -[NSNotificationCenter postNotificationName:object:userInfo:]",
"#7 Foundation 0X2632451F -[NSNotificationCenter postNotificationName:object:]",
"#8 UIKit 0X28C7E293 -[UITextSelectionView activate]",
"#9 UIKit 0X28D5426B -[UISearchBarTextField _activateSelectionView]",
"#10 UIKit 0X28C7E165 -[UITextField _initialScrollDidFinish:]",
"#11 UIKit 0X28C6AADF -[UITextField becomeFirstResponder]",
"#12 UIKit 0X28D10253 -[UITextInteractionAssistant setFirstResponderIfNecessary]",
"#13 UIKit 0X28D0FB57 -[UITextInteractionAssistant oneFingerTap:]",
"#14 UIKit 0X28CF5ADB ()",
"#15 UIKit 0X28BA44C9 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:]",
"#16 UIKit 0X28FB671B ()",
"#17 UIKit 0X28B6DF01 ()",
"#18 UIKit 0X28B6BDDF ()",
"#19 UIKit 0X28BA28C1 -[UIWindow _sendGesturesForEvent:]",
"#20 UIKit 0X28BA219D -[UIWindow sendEvent:]",
"#21 UIKit 0X28B78A3D -[UIApplication sendEvent:]",
"#22 Ambulatory 0X003AB421 -[CernOpsApplication sendEvent:]",
"#23 Ambulatory 0X00388427 -[AEonApplication sendEvent:]",
"#24 UIKit 0X28DEC149 ()",
"#25 UIKit 0X28B77491 ()",
"#26 CoreFoundation 0X256A158F ()",
"#27 CoreFoundation 0X256A099F ()",
"#28 CoreFoundation 0X2569F005 ()",
"#29 CoreFoundation 0X255ED621 CFRunLoopRunSpecific()",
"#30 CoreFoundation 0X255ED433 CFRunLoopRunInMode()",
"#31 GraphicsServices 0X2C9320A9 GSEventRunModal()",
"#32 UIKit 0X28BD7809 UIApplicationMain()",
"#33 Ambulatory 0X0007EE63 -[AppDelegate openChartSummaryAfterLoginWithPatient:andEncounter:]",
"#34 libdyld.dylib 0X335CFAAF ()"
]
Product Version:
Created: 2014-11-17T21:50:13.110297
Originated: 2014-11-12T00:00:00
Open Radar Link: http://www.openradar.me/19006288
The text was updated successfully, but these errors were encountered: