From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11408 invoked by alias); 10 Sep 2002 10:26:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11368 invoked by uid 71); 10 Sep 2002 10:26:02 -0000 Resent-Date: 10 Sep 2002 10:26:02 -0000 Resent-Message-ID: <20020910102602.11367.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, cedric.dufour@freesurf.ch Received: (qmail 9250 invoked by uid 61); 10 Sep 2002 10:18:23 -0000 Message-Id: <20020910101823.9244.qmail@sources.redhat.com> Date: Tue, 10 Sep 2002 03:26:00 -0000 From: cedric.dufour@freesurf.ch Reply-To: cedric.dufour@freesurf.ch To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: java/7879: Segmentation fault: jc1 -> java/mangle.c:228 -> No such file or directory X-SW-Source: 2002-09/txt/msg00170.txt.bz2 List-Id: >Number: 7879 >Category: java >Synopsis: Segmentation fault: jc1 -> java/mangle.c:228 -> No such file or directory >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Sep 10 03:26:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cedric Dufour >Release: GCC 3.2 >Organization: >Environment: >Description: Segmentation fault in JC1 as soon as a JAR file is passed to GCJ in addition to *.java files. (Here, PostgreSQL's JDBC driver: jdbc7.2-1.1.jar) What is strange is that when I precompile the *.class file using 'gcj -C *.class' and then compile the executable using 'gcj --main=dev_fill -o test *.class jdbc7.2-1.1.jar', it works absolutely fine! I hope I'm not reporting an unimportant or already known issue and bugging you with the matter. Let me know if original *.java files are needed. Regards >How-To-Repeat: [cdufour@ced-lx-001] /home/ces/projects/photodb/db/dev/java/dev_fill> gcj -v -save-temps --main=dev_fill -o test *.java jdbc7.2-1.1.jar Reading specs from /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs Reading specs from /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libgcj.spec rename spec lib to liborig Configured with: ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared : (reconfigured) ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared : (reconfigured) ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared --enable-threads=posix --enable-languages=c,c++,java --enable-libgcj --with-system-zlib : (reconfigured) ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared --enable-threads=posix --enable-languages=c,c++,java --enable-libgcj --with-system-zlib : (reconfigured) ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared --enable-threads=posix --enable-languages=c,c++,java --enable-libgcj --enable-interpreter --with-system-zlib : (reconfigured) ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-version-specific-runtime-libs --enable-shared --enable-threads=posix --enable-languages=c++,java --enable-libgcj --enable-interpreter Thread model: posix gcc version 3.2 /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/jc1 /tmp/cdufour/ccYhe56Djx -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase ccYhe56Djx -g1 -version -ffilelist-file -o ccYhe56Djx.s GNU Java version 3.2 (i686-pc-linux-gnu) compiled by GNU C version 3.2. Class path starts here: ./ /usr/local/gcc-3.2/share/java/libgcj-3.2.jar/ (system) (zip) org/postgresql/core/BytePoolDim1.class:0: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. [cdufour@ced-lx-001] /home/ces/projects/photodb/db/dev/java/dev_fill> gdb /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/jc1 GNU gdb Red Hat Linux (5.2-2) Copyright 2002 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/cdufour/ccYhe56Djx -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase ccYhe56Djx -g1 -version -ffilelist-file -o ccYhe56Djx.s Starting program: /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/jc1 /tmp/cdufour/ccYhe56Djx -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase ccYhe56Djx -g1 -version -ffilelist-file -o ccYhe56Djx.s GNU Java version 3.2 (i686-pc-linux-gnu) compiled by GNU C version 3.2. Class path starts here: ./ /usr/local/gcc-3.2/share/java/libgcj-3.2.jar/ (system) (zip) Program received signal SIGSEGV, Segmentation fault. 0x0807f353 in mangle_type (type=0x40071af0) at ../../gcc-3.2/gcc/java/mangle.c:228 228 ../../gcc-3.2/gcc/java/mangle.c: No such file or directory. in ../../gcc-3.2/gcc/java/mangle.c (gdb) p *mangle_type $1 = {void (union tree_node *)} 0x807f260 >Fix: >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: application/octet-stream; name="ccYhe56Djx" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ccYhe56Djx" Q29tbWFuZExpbmVfY2xhc3MuamF2YQpkZXZfZmlsbC5qYXZhCmpkYmM3LjItMS4xLmphcgo=