From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13805 invoked by alias); 31 Mar 2006 18:14:55 -0000 Received: (qmail 13787 invoked by uid 48); 31 Mar 2006 18:14:55 -0000 Date: Fri, 31 Mar 2006 18:14:00 -0000 Message-ID: <20060331181455.13786.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26879] LibJava not compile under alpha In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "zerocool at modemsoft dot it" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00480.txt.bz2 List-Id: ------- Comment #12 from zerocool at modemsoft dot it 2006-03-31 18:14 ------- Finally i produce the information that you ask me with the your precious indication and that is : GNU gdb 6.4 Copyright 2005 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 "alpha-alphaslack-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /gcc-8eea83c766efc28763a9d30e4baba897/gcc.build.lnx/gcc/jc1 /tmp/cctDRgBtjx -quiet -dumpbase cctDRgBtjx -auxbase-strip NONE -g1 -Wno-deprecated -ffilelist-file -fencoding=UTF-8 -fbootclasspath= -fclasspath=..:/gcc-8eea83c766efc28763a9d30e4baba897/gcc-4.2-20060325/libjava:/gcc-8eea83c766efc28763a9d30e4baba897/gcc.build.lnx/alpha-alphaslack-linux/libjava:../../../../../gcc-4.2-20060325/libjava/classpath:../../../../../gcc-4.2-20060325/libjava/classpath/external/w3c_dom:../../../../../gcc-4.2-20060325/libjava/classpath/external/sax:../../../../../gcc-4.2-20060325/libjava/classpath/external/relaxngDatatype:.: -foutput-class-dir=. -fsyntax-only -femit-class-files -o /dev/null -MD_ -MT lists/gnu-CORBA-DynAn.stamp -MF lists/gnu-CORBA-DynAn.deps Program received signal SIGSEGV, Segmentation fault. 0x000002000010d598 in readdir64 () from /lib/libc.so.6.1 (gdb) list 26 int main (int argc, char **argv); 27 28 /* We define main() to call toplev_main(), which is defined in toplev.c. 29 We do this in a separate file in order to allow the language front-end 30 to define a different main(), if it so desires. */ 31 32 int 33 main (int argc, char **argv) 34 { 35 return toplev_main (argc, (const char **) argv); (gdb) backtrace #0 0x000002000010d598 in readdir64 () from /lib/libc.so.6.1 #1 0x000002000010dcec in scandir () from /lib/libc.so.6.1 #2 0x000000012005c3e8 in caching_stat ( filename=0x1206883b0 "/gcc-8eea83c766efc28763a9d30e4baba897/gcc-4.2-20060325/libjava/java/lang/reflect", buf=0x11fd8ca48) at ../../gcc-4.2-20060325/gcc/java/jcf-io.c:394 #3 0x000000012005d5cc in find_class (classname=0x1205cf35e "java.lang.reflect.Field", classname_length=23, jcf=0x11fd8cb50, source_ok=1) at ../../gcc-4.2-20060325/gcc/java/jcf-io.c:522 #4 0x0000000120060c4c in read_class (name=) at ../../gcc-4.2-20060325/gcc/java/jcf-parse.c:544 #5 0x0000000120060e68 in load_class (class_or_name=0x200002cfea0, verbose=0) at ../../gcc-4.2-20060325/gcc/java/jcf-parse.c:689 #6 0x000000012001a614 in java_complete_class () at parse.y:6942 #7 0x000000012005def4 in parse_source_file_2 () at ../../gcc-4.2-20060325/gcc/java/jcf-parse.c:1019 #8 0x0000000120061e34 in java_parse_file (set_yydebug=) at ../../gcc-4.2-20060325/gcc/java/jcf-parse.c:1287 #9 0x0000000120281fd8 in toplev_main (argc=, argv=) at ../../gcc-4.2-20060325/gcc/toplev.c:999 #10 0x0000000120073c78 in main (argc=543721216, argv=0x12068874b) at ../../gcc-4.2-20060325/gcc/main.c:35 Now hope that this help you :-) Waiting your news... Thanks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26879