This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile xerces from source - segfault on 3.4 (worked with 3.3.1)
- From: Tom Tromey <tromey at redhat dot com>
- To: Norbert Frese <postfach at nfrese dot net>
- Cc: java at gcc dot gnu dot org
- Date: 20 Nov 2003 09:32:54 -0700
- Subject: Re: compile xerces from source - segfault on 3.4 (worked with 3.3.1)
- References: <1069335695.3358.59.camel@lilota.lamp.priv>
- Reply-to: tromey at redhat dot com
>>>>> "Norbert" == Norbert Frese <postfach@nfrese.net> writes:
Norbert> source/xerces/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java:209: internal compiler error: Segmentation fault
Norbert> is this a gcj-bug or a problem with my configuration?
Just FYI, a compiler SEGV is almost always a gcj bug. I don't
remember a case where it wasn't.
Tom