This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: libgcj/328: new java,sql.Date(100,8,23) causes Segmentation fault
- To: tromey at cygnus dot com
- Subject: Re: libgcj/328: new java,sql.Date(100,8,23) causes Segmentation fault
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: 23 Aug 2000 06:16:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
The following reply was made to PR libgcj/328; it has been noted by GNATS.
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: pascal.forget@videotron.ca
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/328: new java,sql.Date(100,8,23) causes Segmentation fault
Date: Tue, 22 Aug 2000 23:10:39 -0700 (PDT)
pascal.forget@videotron.ca writes:
> public class Hello {
> public static void main (String [] args) {
> java.sql.Date aDate = new java.sql.Date(100,8,23);
> }
> }
>
>
> # gcj --main=Hello -o Hello Hello.java
> # ./Hello
> Segmentation fault
I can't reproduce it with a fairly new toolchain (up-to-date front-end
and up-to-date runtime.) Is it possible for you to build and try a
more recent toolchain?
./A