[ 
https://issues.apache.org/jira/browse/CB-8031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226434#comment-14226434
 ] 

ASF subversion and git services commented on CB-8031:
-----------------------------------------------------

Commit 1feaa7fed717d1f6e02508a280190c3d6914f95c in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=1feaa7f ]

CB-8031 Fix race condition that shows as ConcurrentModificationException


> Apps Sometimes Crash due to ConcurrentModificationException
> -----------------------------------------------------------
>
>                 Key: CB-8031
>                 URL: https://issues.apache.org/jira/browse/CB-8031
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: Andrew Grieve
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> Came across this when refactoring splashscreen plugin.
> Because plugins are lazily instantiated, and because plugins execute on 
> non-ui thread by default, if a plugin calls "getPlugin()" while the ui thread 
> is dispatching an onMessage (or one of the various other plugin functions), 
> then the 
> {code}
> for (CordovaPlugin p : pluginMap.values())
> {code}
> fires an exception due to getPlugin() modifying the map.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to