gcj - java/io/InputStream.java:0: Internal error: Segmentation fault

Richard Emberson emberson@olympia.localDomain
Thu Nov 8 15:51:00 GMT 2001


Well I got the lastest release and I still get the same errors
[emberson@olympia jf-0_0_4]> ./compile
Reading specs from /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Reading specs from
/usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../gcc/configure --enable-threads=posix --prefix=/usr/local/gcc
--enable-shared --enable-languages=c++,java --with-as=/usr/bin/as
--with-ld=/usr/bin/ld --enable-interpreter : (reconfigured) ../gcc/configure
--enable-threads=posix --prefix=/usr/local/gcc --enable-shared
--enable-languages=c++,java --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--enable-interpreter : (reconfigured) ../gcc/configure --enable-threads=posix
--prefix=/usr/local/gcc --enable-shared --enable-languages=c++,java
--with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-interpreter
Thread model: posix
gcc version 3.1 20011119 (experimental)
 /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/jc1 /tmp/cco0tPIojx
-fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc
-fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase cco0tPIojx -g1
-version
-fCLASSPATH=/home/emberson/java/jf-0_0_4/build/classes:/home/emberson/java/jf-0_0_4/lib/ant.jar:/home/emberson/java/jf-0_0_4/lib/jaxp.jar:/home/emberson/java/jf-0_0_4/lib/crimson.jar:/home/emberson/java/jf-0_0_4/lib/optional.jar:/home/emberson/java/jf-0_0_4/lib/optional/junit.jar
-ffilelist-file -o cco0tPIojx.s
GNU Java version 3.1 20011119 (experimental) (i686-pc-linux-gnu)
 compiled by GNU C version 3.1 20011119 (experimental).
Class path starts here:
 /home/emberson/java/jf-0_0_4/build/classes/
 /home/emberson/java/jf-0_0_4/lib/ant.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/jaxp.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/crimson.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/optional.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/optional/junit.jar/ (zip)
 ./
 /usr/local/gcc/share/libgcj.jar/ (system) (zip)
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.
 gdb /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/jc1
GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run /tmp/cco0tPIojx -fhash-synchronization -fno-use-divide-subroutine
-fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase
cco0tPIojx -g1 -version
-fCLASSPATH=/home/emberson/java/jf-0_0_4/build/classes:/home/emberson/java/jf-0_0_4/lib/ant.jar:/home/emberson/java/jf-0_0_4/lib/jaxp.jar:/home/emberson/java/jf-0_0_4/lib/crimson.jar:/home/emberson/java/jf-0_0_4/lib/optional.jar:/home/emberson/java/jf-0_0_4/lib/optional/junit.jar
-ffilelist-file -o cco0tPIojx.s
Starting program: /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/jc1
/tmp/cco0tPIojx -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc
-fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase cco0tPIojx -g1
-version
-fCLASSPATH=/home/emberson/java/jf-0_0_4/build/classes:/home/emberson/java/jf-0_0_4/lib/ant.jar:/home/emberson/java/jf-0_0_4/lib/jaxp.jar:/home/emberson/java/jf-0_0_4/lib/crimson.jar:/home/emberson/java/jf-0_0_4/lib/optional.jar:/home/emberson/java/jf-0_0_4/lib/optional/junit.jar
-ffilelist-file -o cco0tPIojx.s
GNU Java version 3.1 20011119 (experimental) (i686-pc-linux-gnu)
 compiled by GNU C version 3.1 20011119 (experimental).
Class path starts here:
 /home/emberson/java/jf-0_0_4/build/classes/
 /home/emberson/java/jf-0_0_4/lib/ant.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/jaxp.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/crimson.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/optional.jar/ (zip)
 /home/emberson/java/jf-0_0_4/lib/optional/junit.jar/ (zip)
 ./
 /usr/local/gcc/share/libgcj.jar/ (system) (zip)
 
Program received signal SIGSEGV, Segmentation fault.
0x080a803c in parse_class_file () at ../../gcc/gcc/java/jcf-parse.c:848
848 linenumber_count = i = JCF_readu2 (jcf);
(gdb) bt
#0 0x080a803c in parse_class_file () at ../../gcc/gcc/java/jcf-parse.c:848
#1 0x080a8df6 in parse_zip_file_entries ()
 at ../../gcc/gcc/java/jcf-parse.c:1229
#2 0x080a87c7 in yyparse () at ../../gcc/gcc/java/jcf-parse.c:1152
#3 0x081ea8d4 in compile_file () at ../../gcc/gcc/toplev.c:2165
#4 0x081efb46 in toplev_main (argc=16, argv=0xbffff674)
 at ../../gcc/gcc/toplev.c:5210
#5 0x080b769b in main (argc=16, argv=0xbffff674) at ../../gcc/gcc/main.c:35
#6 0x40034627 in __libc_start_main (main=0x80b7680 <main>, argc=16,
ubp_av=0xbffff674, init=0x80492c4 <_init>, fini=0x82f6fc4 <_fini>,
 rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffff66c)
 at ../sysdeps/generic/libc-start.c:129
Time to hit the road, more Friday.
Richard Emberson


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /