Skip to content

Incorrect behavior when uncaught exception of type NS Exception is thrown and the phone is connected with cable #2053

@jasssonpet

Description

@jasssonpet

From @vhristov5555 on June 28, 2016 15:9

  1. Create App which throws an uncaught exception of type NS Exception:
    var arr = new NSArray();
    var o = arr.objectAtIndex(5);
  2. Connect IPhone with cable
  3. Deploy the app to the phone:
    tns run ios

Actual Result: The App will be stuck and it will remain open. If you disconnect the phone from the cable the App will be closed

Expected Result: The App to be closed because uncaught exception is raised

Note: Reproduce it with IPhone 5S - IOS 8.3

Copied from original issue: NativeScript/ios-jsc#591

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions