From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2348 invoked by alias); 4 Jul 2002 18:46:02 -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 2327 invoked by uid 71); 4 Jul 2002 18:46:01 -0000 Resent-Date: 4 Jul 2002 18:46:01 -0000 Resent-Message-ID: <20020704184601.2326.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, adi@thur.de Received: (qmail 32767 invoked from network); 4 Jul 2002 18:43:16 -0000 Received: from unknown (HELO annwfn.erfurt.thur.de) (194.122.210.1) by sources.redhat.com with SMTP; 4 Jul 2002 18:43:16 -0000 Received: from annwfn.erfurt.thur.de (localhost [127.0.0.1]) by annwfn.erfurt.thur.de (8.12.0/8.12.0) with ESMTP id g64IhE0G017342 for ; Thu, 4 Jul 2002 20:43:15 +0200 Received: from drcomp.UUCP (uucp@localhost) by annwfn.erfurt.thur.de (8.12.0/8.12.0/Submit) with bsmtp id g64IhE28017341 for gcc-gnats@gcc.gnu.org; Thu, 4 Jul 2002 20:43:14 +0200 Received: (from adi@localhost) by drcomp.erfurt.thur.de (8.10.2/8.10.2) id g64IgIw12124; Thu, 4 Jul 2002 20:42:18 +0200 Message-Id: <200207041842.g64IgIw12124@drcomp.erfurt.thur.de> Date: Thu, 04 Jul 2002 11:46:00 -0000 From: adi@thur.de To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: 3.113 Subject: ada/7208: build of gnatlib failed with SIGILL X-SW-Source: 2002-07/txt/msg00178.txt.bz2 List-Id: >Number: 7208 >Category: ada >Synopsis: build of gnatlib failed with SIGILL >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Jul 04 11:46:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adrian Knoth >Release: 3.2 20020704 (experimental) >Organization: Thueringen Netz e.V. (www.erfurt.thur.de) >Environment: System: Linux drcomp 2.4.18 #13 Sun Mar 3 13:22:15 CET 2002 i586 unknown Architecture: i586 host: i586-pc-linux-gnu build: i586-pc-linux-gnu target: i586-pc-linux-gnu configured with: ../gcc/configure --enable-languages=c,c++,ada --enable-threads --enable-shared >Description: Compiling s-auxdec.adb causes xgcc to receive SIGILL, afterwards leaking much memory which will end in a kill with out-of-memory (I've interrupted here interactively) ../../xgcc -B../../ -c -g -O2 -g -O2 -W -Wall -gnatpg -I. -I/bigspace/build/gcc/gcc/ada s-auxdec.adb +===========================GNAT BUG DETECTED==============================+ | 3.2 20020704 (experimental) (i586-pc-linux-gnu) GCC error: | | internal error: Illegal instruction | | No source file position information available | | Please submit bug report by email to gcc-bugs@gcc.gnu.org. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | | (use plain ASCII or MIME attachment). | | See gnatinfo.txt for full info on procedure for submitting bugs. | +==========================================================================+ Please include these source files with error report make[2]: *** [s-auxdec.o] Interrupt strace -f shows: [...] [pid 12067] open("s-stoele.ads", O_RDONLY) = 4 [pid 12067] fstat64(4, {st_mode=S_IFREG|0644, st_size=3810, ...}) = 0 [pid 12067] read(4, "--------------------------------"..., 3810) = 3810 [pid 12067] close(4) = 0 [pid 12067] brk(0x8a9c000) = 0x8a9c000 [pid 12067] --- SIGILL (Illegal instruction) --- >How-To-Repeat: Do "make gnatlib" for this release >Fix: No idea. >Release-Note: >Audit-Trail: >Unformatted: