When a series of writes to System.err immediately prior to terminating
an application, only part of the output is seen. On windows 2k in the
CodeGuide IDE, the first 5 of 10 output lines are seen. On Solaris
running with ant, only the first ine is seen.
Adding time using an interactive debugger or stalling code causes all of
the output to appear.
The app programmatically invokes a javadoc doclet, in case that
makes any difference -- but the doclet has terminated before the
writes to System.err occur.
an application, only part of the output is seen. On windows 2k in the
CodeGuide IDE, the first 5 of 10 output lines are seen. On Solaris
running with ant, only the first ine is seen.
Adding time using an interactive debugger or stalling code causes all of
the output to appear.
The app programmatically invokes a javadoc doclet, in case that
makes any difference -- but the doclet has terminated before the
writes to System.err occur.
- relates to
-
JDK-4837953 VM stdout/stderr/logging cleanup
-
- Closed
-