This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Segmentation Fault
- To: "Frey, Gregor Karl Dr." <gregor.karl.frey@sap-ag.de>
- Subject: Re: Segmentation Fault
- From: Joerg Brunsmann <joerg.brunsmann@FernUni-Hagen.de>
- Date: Wed, 04 Aug 1999 13:51:18 +0200
- CC: java-discuss@sourceware.cygnus.com
- Organization: Fernuniversitaet Hagen - Software Engineering (Praktische Informatik III)
- References: <9DB6EAD55F17D311BDCE0008C75DAD6670D88F@dbwdfx12.wdf.sap-ag.de>
Gregor,
> I tried gcj 2.95 with libgcj-2.95 on SPARC/SOLARIS.
> But loading a trivial "Hello-World"-Programm yielded a segementation fault.
Did you configure both egcs and libgcj with the same garbage collector?
If you did configure egcs with no garbage collector configure option
then you must configure libgcj with "enable-java-gc=no". This did it for
me.
Hope this helps,
Jörg