This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: java.util/332: Hashtable.toString() segmentation fault
- To: warrenl at cygnus dot com
- Subject: Re: java.util/332: Hashtable.toString() segmentation fault
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: 8 Sep 2000 08:30:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Bryce McKinlay <bryce at albatross dot co dot nz>
The following reply was made to PR java.util/332; it has been noted by GNATS.
From: Bryce McKinlay <bryce@albatross.co.nz>
To: Alexandre Petit-Bianco <apbianco@cygnus.com>
Cc: warrenl@cygnus.com, java-gnats@sourceware.cygnus.com
Subject: Re: java.util/332: Hashtable.toString() segmentation fault
Date: Fri, 08 Sep 2000 20:31:00 +1200
Alexandre Petit-Bianco wrote:
> The following reply was made to PR java.util/332; it has been noted by GNATS.
>
> From: Alexandre Petit-Bianco <apbianco@cygnus.com>
> To: pascal.forget@videotron.ca
> Cc: java-gnats@sourceware.cygnus.com, pascalforget@netscape.net
> Subject: Re: java.util/332: Hashtable.toString() segmentation fault
> Date: Thu, 24 Aug 2000 19:55:16 -0700 (PDT)
>
> pascal.forget@videotron.ca writes:
>
> > The program sent as attachment run fine with the RPM dated July 3,
> > 2000, but seg faults when I try to do a Hashtable.toString() using
> > the libgcj and gcc extracted from CVS on August 23.
>
> We already encountered this bug. It looks like a compiler bug, I'm
> precisely working on it at the moment (as a side effect of reviewing
> Bryce's patch to gcj/285.)
There has been a lot of breakage introduced into java.util due to merging of the
classpath collections code, which stresses the compiler wrt inner classes. This
is the reason I was holding off merging in the collections stuff, but somebody
else seems to have gone and done it anyway, unfortunately.
PRs 291 and 300 are definitely exposed by collections code - there are probably
other issues as well.
regards
[ bryce ]