This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stray "cxxtest" processes
- From: Tom Tromey <tromey at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 04 Jun 2002 12:54:30 -0600
- Subject: Re: Stray "cxxtest" processes
- References: <20020531223653.GA25707@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
Zack> For about a week, the Java test suite leaves stray "cxxtest"
Zack> processes behind.
I suppose it is possible this is related to my recent Runtime changes.
These affect the libgcj exit sequence. However, if it is only the
cxxtest and not any of the others, I'd be more inclined to suspect a
change elsewhere.
Zack> Anyone seen this? Or know why it gets stuck like that? The
Zack> code in cxxtest.{cc,java} is unenlightening.
Could you get a stack trace? That might help.
Tom