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 18575 - ConcurrentModificationException
Summary: ConcurrentModificationException
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: ivan
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2001-12-12 19:22 UTC by Bobbi Himes
Modified: 2008-12-23 08:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file requested by error dialog (885.76 KB, text/plain)
2001-12-12 19:23 UTC, Bobbi Himes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bobbi Himes 2001-12-12 19:22:23 UTC
Received the above indicated UnexpectedException dialog window.
Comment 1 Bobbi Himes 2001-12-12 19:23:41 UTC
Created attachment 3795 [details]
log file requested by error dialog
Comment 2 Jan Zajicek 2001-12-13 12:18:47 UTC
It's from terminal emulator. Passing there. Exist any reproducible
scenario? Which version of JDK were you using?
Comment 3 akemr 2001-12-13 12:38:11 UTC
Looks like work with ActiveRegion.children should be synchronized.
Reassign to Ivan.

BTW, it's JDK 1.3.1 (see ide.log)
Comment 4 Bobbi Himes 2001-12-13 16:50:15 UTC
As indicated it's JDK 1.3.1.   Unfortunately i don't remember whether
i was compiling or trying to run. As i recall it happened twice so i
quite doing whatever it was and attacked the issue in another way. Now
i remember,  i was trying to run the full junit suite that i generated
for our product. Currently i am only executing the small parts one at
a time.  Junit generated about 500 files. They were not all correct:
lots of "  import Template.Class;  " statements and incomplete test
class naming.  I had to generate in smaller batches to correct that.
Also had to increase memory requirements from 64M (the default) to
192M so Tools - Test - Create would work.
Comment 5 ivan 2001-12-21 01:01:31 UTC
A distillation of the relevant stack trace from the attachment:
java.util.ConcurrentModificationException
        at
java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:535)
        at java.util.LinkedList$ListItr.next(LinkedList.java:476)
        at
org.netbeans.lib.terminalemulator.ActiveRegion.contains(ActiveRegion.java:85)
        at
org.netbeans.lib.terminalemulator.RegionManager.findRegion(RegionManager.java:130)
        at
org.netbeans.lib.terminalemulator.ActiveTerm$2.mouseMoved(ActiveTerm.java:73)
        at
java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:271)
Comment 6 Jan Chalupa 2002-01-11 14:00:25 UTC
Target milestone -> 3.4
Comment 7 Jan Chalupa 2002-01-11 14:04:31 UTC
Target milestone -> 3.4
Comment 8 Jan Chalupa 2002-01-11 14:06:09 UTC
Target milestone -> 3.4
Comment 9 Jan Chalupa 2002-01-11 14:10:01 UTC
Target milestone -> 3.4
Comment 10 _ ttran 2002-06-13 21:50:14 UTC
added THREAD keyword
Comment 11 Marek Grummich 2002-07-22 08:43:51 UTC
Target milestone was changed from '3.4' to TBD.
Comment 12 Marek Grummich 2002-07-22 08:47:42 UTC
Target milestone was changed from '3.4' to TBD.
Comment 13 Marek Grummich 2002-07-22 08:51:19 UTC
Target milestone was changed from '3.4' to TBD.
Comment 14 Marek Grummich 2002-07-22 08:55:08 UTC
Target milestone was changed from '3.4' to TBD.
Comment 15 Marek Grummich 2002-07-22 08:58:20 UTC
Target milestone was changed from '3.4' to TBD.
Comment 16 Marek Grummich 2002-07-22 09:06:59 UTC
Set terget milestone to TBD
Comment 17 Marek Grummich 2002-07-22 09:13:28 UTC
Set terget milestone to TBD
Comment 18 Marek Grummich 2002-07-22 09:23:01 UTC
Target milestone was changed from '3.4' to TBD.
Comment 19 ivan 2002-07-27 00:46:32 UTC
I"m marking this and other NPE related bugs as fixed with my commit
tagged ivan_17. For a thorough description read
.../terminalemulator/ReleaseNotes.ivan.txt.
Since this is a rather radical change I'd rather see new bugs filed as
opposed to these being reopened.
Comment 20 Marian Mirilovic 2002-11-08 16:35:15 UTC
closed
Comment 21 Quality Engineering 2008-12-23 08:27:21 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.