Bug 63870 - Compilation now always dies with segmentation violation
Summary: Compilation now always dies with segmentation violation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc3
Version: 7.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-19 19:59 UTC by Ben Opatowski
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-12-15 19:59:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Ben Opatowski 2002-04-19 19:59:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0; ZDNetSL)

Description of problem:
I have a large C++ application > 6000 lines and am using Qt 2.3.1.
Using the same makefile all along.  As the program grew, the changes for the 
compile terminating also grew.  I can no longer compile without an internal 
error.

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


How reproducible:
Always

Steps to Reproduce:
1.make
2.
3.
	

Actual Results:  A various random points in my compilation the g++ compile 
returns
the following message: Internal Error - Segmentation violation

Expected Results:  The compiler should not throw a segmentation error.

Additional info:

Comment 1 Jakub Jelinek 2002-04-19 20:52:21 UTC
If you have a reproduceable case, please attach preprocessed source for it
plus options used here. If it is random non-reproduceable, then either
you run out of memory/swap, or you have hardware problems.

Comment 2 Ben Opatowski 2002-04-24 00:48:56 UTC
I switched hard drives and the problem has seemed to go away.  I'll wait a 
little while before I think this should be closed.


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