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:
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.
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.