From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25188 invoked by alias); 2 Aug 2008 11:48:28 -0000 Received: (qmail 24760 invoked by uid 48); 2 Aug 2008 11:47:06 -0000 Date: Sat, 02 Aug 2008 11:48:00 -0000 Message-ID: <20080802114706.24759.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/37008] Crash bug on a big c++ file In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00102.txt.bz2 ------- Comment #2 from rguenth at gcc dot gnu dot org 2008-08-02 11:47 ------- g++: Internal error: Killed (program cc1plus) this means your system ran out of memory and the operating system decided to kill the compiler. Note that memory usage problems are unlikely to be fixed in a further release of GCC 4.2, but you might want to try GCC 4.3.1 or later which uses less memory than GCC 4.1 for your testcase. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |compile-time-hog, memory-hog Known to fail| |4.2.4 Known to work| |4.1.2 4.3.1 Last reconfirmed|0000-00-00 00:00:00 |2008-08-02 11:47:05 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37008