Bugzilla – Full Text Bug Listing |
Summary: | LTO: Segmentation fault when trying to link gmsh | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Stefan Brüns <stefan.bruens> |
Component: | Basesystem | Assignee: | Martin Liška <martin.liska> |
Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | alynx.zhou, martin.liska |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91375 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Bug Depends on: | |||
Bug Blocks: | 1133084 |
Description
Stefan Brüns
2019-08-02 13:07:57 UTC
I can see the package is built now successfully. It looks to me that you're running out-of-memory.. I'm not so sure: out-of-memory is normally only related to a segmentation fault if the stack overflows, but the latter is unlikely to depend on the build machine used. (GCC will abort with different messages if heap memory is exhausted) Also, gmsh seems to use only a bit above 500MB max per cc1plus, which all workers provide. So this segfault doesn't seem likely to be related to OOM. OTOH without a reliable reproducer it's also unlikely we make progress. So, I'm tempted to close this as WORKSFORME. Works for me. Linking only succeeds as LTO is disabled for now. I can confirm it's a real ICE in fre. I've been reducing the test-case. I've just created upstream bug for that. Should be fixed now and the package uses -flto now. |