Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 392B2EA13 for ; Fri, 22 Feb 2013 20:23:18 +0000 (UTC) Received: (qmail 2788 invoked by uid 500); 22 Feb 2013 20:23:18 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 2762 invoked by uid 500); 22 Feb 2013 20:23:18 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 2754 invoked by uid 99); 22 Feb 2013 20:23:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 20:23:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.128.47 as permitted sender) Received: from [209.85.128.47] (HELO mail-qe0-f47.google.com) (209.85.128.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 20:23:11 +0000 Received: by mail-qe0-f47.google.com with SMTP id 2so565260qea.20 for ; Fri, 22 Feb 2013 12:22:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=/OdDWq4Ku7bGDn504PQdIeVGo1T0yzbQjnsnsyoixAs=; b=Uw6BX/5ky5hjs1w6Kq5RUSHc/y8C0qxM9uQF+isG5e4+iDQVUIcUFb35bptTWEBHa/ xt8WNKUI4DNQnUS//PULkNVBsGMZuoEaAxzKyezudMY0HlLno7BHJGDkpzDnC9uV/Hgt qXrfu9Mn91ut2aoDIrlcYw1412ZUvD12PpUqahOTpJKNUbaHdX0TfIxWab1VDcXAYUEK bqZRi4GuAkdHmk48knl4uFvB6GAyW1ibOxxrFtq5pv0oHQEU9UYeGokr4GoaGzr/Io1x mfKQ+hMC5M2zaAVaO93td6vsESLL14yo/1L7385Z6o6xuNxDSBeAYo9etIFB7qcXetQC QozA== X-Received: by 10.49.128.231 with SMTP id nr7mr1759101qeb.49.1361564570693; Fri, 22 Feb 2013 12:22:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.49.15.196 with HTTP; Fri, 22 Feb 2013 12:22:09 -0800 (PST) In-Reply-To: References: From: Shazron Date: Fri, 22 Feb 2013 12:22:09 -0800 Message-ID: Subject: Re: [iOS] Crash on 5.1.1 with recent commits To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=047d7b6d9f1c93315804d655f479 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d9f1c93315804d655f479 Content-Type: text/plain; charset=ISO-8859-1 I'll check it out on my 5.1.1 device. Recent commits as in the next branch I suppose? On Fri, Feb 22, 2013 at 12:15 PM, Filip Maj wrote: > This is the output I get about 20 or so tests into the full jasmine unit > test: > > 2013-02-22 12:12:58.748 cordovaExample[4857:3107] bool > _WebTryThreadLock(bool), 0x2aeb40: Tried to obtain the web lock from a > thread other than the main thread or the web thread. This may be a result > of calling to UIKit from a secondary thread. Crashing now... > 1 _ZL17_WebTryThreadLockb > 2 WebThreadLock > 3 -[UIWebView stringByEvaluatingJavaScriptFromString:] > 4 -[CDVCommandDelegateImpl evalJsHelper2:] > 5 -[CDVCommandDelegateImpl sendPluginResult:callbackId:] > 6 __22-[CDVContacts search:]_block_invoke_2 > 7 -[CDVAddressBookHelper createAddressBook:] > 8 __22-[CDVContacts search:]_block_invoke > 9 _dispatch_call_block_and_release > 10 _dispatch_worker_thread2 > 11 _pthread_wqthread > 12 start_wqthread > > > Passes fine on 6.0.1 devices (both iphone5 and iPod). > > Fails on ipod4,1 running 5.1.1. > > --047d7b6d9f1c93315804d655f479--