This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CVS segfaults compiling rhino
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 05 Dec 2001 17:23:52 -0700
- Subject: Re: CVS segfaults compiling rhino
- References: <867ks1th2m.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> TokenStream.java: In class `org.mozilla.javascript.TokenStream':
Adam> TokenStream.java: In method `org.mozilla.javascript.TokenStream.isJSIdentifier(java.lang.String)':
Adam> TokenStream.java:0: internal error: Segmentation fault
What gcc are you using?
I tried exactly your example using the very recent CVS trunk gcj and
it worked fine.
Tom