Bug 69684

Summary: System Crash - Compiling QT 3.0.5
Product: [Retired] Red Hat Public Beta Reporter: David Richards <drichard>
Component: gcc3Assignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: limbo   
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: 2002-07-24 14:06:33 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 David Richards 2002-07-24 14:06:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a+) Gecko/20020715

Description of problem:
We were trying to build QT without opengl libraries and during the compile
process the whole machine reboots after about 1.5 hours of building.  System is
a Compaq 500Mhz.

It's very odd that gcc would in some way have access or be able to crash the
whole system.

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


How reproducible:
Always

Steps to Reproduce:
1. Install tarball for qt-3.0.5
2. ./configure -disable-opengl
3. gmake
	

Actual Results:  System reboots in the middle of compiles every time.

Expected Results:  Compilation should complete.

Additional info:

Comment 1 Jakub Jelinek 2002-07-24 20:18:30 UTC
If system crashes, then it is either a hardware problem, or kernel problem,
or you don't have enough swap and memory.
We're building Qt 3.0.5 quite often with this compiler without any problems.