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 1578 - IOException in Output tab of executed app
Summary: IOException in Output tab of executed app
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jon Koplin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-04-24 00:52 UTC by Jon Koplin
Modified: 2008-12-23 11:03 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 Jon Koplin 1999-04-24 00:52:24 UTC
rite a simple Java app, e.g. "Hello World".  It prints one line and then exits (i.e. System.out.println( "Hello, World!" );

The execution window has line where you can type input to the program.  If you type in that line after running a Hello World (i.e. type into it when the program has terminated) you get the above excep
tion.


java.io.IOException: Read end dead
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.io.IOException.<init>(Compiled Code)
        at java.io.PipedReader.receive(Compiled Code)
        at java.io.PipedReader.receive(Compiled Code)
        at java.io.PipedWriter.write(PipedWriter.java:124)
        at java.io.Writer.write(Writer.java:154)
        at java.io.Writer.write(Compiled Code)
        at com.netbeans.developer.impl.output.OutputTab$1.actionPerformed(OutputTab.java:128)
        at javax.swing.JTextField.fireActionPerformed(Compiled Code)
        at javax.swing.JTextField.postActionEvent(JTextField.java:443)
        at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:537)
        at javax.swing.text.JTextComponent.mapEventToAction(Compiled Code)
        at javax.swing.text.JTextComponent.processComponentKeyEvent(Compiled Code)
        at javax.swing.JComponent.processKeyEvent(Compiled Code)
        at java.awt.Component.processEvent(Compiled Code)
        at java.awt.Container.processEvent(Compiled Code)
        at java.awt.Component.dispatchEventImpl(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)

        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.LightweightDispatcher.processKeyEvent(Compiled Code)
        at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:18:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:54:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:16:43 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.