Bug 1630676
| Summary: | Compiles crash | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Bennet <tom-bennet> | ||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 27 | CC: | aoliva, davejohansen, dmalcolm, fweimer, jakub, jwakely, law, mpolacek, msebor, nickc | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-09-20 00:55:44 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Tom Bennet
2018-09-19 04:32:39 UTC
This doesn't happen for anybody else using gcc-7.3.1-6.fc27.x86_64 so it suggests a hardware problem or something else wrong on your system. Indeed, please run "rpm -V gcc gcc-c++ libstdc++ libstdc++-devel" to see if that is ok. (In reply to Marek Polacek from comment #2) > Indeed, please run "rpm -V gcc gcc-c++ libstdc++ libstdc++-devel" to see if > that is ok. I think I had run a verify on libstdc++-devel, since that owns the file in the error message. But your suggestion reports a fault with /usr/libexec/gcc/x86_64-redhat-linux/7/cc1plus. So, yes, probably a disk problem. Thank you. Alright, closing then. (In reply to Tom Bennet from comment #3) > I think I had run a verify on libstdc++-devel, since that owns the file in > the error message. A corrupted C++ header should not be able to cause a bus error in the compiler. So it's a problem in the compiler, not the header. (In reply to Jonathan Wakely from comment #5) > (In reply to Tom Bennet from comment #3) > > I think I had run a verify on libstdc++-devel, since that owns the file in > > the error message. > > A corrupted C++ header should not be able to cause a bus error in the > compiler. So it's a problem in the compiler, not the header. Based on comment 3, the compiler binary (cc1plus) was corrupted. |