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 6993 - 1052: Exception java.lang.InterruptedException when terminating running applets
Summary: 1052: Exception java.lang.InterruptedException when terminating running applets
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-07 10:53 UTC by Jan Kovar
Modified: 2008-12-23 10:39 UTC (History)
1 user (show)

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 Jan Kovar 2000-07-07 10:53:12 UTC
1. get any applet (tested on fresh class-applet)
2. compile it and execute it several times at once
3. in Execution window use right-click and start to terminate them.
*********** Exception occurred ************
Fri Jul 07 11:34:38 CEST 2000java.lang.InterruptedException: null
java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at org.openide.util.Mutex$QueueCell.sleep(Mutex.java:1028)
        at org.openide.util.Mutex.enter(Mutex.java:437)
        at org.openide.util.Mutex.postRequest(Mutex.java:785)
        at org.openide.util.Mutex.postWriteRequest(Mutex.java:330)
        at org.openide.nodes.Node.destroy(Node.java:289)
        at
org.netbeans.core.execution.ProcessNodeItem.removeThis(ProcessNodeItem.java:108)
        at
org.netbeans.core.execution.ProcessNodeItem$1.finishedExecution(ProcessNodeItem.java:63)
        at
org.netbeans.core.execution.ExecutionEngine.fireExecutionFinished(ExecutionEngine.java:311)
        at
org.netbeans.core.execution.ExecutionEngine$RunClass.run(ExecutionEngine.java:431)
An exception occur:
Comment 1 Jesse Glick 2000-08-23 15:44:59 UTC
Looks like a Mutex bug to me, though I can't be sure.
Comment 2 anovak 2000-09-01 14:58:59 UTC
Fixed in main trunk. I consider it too risky for
Boston.

Internally executed processes are now stoped "at most once".
Comment 3 anovak 2000-09-01 15:00:59 UTC
*** Bug 7518 has been marked as a duplicate of this bug. ***
Comment 4 dmladek 2001-02-06 20:13:59 UTC
Marked as Verified
Comment 5 dmladek 2001-02-06 20:15:59 UTC
Marked as Verified
Comment 6 Quality Engineering 2003-07-01 16:09:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.