This is the mail archive of the java-prs@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj/328: new java,sql.Date(100,8,23) causes Segmentation fault


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]