This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
SV: GCJ 3.3 garbage collection live-lock(conjencture) and GDB for iditos and
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "Andrew Haley" <aph at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Wed, 26 Feb 2003 13:05:19 +0100
- Subject: SV: GCJ 3.3 garbage collection live-lock(conjencture) and GDB for iditos and
Note:
I have verified that this segmentation fault does not exist
in my GCJ 3.2 compiled executable.
Also, I think it makes more sense to follow my short
reproduceable case first, and then check if my bigger
app still has a problem once the first problem is
put to bed.
>The SEGV is in javax.comm.SerialPortImpl.finalize().
>
>
>Where is that code from?
http://www.serialio.com
>What is it supposed to do in your
>environment? It's neither part of libgcj or Java 2.
Serial port communications.
Øyvind