From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21900 invoked by alias); 20 Jul 2014 22:37:26 -0000 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 Received: (qmail 21448 invoked by uid 48); 20 Jul 2014 22:37:14 -0000 From: "dave at daveolday dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/61860] New: Internal compiler error Killed (program cc1plus) Date: Sun, 20 Jul 2014 22:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave at daveolday dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg01420.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61860 Bug ID: 61860 Summary: Internal compiler error Killed (program cc1plus) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dave at daveolday dot com Created attachment 33162 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D33162&action=3Dedit Internal compiler error During compile of gnuradio using pybombs the procedure gets to one file and dies with the above message. Here's the output from the script... /home/debian/pybombs/src/gnuradio/build/gr-digital/swig/digital_swigPYTHON_= wrap.cxx: In function =E2=80=98void init_digital_swig()=E2=80=99: /home/debian/pybombs/src/gnuradio/build/gr-digital/swig/digital_swigPYTHON_= wrap.cxx:243666:21: warning: variable =E2=80=98md=E2=80=99 set but not used [-Wunused-but-set-v= ariable] g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [gr-digital/swig/CMakeFiles/_digital_swig.dir/digital_swigPYTHON_wrap.cxx.o] Error 4 make[1]: *** [gr-digital/swig/CMakeFiles/_digital_swig.dir/all] Error 2 make: *** [all] Error 2 >>From gcc-bugs-return-456830-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Jul 20 22:54:04 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 28075 invoked by alias); 20 Jul 2014 22:54:02 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 27550 invoked by uid 48); 20 Jul 2014 22:53:52 -0000 From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/61860] Internal compiler error Killed (program cc1plus) Date: Sun, 20 Jul 2014 22:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg01421.txt.bz2 Content-length: 279 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860 --- Comment #1 from Mikael Pettersson --- You ran out of RAM during the g++ job so the kernel killed it. You need more RAM (preferably), or to add some swap (unpleasant but sometimes necessary).