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 195830 - NullPointerException at org.netbeans.modules.terminal.ioprovider.Task$GetOut.call
Summary: NullPointerException at org.netbeans.modules.terminal.ioprovider.Task$GetOut....
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 00:10 UTC by Alexander Simon
Modified: 2011-02-26 05:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176939


Attachments
stacktrace (2.33 KB, text/plain)
2011-02-23 00:10 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-02-23 00:10:05 UTC
Build: NetBeans IDE Dev (Build 110222-91c24c0c4a0d)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: SunOS

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.terminal.ioprovider.Task$GetOut.call(Task.java:495)
   at org.netbeans.modules.terminal.ioprovider.Task$GetOut.call(Task.java:488)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   at org.netbeans.modules.terminal.ioprovider.Task$ValueTask.perform(Task.java:95)
   at org.netbeans.modules.terminal.ioprovider.Task.dispatch(Task.java:147)
Comment 1 Alexander Simon 2011-02-23 00:10:09 UTC
Created attachment 106314 [details]
stacktrace
Comment 2 Alexander Simon 2011-02-24 09:32:57 UTC
exception was when I closed tabs
Comment 3 Vladimir Voskresensky 2011-02-24 21:56:23 UTC
http://hg.netbeans.org/cnd-main/rev/0dca231cee07
Comment 4 Quality Engineering 2011-02-26 05:14:13 UTC
Integrated into 'main-golden', will be available in build *201102260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0dca231cee07
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #195830 -  NullPointerException at org.netbeans.modules.terminal.ioprovider.Task$GetOut.call
do not set term to null in dispose because there could be some pending tasks which invokes terminal().term()