This is the mail archive of the java-prs@gcc.gnu.org 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]
Other format: [Raw text]

java/8003: gcj segfaults on simple java line of code


>Number:         8003
>Category:       java
>Synopsis:       gcj segfaults on simple java line of code
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Sun Sep 22 09:56:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hesham Hassan
>Release:        3.2.1 20020912 (Debian prerelease) (Debian testing/unstable)
>Organization:
>Environment:
System: Linux hesham 2.4.19-686 #1 Thu Aug 8 21:30:09 EST 2002 i686 unknown unknown GNU/Linux
Architecture: i686

	
host: i386-pc-linux-gnu
build: i386-pc-linux-gnu
target: i386-pc-linux-gnu
configured with: /mnt/data/gcc-3.1/gcc-3.2-3.2.1ds1/src/configure -v --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-java-gc=boehm --enable-objc-gc i386-linux
>Description:
	The gcj compiler segfaults on a simple line of java code, easily repeatable.  The line is the standard void main line, just instead of a closing square bracket use a closing curly brace!  Here it is:
	public static void main(String args[}) {
	...
	}
>How-To-Repeat:
	Just write a program and use that line in it I believe.
>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]