From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12526 invoked by alias); 7 Feb 2003 17:40:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12517 invoked from network); 7 Feb 2003 17:40:16 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 7 Feb 2003 17:40:16 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h17HeD716326; Fri, 7 Feb 2003 11:40:13 -0600 Date: Fri, 07 Feb 2003 17:40:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302071740.h17HeD716326@duracef.shout.net> To: carlton@math.stanford.edu Subject: Re: [patch] KFAIL gdb/1025 Cc: drow@mvista.com, gdb-patches@sources.redhat.com X-SW-Source: 2003-02/txt/msg00237.txt.bz2 Perhaps there is a $PATH / build issue. Check 'gcj --version' and also check that the directory where you installed your gcc 3.1 has a gcj binary in it. I am guessing that you built your gcc 3.1 without gcj and that you are picking up the base gcj on your system. Or maybe you have some uberbaum-ish tree and runtest is messing with $PATH as well. spawn gcj ./gdb.java/jmisc.java --main=jmisc -g -o /extra/gdb/mirror/src/gdb/testsuite/gdb.java/jmisc /tmp/ccezwoW0.s: Assembler messages: /tmp/ccezwoW0.s:28: Warning: .stabs: description field '10001' too big, try a different debug format /tmp/ccezwoW0.s:57: Warning: .stabs: description field '60004' too big, try a different debug format There's definitely no '-gstabs+' there, and definitely '.stabs' warning messages. Strange. Michael C