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 99127 - [DEBUGGER] ConcurrentModificationException when killed and started again debug process
Summary: [DEBUGGER] ConcurrentModificationException when killed and started again debu...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 14:12 UTC by Tomas Danek
Modified: 2007-07-03 14:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2007-03-27 14:12:24 UTC
NetBeans IDE Dev (Build 070327)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
+ fresh build of ruby1 cluster
------------------------------------------
got this when killed debuging process and ran again by F5. There was no
breakpoint set in main script. Unable to reproduce again, feel free to close if
stacktrace is not helpful.


java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
	at java.util.AbstractList$Itr.next(AbstractList.java:343)
	at
org.netbeans.modules.ruby.debugger.breakpoints.RubyBreakpoint.addBreakpoint(RubyBreakpoint.java:51)
	at
org.netbeans.modules.ruby.debugger.breakpoints.RubyBreakpointActionProvider.doAction(RubyBreakpointActionProvider.java:85)
	at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:83)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 Martin Krauskopf 2007-03-27 15:26:50 UTC
Lucky catch, thanks. Fixed in next version of debug-java-commons.
Comment 2 Martin Krauskopf 2007-03-30 13:36:45 UTC
Fixed in a new debug-commons-java (trunk). debugger v. 0.76

Checking in debug-commons-java/manifest.mf;
new revision: 1.5; previous revision: 1.4
Checking in external/debug-commons-java-0.7.1.jar;
new revision: 1.5; previous revision: 1.4

Comment 3 Jiri Kovalsky 2007-07-03 14:09:33 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Jiri Kovalsky 2007-07-03 14:41:41 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.