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 255591 - java.io.IOException: Stream closed
Summary: java.io.IOException: Stream closed
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-27 16:46 UTC by Exceptions Reporter
Modified: 2017-07-20 17:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220181


Attachments
stacktrace (956 bytes, text/plain)
2015-09-27 16:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-27 16:46:11 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
GUEST: trying to debug simple c++ program with keyboard i/o 
but debugger crashed after it started




Stacktrace: 
java.io.IOException: Stream closed
   at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
   at java.io.OutputStream.write(OutputStream.java:116)
   at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   at java.io.FilterOutputStream.close(FilterOutputStream.java:158)
   at org.netbeans.modules.nativeexecution.pty.PtyAllocator$PtyImplementation.close(PtyAllocator.java:191)
Comment 1 Exceptions Reporter 2015-09-27 16:46:12 UTC
Created attachment 156450 [details]
stacktrace
Comment 2 Quality Engineering 2017-07-20 17:51:26 UTC
Integrated into 'main-silver', will be available in build *201707201608* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/96d1c0026767
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed #255591 - java.io.IOException: Stream closed