Summary: | -mpreferred-stack-boundary=2 on 32 bit x86 causes crashes when SSE is also enabled (e.g. used by glibc) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Alexander Kanavin <alex.kanavin> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | pjfloyd, rwmacleod, sam |
Priority: | NOR | ||
Version First Reported In: | 3.20.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Kanavin
2022-12-02 16:33:05 UTC
What platform / glibc version is this with? Yocto/qemux86. We use the following flags across the stack: -march=core2 -mtune=core2 -msse3 -mfpmath=sse glibc is at 2.36. |