Bug 68634
Summary: | gcc generates an internal error on preprocessing a large file | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Stuart MacDonald <stuartm> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | ||
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: | 2004-10-02 22:23:56 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
Stuart MacDonald
2002-07-11 21:21:26 UTC
If I've interpreted your problem description properly, this is the preprocessor consuming all memory and then dying. This still happens with current gcc, and in fact has gotten worse after gcc 3.2. Pushed upstream to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17798 Yes, it looked like a memory leak in the preprocessor. |