From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19812 invoked by alias); 29 Mar 2006 10:07:01 -0000 Received: (qmail 19794 invoked by uid 48); 29 Mar 2006 10:07:00 -0000 Date: Wed, 29 Mar 2006 10:07:00 -0000 Message-ID: <20060329100700.19793.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: "rmathew at gcc dot gnu dot org" 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/msg00449.txt.bz2 List-Id: ------- Comment #4 from rmathew at gcc dot gnu dot org 2006-03-29 10:06 ------- It would be difficult for those of us without alpha-linux boxes to track this problem down. If you're willing, you can try to track the failure to a certain bit yourself. Let's stick with the GCC 4.2 snapshot as that's the latest and is likely to already contain many useful fixes. Looking at your build log, try to reproduce the failure yourself on the command line. That is, copy-paste the command-line compiling "gnuRuntime.java" and run it with your working directory set to the $BUILD_DIR/$TARGET/libjava folder, where $BUILD_DIR is the folder in which you are building GCC and $TARGET is the target you're building for (alpha-alphaslack-linux). Once you're able to reproduce this failure on the command-line, get a recent version of GDB and get the "debugx" and "debug" scripts from: http://gcc.gnu.org/ml/gcc/2004-03/msg01195.html Now run "debugx jc1 ", where "" was the entire command noted earlier that causes the failure. Within GDB, type "run" and when the segmentation fault occurs, type "list" and then "backtrace". This should give some useful information. More information can be found here: http://gcc.gnu.org/wiki/DebuggingGCC Good luck! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26879