Bug 162487

Summary: g++: Internal error: Killed (program cc1plus) when i try to make kdeui as part of PyKDE snapshot at 20050628
Product: [Fedora] Fedora Reporter: Viktor Manyushin <bugtraq>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-18 09:46:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Viktor Manyushin 2005-07-05 14:49:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.1 (like Gecko)

Description of problem:
[sysop@ts-linux kdeui]$ make 
g++ -c -Wno-deprecated-declarations -pipe -fPIC -g -pipe -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -m32 -march=i386 -fasynchronous-unwind-tables -Wall -W -D_REENTRANT 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde340 -I/usr/include/kde 
-I/usr/include/python2.4 -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -o sipkdeuipart1.o 
sipkdeuipart1.cpp 
/usr/include/kde/keditlistbox.h:59: warning: âclass KEditListBox::CustomEditorâ has virtual 
functions but non-virtual destructor 
/usr/lib/qt-3.3/include/qtooltip.h:86: warning: âclass QToolTipâ has virtual functions but non-virtual 
destructor 
g++: Internal error: Killed (program cc1plus) 
Please submit a full bug report. 
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. 
make: *** [sipkdeuipart1.o] Error 1 
 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. run make into PyKDE-snapshot20050628/kdeui 
2. 
3. 
   

Additional info:

Comment 1 Jakub Jelinek 2005-07-05 21:26:54 UTC
That means either that you or the kernel killed the compiler.
That does not mean there is a compiler bug.
A compiler bug would be if on reasonably large source the compiler ate
excessive amount of memory and OOM killer killed it.
So the question is: 1) how much physical memory and swap do you have
2) run that command again and watch in top how much memory it is using


Comment 2 Jakub Jelinek 2005-08-18 09:46:01 UTC
No feedback has been provided.