Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F26417AC7 for ; Tue, 21 Oct 2014 15:41:34 +0000 (UTC) Received: (qmail 96363 invoked by uid 500); 21 Oct 2014 15:41:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 96347 invoked by uid 500); 21 Oct 2014 15:41:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 96026 invoked by uid 99); 21 Oct 2014 15:41:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 15:41:34 +0000 Date: Tue, 21 Oct 2014 15:41:34 +0000 (UTC) From: "Kuan Yi Ming (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-7750) iOS app crashes on start after update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178453#comment-14178453 ] Kuan Yi Ming edited comment on CB-7750 at 10/21/14 3:41 PM: ------------------------------------------------------------ Still occurs in 8.1, tested on iPhone 5 On further investigation, this seems to be triggered by the usage of Sencha Touch. When zombie objects are enabled, the output says: [UIViewAnimationState release]: message sent to deallocated instance 0x17ded7f0 was (Author: yiming.kuan): Still occurs in 8.1 On further investigation, this seems to be triggered by the usage of Sencha Touch. When zombie objects are enabled, the output says: [UIViewAnimationState release]: message sent to deallocated instance 0x17ded7f0 > iOS app crashes on start after update > ------------------------------------- > > Key: CB-7750 > URL: https://issues.apache.org/jira/browse/CB-7750 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 3.6.3 > Environment: iOS 8 > Reporter: Kuan Yi Ming > Assignee: Shazron Abdullah > > There is a possibility of a Cordova app crashing on launch after it has been updated on iOS, possibly related to a memory deallocation issue. The logs for the crashed thread is as below: > Thread 8 name: WebThread > Thread 8 Crashed: > 0 libobjc.A.dylib 0x35094f47 objc_msgSend + 7 > 1 CoreFoundation 0x27617269 CFRelease + 597 > 2 QuartzCore 0x2a5d2d21 CA::release_objects(X::List*) + 13 > 3 QuartzCore 0x2a5d8083 -[CAAnimation dealloc] + 51 > 4 libobjc.A.dylib 0x350a2d5b objc_object::sidetable_release(bool) + 163 > 5 libobjc.A.dylib 0x350a31a5 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 401 > 6 CoreFoundation 0x276223a5 _CFAutoreleasePoolPop + 13 > 7 Foundation 0x2836092b -[NSAutoreleasePool drain] + 119 > 8 CFNetwork 0x2723af1d AutoAutoreleasePool::~AutoAutoreleasePool() + 21 > 9 CFNetwork 0x2721effb ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 163 > 10 CFNetwork 0x27173beb RunloopBlockContext::_invoke_block(void const*, void*) + 59 > 11 CoreFoundation 0x2762208b CFArrayApplyFunction + 35 > 12 CFNetwork 0x27173aa3 RunloopBlockContext::perform() + 179 > 13 CFNetwork 0x2717396b MultiplexerSource::perform() + 215 > 14 CFNetwork 0x271737fd MultiplexerSource::_perform(void*) + 45 > 15 CoreFoundation 0x276d658d __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 13 > 16 CoreFoundation 0x276d5a2d __CFRunLoopDoSources0 + 361 > 17 CoreFoundation 0x276d4001 __CFRunLoopRun + 769 > 18 CoreFoundation 0x2762261d CFRunLoopRunSpecific + 473 > 19 CoreFoundation 0x2762242f CFRunLoopRunInMode + 103 > 20 WebCore 0x32b5d9b7 RunWebThread(void*) + 415 > 21 libsystem_pthread.dylib 0x3574be91 _pthread_body + 137 > 22 libsystem_pthread.dylib 0x3574be03 _pthread_start + 115 > 23 libsystem_pthread.dylib 0x35749b8c thread_start + 4 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org