This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj - java/io/InputStream.java:0: Internal error: Segmentation fault
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: java at gcc dot gnu dot org
- Cc: emberson at phc dot net
- Date: Thu, 22 Nov 2001 13:18:28 +1300
- Subject: Re: gcj - java/io/InputStream.java:0: Internal error: Segmentation fault
- References: <200111220013.fAM0DXi21854@olympia.localDomain>
Richard Emberson wrote:
>Fixed Ant so that it did not require "sun.misc.BASE64Encoder" and
>removed Sun rt.jar and libgcj.jar from the class path ...
>got the same error:
>
>GNU Java version 3.0.2 (i686-pc-linux-gnu)
> compiled by GNU C version 3.0.2.
>java/io/BufferedInputStream.java:0: Internal error: Segmentation fault
>Please submit a full bug report,
>with preprocessed source if appropriate.
>See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
Why are you trying to compile java/io/BufferedInputStream.java? Is it in your source directory for some reason?
>I will now try Tom Tromey's suggestion.
>
>One question: I am using version 3.0.2, would it help to upgrade to
>the latest snapshot?
>
In general, its a good idea to use the latest snapshot, there are a lot
of fixes and improvements since 3.0.x. I don't know if it will fix this
problem though.
regards
Bryce.