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 155063 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 19:16 UTC by kaa
Modified: 2009-02-19 20:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 142783


Attachments
stacktrace (1.82 KB, text/plain)
2008-12-09 19:51 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-12-09 19:16:58 UTC
Build: NetBeans IDE Dev (Build 200811250201)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
kaa: Stoped java app with 2 threads from Output window

kaa: Stoped java app with 2 threads from Output window



Stacktrace: 
java.lang.InterruptedException
        at java.lang.Object.wait(Object.java:0)
        at java.lang.Thread.join(Thread.java:1143)
        at java.lang.Thread.join(Thread.java:1196)
        at org.apache.tools.ant.module.bridge.impl.ForkedJavaOverride$NbRedirector$NbOutputStreamHandler.stop(ForkedJavaOverride.java:119)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:487)
        at org.apache.tools.ant.taskdefs.Java.fork(Java.java:784)
Comment 1 _ gtzabari 2008-12-09 19:51:04 UTC
Build: NetBeans IDE Dev (Build 200812021401)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.InterruptedException
        at java.lang.Object.wait(Object.java:0)
        at java.lang.Thread.join(Thread.java:1143)
        at java.lang.Thread.join(Thread.java:1196)
        at org.apache.tools.ant.module.bridge.impl.ForkedJavaOverride$NbRedirector$NbOutputStreamHandler.stop(ForkedJavaOverride.java:119)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:487)
        at org.apache.tools.ant.taskdefs.Java.fork(Java.java:784)
Comment 2 _ gtzabari 2008-12-09 19:51:08 UTC
Created attachment 74761 [details]
stacktrace
Comment 3 _ gtzabari 2008-12-09 19:52:43 UTC
This is 100% reproducible whenever I kill an JavaSE application using the red X button.
Comment 4 t_h 2008-12-10 14:52:44 UTC
5bf5b7c921db
Comment 5 Quality Engineering 2008-12-13 16:58:30 UTC
Integrated into 'main-golden', will be available in build *200812131401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5bf5b7c921db
User: Tomas Holy <t_h@netbeans.org>
Log: #155063: InterruptedException at java.lang.Object.wait