Bug 1200423 - Firefox x86_64: c++: internal compiler error: Killed
Summary: Firefox x86_64: c++: internal compiler error: Killed
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-10 14:21 UTC by Martin Stransky
Modified: 2015-03-11 14:41 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-11 14:41:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Stransky 2015-03-10 14:21:07 UTC
Description of problem:

Afected build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9190860

{standard input}: Assembler messages:
{standard input}:99502: Warning: end of file not at end of a line; newline inserted
{standard input}:100899: Error: expected comma after name `_ZN7mozilla3dom13Cont' in .size directive
c++: internal compiler error: Killed (program cc1plus)


Version-Release number of selected component (if applicable):
5.0.0-0.18.fc23

Comment 1 Jakub Jelinek 2015-03-10 14:23:55 UTC
That error means the box doesn't have enough memory and kernel killed the compiler.
This can be for many reasons, e.g. simultaneous memory hungry compilers, or even something else also taking memory.
Only if gcc would consume inappropriate amounts of memory (compared to the complexity of the source that is being compiled) this could be considered a gcc bug.

Comment 2 Martin Stransky 2015-03-11 14:41:30 UTC
Seems to be working now.


Note You need to log in before you can comment on or make changes to this bug.