Gaetan Leerman created CB-8991:
----------------------------------

             Summary: ConcurrentModificationException during onResume
                 Key: CB-8991
                 URL: https://issues.apache.org/jira/browse/CB-8991
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
         Environment: Cordova: version 4.2.0
Android: reports filed for 4.2.2, 4.3, 5.0 and 5.0.1.
            Reporter: Gaetan Leerman


In production, I am seeing some crash reports of my app due to a 
ConcurrentModificationException in PluginManager. See the following stacktrace:
{code}
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:787)
        at java.util.HashMap$ValueIterator.next(HashMap.java:819)
        at org.apache.cordova.PluginManager.onResume(PluginManager.java:245)
        at 
org.apache.cordova.CordovaWebView.handleResume(CordovaWebView.java:776)
        at org.apache.cordova.CordovaActivity.onResume(CordovaActivity.java:624)
{code}
I have not been able to reproduce the issue, but I have reports in which the 
issue occurs on several Android devices.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to