This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: printing exceptions?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: tromey at redhat dot com
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: Sat, 2 Mar 2002 18:21:36 -0500
- Subject: Re: printing exceptions?
On Saturday, March 2, 2002, at 06:31 , Tom Tromey wrote:
> 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
Yes, I see that with a complied to native code version.
It happens only once in a while but it does happen.
Thanks,
Andrew Pinski