Bug 78636
| Summary: | lib/cpp sigsegv's on autoconfigure | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Bo Parady <bparady> |
| Component: | cpp | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-10-02 20:46:40 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: | |||
If it is reproduceable, please collect all headers it uses and all options passed to /lib/cpp. No response, we can't do anything for this. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 Description of problem: #include "confdefs.h" #include <assert.h> Syntax error configure:2947: result: /lib/cpp configure:2962: /lib/cpp conftest.c cpp: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. configure:2968: $? = 1 configure: failed program was: #line 2956 "configure" #include "confdefs.h" #include <assert.h> Syntax error configure:2962: /lib/cpp conftest.c cpp: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.start a project with KDEdevelop 2.Run the autoproject wizard 3. Actual Results: #include "confdefs.h" #include <assert.h> Syntax error configure:2947: result: /lib/cpp configure:2962: /lib/cpp conftest.c cpp: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. configure:2968: $? = 1 configure: failed program was: #line 2956 "configure" #include "confdefs.h" #include <assert.h> Syntax error configure:2962: /lib/cpp conftest.c cpp: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. Additional info: