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 382651793C for ; Thu, 7 May 2015 16:19:06 +0000 (UTC) Received: (qmail 39451 invoked by uid 500); 7 May 2015 16:19:01 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 39433 invoked by uid 500); 7 May 2015 16:19:01 -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 39355 invoked by uid 99); 7 May 2015 16:19:01 -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 16:19:01 +0000 Date: Thu, 7 May 2015 16:19:00 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CB-8977) java.util.ConcurrentModificationException in java.util.HashMap$HashIterator.nextEntry 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-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-8977: ------------------------------ Assignee: Joe Bowser > java.util.ConcurrentModificationException in java.util.HashMap$HashIterator.nextEntry > ------------------------------------------------------------------------------------- > > Key: CB-8977 > URL: https://issues.apache.org/jira/browse/CB-8977 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 3.7.1 > Environment: Samsung Galaxy S4 on Android 4.4 > Reporter: Hirbod > Assignee: Joe Bowser > > I've received two crashreports. I think they are related to cordova and some of the plugins. The plugins are all up-to-date. I'm using CLI 5.0.0 but still on Android-JS 3.7.1 (can't upgrade right know) > I've upgrade all the plugins from the new npm-repo, I don't know if this is related, but before upgrading the plugins, everything worked well. > Here is the crash report: > java.util.ConcurrentModificationException > at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806) > at java.util.HashMap$ValueIterator.next(HashMap.java:838) > at org.apache.cordova.PluginManager.postMessage(PluginManager.java:271) > at org.apache.cordova.CordovaWebView.postMessage(CordovaWebView.java:515) > at org.apache.cordova.splashscreen.SplashScreen$1.run(SplashScreen.java:128) > at android.os.Handler.handleCallback(Handler.java:733) > at android.os.Handler.dispatchMessage(Handler.java:95) > at android.os.Looper.loop(Looper.java:157) > at android.app.ActivityThread.main(ActivityThread.java:5356) > at java.lang.reflect.Method.invokeNative(Native Method) > at java.lang.reflect.Method.invoke(Method.java:515) > at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1265) > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081) > at dalvik.system.NativeStart.main(Native Method) -- 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