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 24E8517C86 for ; Thu, 7 May 2015 20:53:02 +0000 (UTC) Received: (qmail 63259 invoked by uid 500); 7 May 2015 20:53:02 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 63239 invoked by uid 500); 7 May 2015 20:53:02 -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 63222 invoked by uid 99); 7 May 2015 20:53:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 20:53:01 +0000 Date: Thu, 7 May 2015 20:53:01 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS 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-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533362#comment-14533362 ] Shazron Abdullah commented on CB-8974: -------------------------------------- Save the dsyms for each build, every time. No, dysms will be specific for the build, if not the crash log will be mismatched. If you archived your app before sending it out ad-hoc or the App Store, you will have it in Xcode's Organizer. Window -> Organizer. Right click on the archive, Show In Finder. Right click on the.xcarchive to Show Package Contents, and you should see the dsym. To deploy to users, you can export this archive for ad-hoc (iTunes drag in to connected device). That looks like the proper way to symbolicate (the other way would be from the command line). > objc_msgSend causes EXC_BAD_ACCESS > ---------------------------------- > > Key: CB-8974 > URL: https://issues.apache.org/jira/browse/CB-8974 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Environment: iPad 4,5 > ARM-64 > iOS 8.3 > Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 but that's what I'm using: > jpangburn$ cordova -version > 4.3.0 > Reporter: Jesse Pangburn > Labels: crash > Fix For: 4.0.0 > > > I'm using the Camera plugin to get an image url, then passing that image url to the File plugin to copy the image to another directory. I've gotten two crash logs from a user who says the crashes happened immediately after those thing completed (they refer to a thumbnail that would only show if the File plugin made its transfer). > The crash log has this relevant info: > Exception Type: EXC_BAD_ACCESS (SIGSEGV) > Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000015c87e90 > Triggered by Thread: 0 > Thread 0 name: Dispatch queue: com.apple.main-thread > Thread 0 Crashed: > 0 libobjc.A.dylib 0x00000001962ffbd0 objc_msgSend + 16 > 1 Foundation 0x0000000185bd417c __NSFireDelayedPerform + 420 > 2 CoreFoundation 0x0000000184c98128 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24 > 3 CoreFoundation 0x0000000184c97dd8 __CFRunLoopDoTimer + 884 > 4 CoreFoundation 0x0000000184c95824 __CFRunLoopRun + 1368 > 5 CoreFoundation 0x0000000184bc12d0 CFRunLoopRunSpecific + 392 > 6 GraphicsServices 0x000000018e2976f8 GSEventRunModal + 164 > 7 UIKit 0x0000000189786fa8 UIApplicationMain + 1484 > 8 PCMM 0x00000001000aa4f0 main (main.m:32) > 9 libdyld.dylib 0x000000019696aa04 start + 0 > This appears to have been reported in https://issues.apache.org/jira/browse/CB-6150 but it says it was fixed in version 3.5 and I'm using 4.3.0. I checked github and looked at those files for version 4.x and it shows that the changes have not been reverted, so seems it's not the same problem exactly. -- 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