Bug 36665 - g++: Internal error: Killed (program cc1plus)
Summary: g++: Internal error: Killed (program cc1plus)
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.2.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-29 11:11 UTC by Jasen Kolev
Modified: 2009-12-16 01:44 UTC (History)
1 user (show)

See Also:
Host: Kubuntu 8.04 Linux 2.6.24-19-generic #1 SMP
Target: g++ (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Build: g++ -c -pipe -fpermissive -march=pentiumpro -fomit-frame-pointer
Known to work:
Known to fail:
Last reconfirmed:


Attachments
util.ii file produced a internal error (212.64 KB, application/octet-stream)
2008-06-29 11:14 UTC, Jasen Kolev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jasen Kolev 2008-06-29 11:11:48 UTC
{standard input}: Assembler messages:
{standard input}:7604: Warning: end of file not at end of a line; newline inserted
{standard input}:8453: Error: undefined symbol `.LLSDACSE5526' in operation
g++: Internal error: Killed (program cc1plus)
Comment 1 Jasen Kolev 2008-06-29 11:14:21 UTC
Created attachment 15829 [details]
util.ii file produced a internal error
Comment 2 Andrew Pinski 2008-06-29 23:56:34 UTC
This means GCC is running out of memory.
Comment 3 Sergio Panagia 2008-10-07 23:38:09 UTC
(In reply to comment #2)
> This means GCC is running out of memory.
> 

yes it's true, i have the same problem with ubuntu 8.04 on a thinkpad x60 with 1GB of RAM
if usethe system monitor it's clear that it goes out of memory.
Comment 4 Paolo Carlini 2009-12-16 01:44:36 UTC
Checked that works with more memory (and 4.2.x is not maintained anymore)