Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96C4CDB7A for ; Sun, 21 Oct 2012 02:14:14 +0000 (UTC) Received: (qmail 15639 invoked by uid 500); 21 Oct 2012 02:14:14 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 15611 invoked by uid 500); 21 Oct 2012 02:14:14 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 15603 invoked by uid 99); 21 Oct 2012 02:14:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2012 02:14:14 +0000 Date: Sun, 21 Oct 2012 02:14:14 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1047411383.6795.1350785654333.JavaMail.jiratomcat@arcas> In-Reply-To: <216466139.4483.1350703932677.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (CB-1694) [iOS]: View controller not properly unregistered in CDVURLProtocol 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-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1694. ------------------------------- Resolution: Fixed Assignee: Andrew Grieve (was: Shazron Abdullah) Kevin, thanks for pointing this out! I've made the fix that you suggested: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=ef67dcf7bce56c69299bb89ab16c1803d0edd895 > [iOS]: View controller not properly unregistered in CDVURLProtocol > ------------------------------------------------------------------ > > Key: CB-1694 > URL: https://issues.apache.org/jira/browse/CB-1694 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.2.0 > Environment: Xcode 4.5 / OS X 10.7.5 (Lion) / Commit b74752f42da53532150d17aab80c0c6ae36a1a69 > Reporter: Kevin Hawkins > Assignee: Andrew Grieve > Fix For: 2.2.0 > > Original Estimate: 2m > Remaining Estimate: 2m > > [CDVURLProtocol unregisterViewController:] does not properly unregister the Cordova view controller from gRegisteredControllers. The view controller is registered in gRegisteredControllers with its "long long" representation, but it's unregistered by attempting to remove the view controller object itself from the list, which of course is not in the set. > This causes a crash (EXC_BAD_ACCESS) in my test app (which removes and re-creates the view controller through a plugin), because something seems to call /!gap_exec again after my view controller has been deallocated. I'm not sure if that points to a bigger problem or not. But at any rate, when I change [CDVURLProtocol unregisterViewController:] to properly remove the view controller from the set, my app never crashes, through multiple recycles of the view controller. > I can attach my sample app, if that's helpful to understanding the crash scenario. But the unregister bug is unambiguous, so we could just fix that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira