This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
printing exceptions?
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Discuss List <java at gcc dot gnu dot org>
- Date: 02 Mar 2002 16:31:51 -0700
- Subject: printing exceptions?
- Reply-to: tromey at redhat dot com
I've noticed that recently, if `gij' tries to print an exception, it
prints the first line and then hangs. Is anybody else seeing this?
strace shows something weird going on in the child process. Instead
of exec'ing, it is trying to write to fd 6 (I haven't yet tracked down
what that is connected to). Weird.
Tom