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 105516 - Exception on finish debugger
Summary: Exception on finish debugger
Status: CLOSED DUPLICATE of bug 95083
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 19:40 UTC by _ tboudreau
Modified: 2010-04-29 09:33 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 _ tboudreau 2007-06-03 19:41:00 UTC
I invoked Finish Debugger Session while debugging a NetBeans module
(contrib/refactorings).  The following exception was thrown:

java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at org.openide.util.Mutex$QueueCell.sleep(Mutex.java:1447)
	at org.openide.util.Mutex.enterImpl(Mutex.java:631)
	at org.openide.util.Mutex.enter(Mutex.java:538)
	at org.openide.util.Mutex.readEnter(Mutex.java:521)
	at org.openide.util.Mutex.access$000(Mutex.java:82)
	at org.openide.util.Mutex$Privileged.enterReadAccess(Mutex.java:1493)
	at
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:78)
	at
org.netbeans.modules.masterfs.MasterFileObject.getFileObject(MasterFileObject.java:283)
	at org.netbeans.api.java.classpath.ClassPath.findPath(ClassPath.java:761)
	at org.netbeans.api.java.classpath.ClassPath.findResourceImpl(ClassPath.java:775)
	at org.netbeans.api.java.classpath.ClassPath.findResource(ClassPath.java:333)
	at
org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.getURL(SourcePathProviderImpl.java:153)
	at
org.netbeans.modules.debugger.jpda.ui.SourcePath$CompoundContextProvider.getURL(SourcePath.java:545)
	at org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL(SourcePath.java:131)
	at
org.netbeans.modules.debugger.jpda.ui.SourcePath.sourceAvailable(SourcePath.java:205)
	at
org.netbeans.modules.debugger.jpda.ui.SourcePath.sourceAvailable(SourcePath.java:214)
	at
org.netbeans.modules.debugger.jpda.ui.SmartSteppingImpl.stopHere(SmartSteppingImpl.java:73)
	at
org.netbeans.modules.debugger.jpda.actions.CompoundSmartSteppingListener.stopHere(CompoundSmartSteppingListener.java:83)
	at
org.netbeans.modules.debugger.jpda.actions.StepIntoActionProvider.exec(StepIntoActionProvider.java:228)
	at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:235)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Martin Entlicher 2007-06-06 19:01:19 UTC
It's almost a duplicate if issue #95083. The cause is the same.
The operator thread is interrupted when the debugger should be finished. This
should be harmless.

*** This issue has been marked as a duplicate of 95083 ***
Comment 2 Quality Engineering 2010-04-29 09:33:30 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.