From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17601 invoked by alias); 19 Apr 2002 10:24:39 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17584 invoked from network); 19 Apr 2002 10:24:36 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 19 Apr 2002 10:24:36 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id DAA28354; Fri, 19 Apr 2002 03:16:02 -0700 Date: Fri, 19 Apr 2002 03:40:00 -0000 Message-Id: <20020419.031602.107960434.davem@redhat.com> To: kukuk@suse.de Cc: gcc@gcc.gnu.org Subject: Re: Illegal instruction on sparc32-linux From: "David S. Miller" In-Reply-To: <20020419114721.A8609@suse.de> References: <20020418221151.A29221@suse.de> <20020418.144050.39820645.davem@redhat.com> <20020419114721.A8609@suse.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00929.txt.bz2 From: Thorsten Kukuk Date: Fri, 19 Apr 2002 11:47:22 +0200 On Thu, Apr 18, David S. Miller wrote: > Can you put the program under GDB so we can see what the instruction > is that it is trapping on? I tried it. But when I compile it with -g, I cannot reproduce it from the shell or from gdb. But if I call "make", it fails again. It has to be dropping a core file somewhere, check that out with gdb.