Bug 36665

Summary: g++: Internal error: Killed (program cc1plus)
Product: gcc Reporter: Jasen Kolev <jasenk2>
Component: c++Assignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WORKSFORME    
Severity: normal CC: gcc-bugs
Priority: P3    
Version: 4.2.3   
Target Milestone: ---   
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

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)