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 148922 - ConcurrentModificationException editing GSP
Summary: ConcurrentModificationException editing GSP
Status: CLOSED DUPLICATE of bug 141728
Alias: None
Product: ide
Classification: Unclassified
Component: Timers (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 08:55 UTC by martin_adamek
Modified: 2011-05-24 13:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Dump file (6.09 KB, text/plain)
2008-10-02 08:56 UTC, martin_adamek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin_adamek 2008-10-02 08:55:54 UTC
From issue 142133 :

The memory meter is now very high 385/407MB, I don't know if it is related or not.

Annotation: An error occurred during parsing of '...\grails-app\views\newAgreement\newAgreementWizard\step4.gsp'. 
Please report a bug against GSP and attach dump file '...\.netbeans\dev\var\log\step4.gsp.dump'.
An error occurred during parsing of '...\grails-app\views\newAgreement\newAgreementWizard\step4.gsp'. Please report a 
bug against GSP and attach dump file '...\.netbeans\dev\var\log\step4.gsp.dump'.
Caused: java.util.ConcurrentModificationException
	at java.util.IdentityHashMap$IdentityHashMapIterator.nextIndex(IdentityHashMap.java:715)
	at java.util.IdentityHashMap$KeyIterator.next(IdentityHashMap.java:804)
	at org.netbeans.modules.timers.InstanceWatcher.contains(InstanceWatcher.java:78)
	at org.netbeans.modules.timers.InstanceWatcher.add(InstanceWatcher.java:72)
	at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.add(TimesCollectorPeer.java:214)
	at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.access$000(TimesCollectorPeer.java:189)
	at org.netbeans.modules.timers.TimesCollectorPeer.reportReference(TimesCollectorPeer.java:104)
	at org.netbeans.modules.timers.Install$TimerHandler.publish(Install.java:114)
	at java.util.logging.Logger.log(Logger.java:472)
	at org.netbeans.modules.css.gsf.CSSGSFParser.parseFiles(CSSGSFParser.java:127)
	at org.netbeans.napi.gsfret.source.Source.moveToPhase(Source.java:1004)
	at org.netbeans.napi.gsfret.source.CompilationController.toPhase(CompilationController.java:112)
	at org.netbeans.modules.html.editor.HTMLBracesMatching$1.run(HTMLBracesMatching.java:183)
	at org.netbeans.modules.html.editor.HTMLBracesMatching$1.run(HTMLBracesMatching.java:178)
	at org.netbeans.napi.gsfret.source.Source.runUserActionTask(Source.java:478)
	at org.netbeans.modules.html.editor.HTMLBracesMatching.findMatches(HTMLBracesMatching.java:173)
	at org.netbeans.modules.editor.bracesmatching.MasterMatcher$Result._run(MasterMatcher.java:546)
	at org.netbeans.modules.editor.bracesmatching.MasterMatcher$Result.run(MasterMatcher.java:487)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 martin_adamek 2008-10-02 08:56:25 UTC
Created attachment 71024 [details]
Dump file
Comment 2 Antonin Nebuzelsky 2008-10-24 17:55:38 UTC
Reassigning to new timers module owner jtulach.
Comment 3 Jaroslav Tulach 2008-10-29 18:34:35 UTC

*** This issue has been marked as a duplicate of 141728 ***