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]

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



>Number:         328
>Category:       libgcj
>Synopsis:       new java,sql.Date(100,8,23) causes Segmentation fault
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    tromey
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 22 21:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Pascal Forget
>Release:        gcj version 2.96 (AG RPM dated July 3 2000)
>Organization:
>Environment:
Red Hat Linux 6.2 i386
>Description:
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
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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