Your message dated Sun, 21 Nov 2004 11:21:25 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#272908: "g++: Internal error: Illegal instruction (program 
as)" even on simple programs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Sep 2004 18:03:38 +0000
>From [EMAIL PROTECTED] Wed Sep 22 11:03:38 2004
Return-path: <[EMAIL PROTECTED]>
Received: from turquesa.dcc.ufmg.br (smtp.dcc.ufmg.br) [150.164.0.69] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CABSr-0000rQ-00; Wed, 22 Sep 2004 11:03:38 -0700
Received: from audi.lapo.dcc.ufmg.br (audi.lapo.dcc.ufmg.br [150.164.11.49])
        by smtp.dcc.ufmg.br (Postfix) with ESMTP id A20A235AA8C
        for <[EMAIL PROTECTED]>; Wed, 22 Sep 2004 15:03:02 -0300 (BRT)
Received: from ghuiban by audi.lapo.dcc.ufmg.br with local (Exim 3.36 #1 
(Debian))
        id 1CABSI-0003a0-00; Wed, 22 Sep 2004 15:03:02 -0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Gurvan Huiban <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: "g++: Internal error: Illegal instruction (program as)" even on simple
 programs
X-Mailer: reportbug 2.63
Date: Wed, 22 Sep 2004 15:03:02 -0300
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,DEAR_SOMETHING,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: g++-3.3
Version: 1:3.3.4-6sarge1.2
Severity: important

Dear Sir,

when trying compiling programs with g++, I get the following message:

[EMAIL PROTECTED]:~/> g++ -c test.cpp
g++: Internal error: Illegal instruction (program as)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.

The test.cpp file is the following:

#include <iostream>
int main()
{
  std::cout << "hello" << std::endl;
  return 0;
}

which is simple enough to consider that the problem comes from the compiler.
Obviously, the problem also appears with more complicated programs.

Thirty minutes ago, every program was compiling perfectly. The problem
appeared suddendly. The computer has not been rebooted, and no upgrade/system
modification has been performed. I repeat: the problem appeared suddendly
without any reason (at least, to my knowledge).

I believe this bug is related with the bug #256668; but I have no clue about
it.

What additional information can I provide?

Your, sincerely

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages g++-3.3 depends on:
ii  gcc-3.3                1:3.3.4-6sarge1.2 The GNU C compiler
ii  gcc-3.3-base           1:3.3.4-6sarge1.2 The GNU Compiler Collection (base 
ii  libc6                  2.3.2.ds1-16      GNU C Library: Shared libraries an
ii  libstdc++5-3.3-dev     1:3.3.4-6sarge1.2 The GNU Standard C++ Library v3 (d

-- no debconf information

---------------------------------------
Received: (at 272908-done) by bugs.debian.org; 21 Nov 2004 10:21:31 +0000
>From [EMAIL PROTECTED] Sun Nov 21 02:21:31 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CVoqY-0000HD-00; Sun, 21 Nov 2004 02:21:30 -0800
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id LAA24596;
        Sun, 21 Nov 2004 11:21:28 +0100 (MET)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id CB2F3F21A;
        Sun, 21 Nov 2004 11:21:27 +0100 (MET)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 22717-18; Sun, 21 Nov 2004 11:21:26 +0100 (MET)
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
        Sun, 21 Nov 2004 11:21:25 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id iALALPBL012314;
        Sun, 21 Nov 2004 11:21:25 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 21 Nov 2004 11:21:25 +0100
To: Gurvan Huiban <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#272908: "g++: Internal error: Illegal instruction (program 
as)" even on simple programs
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.2 required=4.0 tests=BAYES_00,DEAR_SOMETHING,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

closing this report as unreproducible. please make sure that all your
binary packages built from the gcc-3.3 source are up to date. The
simpliest way would be

          apt-get update; apt-get dist-upgrade


Gurvan Huiban writes:
> Package: g++-3.3
> Version: 1:3.3.4-6sarge1.2
> Severity: important
> 
> Dear Sir,
> 
> when trying compiling programs with g++, I get the following message:
> 
> [EMAIL PROTECTED]:~/> g++ -c test.cpp
> g++: Internal error: Illegal instruction (program as)
> Please submit a full bug report.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
> 
> The test.cpp file is the following:
> 
> #include <iostream>
> int main()
> {
>   std::cout << "hello" << std::endl;
>   return 0;
> }
> 
> which is simple enough to consider that the problem comes from the compiler.
> Obviously, the problem also appears with more complicated programs.
> 
> Thirty minutes ago, every program was compiling perfectly. The problem
> appeared suddendly. The computer has not been rebooted, and no upgrade/system
> modification has been performed. I repeat: the problem appeared suddendly
> without any reason (at least, to my knowledge).
> 
> I believe this bug is related with the bug #256668; but I have no clue about
> it.
> 
> What additional information can I provide?
> 
> Your, sincerely
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (990, 'testing'), (100, 'unstable')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.8-1-686
> Locale: LANG=C, LC_CTYPE=C
> 
> Versions of packages g++-3.3 depends on:
> ii  gcc-3.3                1:3.3.4-6sarge1.2 The GNU C compiler
> ii  gcc-3.3-base           1:3.3.4-6sarge1.2 The GNU Compiler Collection 
> (base 
> ii  libc6                  2.3.2.ds1-16      GNU C Library: Shared libraries 
> an
> ii  libstdc++5-3.3-dev     1:3.3.4-6sarge1.2 The GNU Standard C++ Library v3 
> (d
> 
> -- no debconf information
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to