App crashes when loading a UIWebView on UIWebFormDelegate

Originator:absessive
Number:rdar://21617634 Date Originated:04/30/2015
Status:Open Resolved:No
Product:iOS SDK Product Version:iOS 8.3
Classification: Reproducible:No
 
Summary:
My app loads a UIWebView, which is a login web screen. When the UIWebView is being loaded the app crashes.

Steps to Reproduce:
Unable to reproduce

Expected Results:
Should not crash.

Actual Results:
The app crashes as the UIWebView is loaded. The stack trace is as follows.
{
      "StackTrace" : [
        "#0  Inpatient                           0X001A508F +[Logging signalHandler:]",
        "#1  Inpatient                           0X00183051 -[NSURL portByScheme]",
        "#2  libsystem_platform.dylib            0X37A5D0A3 _sigtramp()",
        "#3  UIKit                               0X2CA72FAF -[UIWebFormDelegate didFocusTextField:inFrame:]",
        "#4  CoreFoundation                      0X28FFA854 <redacted>()",
        "#5  CoreFoundation                      0X28F24FED -[NSInvocation invoke]",
        "#6  WebCore                             0X34C246E9 <redacted>()",
        "#7  CoreFoundation                      0X28FBC22F <redacted>()",
        "#8  CoreFoundation                      0X28FBB6D5 <redacted>()",
        "#9  CoreFoundation                      0X28FB9CC1 <redacted>()",
        "#10 CoreFoundation                      0X28F059A1 CFRunLoopRunSpecific()",
        "#11 CoreFoundation                      0X28F057B3 CFRunLoopRunInMode()",
        "#12 GraphicsServices                    0X306B51A9 GSEventRunModal()",
        "#13 UIKit                               0X2C690695 UIApplicationMain()",
        "#14 Inpatient                           0X000F365F -[InpatientAppDelegate openChartSummaryAfterLoginWithPatient:andEncounter:]",
        "#15 libdyld.dylib                       0X3791BAAF <redacted>()"
      ]
    }

Version:
iOS 8.3, iOS 8.1.3


Configuration:
iPad 2, iPhone 6+

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!