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 7ADB110128 for ; Sat, 15 Feb 2014 08:51:33 +0000 (UTC) Received: (qmail 2812 invoked by uid 500); 15 Feb 2014 08:51:33 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 2717 invoked by uid 500); 15 Feb 2014 08:51:32 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 2654 invoked by uid 99); 15 Feb 2014 08:51:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 08:51:20 +0000 Date: Sat, 15 Feb 2014 08:51:20 +0000 (UTC) From: "Patrick Heneise (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-5888) objc_msgSend causes EXC_BAD_ACCESS with plugins 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-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Heneise closed CB-5888. ------------------------------- Resolution: Cannot Reproduce > objc_msgSend causes EXC_BAD_ACCESS with plugins > ----------------------------------------------- > > Key: CB-5888 > URL: https://issues.apache.org/jira/browse/CB-5888 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 3.3.0 > Environment: Mac OS X latest, iOS7.1 > Reporter: Patrick Heneise > Labels: core > > With the plugins I tried so far (Geolocation, PushPlugin) there's an error in CDVCommandQueue line 162: > objc_msgSend(obj, normalSelector, command); > Causes a EXC_BAD_ACCESS when calling the plugin command (getLocation, register etc...). > Works fine with the uncommented line: > [obj performSelector:normalSelector withObject:command]; > But there's a warning about an unknown selector. -- This message was sent by Atlassian JIRA (v6.1.5#6160)