Bug 59547
Summary: | gcc segfaults when compiling gv-3.5.8 with make -j | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Marc Culler <culler> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
URL: | ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/gv-3.5.8.tar.gz | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-02-13 02:16:44 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
Marc Culler
2002-02-10 03:58:19 UTC
Is it reproduceable (you get the same error always on the same file)? The fact that removing -j from make help suggest that it probably is not. Also, were you using -j somenumber or just -j without any argument? The latter might mean you just get ouf of main memory/swap. It seems unlikely that I would use up 1GB of memory and 2GB of swap compiling gv. The crash occurred every time that I ran make, and I ran it several times. On the other hand, I am no longer able to reproduce the crash. So it may have had to do with the state of my system at that time. I guess you could say that it was "fixed" by rebooting. Sigh. |