Summary: | sys-devel/llvm-2.9-r2: segfaults during build in g++ headers (with hardened compiler) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | hardened, mgorny, voyageur |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
2012-06-25 21:27:04 UTC
Is it g++ causing the segfault? To me looks like so... I can think of two reasons for the bug then: Excessive memory allocation (because of the pipe flag, you whould try disabling it) Yet another pch problem, try paxmarking gcc and removing RANDMMAP if it works then it's probably that. The ICE seems to happen in g++ headers, so I don't know what we can do about it. need an actual log attached here if it's pch related, not anything new on that front afaik (In reply to comment #3) > need an actual log attached here > > if it's pch related, not anything new on that front afaik It shouldn't be since we now set paxctl -r on gcc's components. See lines 1585-1586 of toolchain.eclass and bug #301299 |