{ "id": "173113", "key": "TIMOB-26894", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2019-03-11T21:10:23.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "engSchedule" ], "versions": [ { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" } ], "issuelinks": [], "assignee": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-11-23T18:05:42.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "The app crashes when opening a navigation-window in certain situations:\r\n{code}\r\nCrashed: com.apple.main-thread\r\n0 JavaScriptCore 0x1a68b5e70 JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) + 292\r\n1 JavaScriptCore 0x1a68b5d98 JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) + 76\r\n2 JavaScriptCore 0x1a61aaa08 llint_entry + 29992\r\n3 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n4 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n5 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n6 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n7 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n8 JavaScriptCore 0x1a61aadc8 llint_entry + 30952\r\n9 JavaScriptCore 0x1a61aaa1c llint_entry + 30012\r\n10 JavaScriptCore 0x1a61a32e4 vmEntryToJavaScript + 308\r\n11 JavaScriptCore 0x1a68125d4 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 424\r\n12 JavaScriptCore 0x1a69c9b78 JSC::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 188\r\n13 JavaScriptCore 0x1a61d8cbc JSObjectCallAsFunction + 368\r\n14 TitaniumKit 0x102ac47bc __TiBindingEventProcess_block_invoke + 48\r\n15 TitaniumKit 0x102ac46d4 TiBindingEventProcess + 716\r\n16 TitaniumKit 0x102ae5040 -[KrollContext invoke:] + 116\r\n17 TitaniumKit 0x102ae50b4 -[KrollContext enqueue:] + 96\r\n18 TitaniumKit 0x102aecdd4 TiBindingRunLoopEnqueue + 92\r\n19 TitaniumKit 0x102acc410 -[TiViewProxy fireEvent:withObject:withSource:propagate:reportSuccess:errorCode:message:] + 204\r\n20 TitaniumKit 0x102a9b704 -[TiWindowProxy windowDidOpen] + 124\r\n21 TitaniumKit 0x102a9c1d8 -[TiWindowProxy open:] + 1032\r\n22 MyApp 0x100f22b30 -[TiUINavigationWindowProxy rootController] (TiUINavigationWindowProxy.m:269)\r\n23 MyApp 0x100f21db8 -[TiUINavigationWindowProxy controller] (TiUINavigationWindowProxy.m:87)\r\n24 MyApp 0x100f23ae8 -[TiUINavigationWindowProxy windowWillOpen] (TiUINavigationWindowProxy.m:484)\r\n25 TitaniumKit 0x102a9d37c -[TiWindowProxy openOnUIThread:] + 352\r\n26 TitaniumKit 0x102a9c1d8 -[TiWindowProxy open:] + 1032\r\n27 CoreFoundation 0x19ee61610 __invoking___ + 144\r\n28 CoreFoundation 0x19ed3f340 -[NSInvocation invoke] + 292\r\n29 TitaniumKit 0x102ae8128 -[KrollMethod call:] + 1368\r\n30 TitaniumKit 0x102ae71a4 __KrollCallAsFunction_block_invoke + 32\r\n31 TitaniumKit 0x102ae6f9c KrollCallAsFunction + 492\r\n32 JavaScriptCore 0x1a61d3788 JSC::JSCallbackObject::call(JSC::ExecState*) + 348\r\n33 JavaScriptCore 0x1a68b5eac JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) + 352\r\n34 JavaScriptCore 0x1a61aaa08 llint_entry + 29992\r\n35 JavaScriptCore 0x1a61a32e4 vmEntryToJavaScript + 308\r\n36 JavaScriptCore 0x1a68125d4 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 424\r\n37 JavaScriptCore 0x1a69c9b78 JSC::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 188\r\n38 JavaScriptCore 0x1a61d8cbc JSObjectCallAsFunction + 368\r\n39 TitaniumKit 0x102ac47bc __TiBindingEventProcess_block_invoke + 48\r\n40 TitaniumKit 0x102ac46d4 TiBindingEventProcess + 716\r\n41 TitaniumKit 0x102ae5040 -[KrollContext invoke:] + 116\r\n42 TitaniumKit 0x102ae50b4 -[KrollContext enqueue:] + 96\r\n43 TitaniumKit 0x102aecdd4 TiBindingRunLoopEnqueue + 92\r\n44 TitaniumKit 0x102ac4768 TiBindingEventProcess + 864\r\n45 TitaniumKit 0x102ae5040 -[KrollContext invoke:] + 116\r\n46 TitaniumKit 0x102ae50b4 -[KrollContext enqueue:] + 96\r\n47 TitaniumKit 0x102aecdd4 TiBindingRunLoopEnqueue + 92\r\n48 TitaniumKit 0x102acc51c -[TiViewProxy fireEvent:withObject:propagate:reportSuccess:errorCode:message:] + 240\r\n49 TitaniumKit 0x102abcc04 -[TiUIView touchesEnded:withEvent:] + 116\r\n50 UIKitCore 0x1cc033a6c -[UIWindow _sendTouchesForEvent:] + 2472\r\n51 UIKitCore 0x1cc034cd0 -[UIWindow sendEvent:] + 3156\r\n52 UIKitCore 0x1cc013fcc -[UIApplication sendEvent:] + 340\r\n53 UIKitCore 0x1cc0e2e38 __dispatchPreprocessedEventFromEventQueue + 1620\r\n54 UIKitCore 0x1cc0e5830 __handleEventQueueInternal + 4740\r\n55 UIKitCore 0x1cc0de320 __handleHIDEventFetcherDrain + 152\r\n56 CoreFoundation 0x19edea0e0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24\r\n57 CoreFoundation 0x19edea060 __CFRunLoopDoSource0 + 88\r\n58 CoreFoundation 0x19ede9944 __CFRunLoopDoSources0 + 176\r\n59 CoreFoundation 0x19ede4810 __CFRunLoopRun + 1040\r\n60 CoreFoundation 0x19ede40e0 CFRunLoopRunSpecific + 436\r\n61 GraphicsServices 0x1a105d584 GSEventRunModal + 100\r\n62 UIKitCore 0x1cbff8c00 UIApplicationMain + 212\r\n63 MyApp 0x100e70e94 main (main.m:66)\r\n64 libdyld.dylib 0x19e8a2bb4 start + 4\r\n{çode}", "attachment": [], "flagged": false, "summary": "iOS: Crash in navigation-window", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "447566", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Please mark as duplicate of TIMOB-26852, thx!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-04-09T19:56:18.000+0000", "updated": "2019-04-09T19:56:18.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }