This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 234821 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 233557
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 18:43 UTC by crimcat
Modified: 2013-09-02 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202553


Attachments
stacktrace (1.67 KB, text/plain)
2013-08-22 18:43 UTC, crimcat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crimcat 2013-08-22 18:43:24 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_27-b27
OS: Linux

User Comments:
GUEST: click on "create new project"

GUEST: <Please provide a description of the problem or the steps to reproduce>1

GUEST: Install in ubuntu 12.04. First couple of launches caused this

GUEST: <???????? ????????>
??????????? ?????? ????
<???? ??? ???????????????>
????????? ???????
??????????? ??????? ????? ????? ???? ????? ????? ???????

crimcat: Occures on start up and opening a project




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
   at java.util.ArrayList$Itr.next(ArrayList.java:754)
   at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:153)
   at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:859)
   at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:885)
   at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:730)
Comment 1 crimcat 2013-08-22 18:43:25 UTC
Created attachment 139090 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-08-23 07:45:55 UTC
All reports come from Linux with OpenJDK 6u27.
The problems seems to be related to this bug:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1204906

(In reply to crimcat from comment #0)
> crimcat: Occures on start up and opening a project
Please, what Linux distribution do you use? Is it Ubuntu?
Comment 3 crimcat 2013-08-23 21:06:50 UTC
I'm using Debian GNU/Linux 7
Comment 4 Antonin Nebuzelsky 2013-09-02 09:15:10 UTC

*** This bug has been marked as a duplicate of bug 233557 ***