[llvm-bugs] [Bug 50562] ERROR: UndefinedBehaviorSanitizer failed to allocate 0x0 (0) bytes of SetAlternateSignalStack (error code: 22)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 3 11:16:30 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50562
Richard Jones <rjones at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Richard Jones <rjones at redhat.com> ---
This turned out to be because of the Fedora compiler-rt
package. I had compiler-rt-12.0.0-1.fc35.x86_64 installed,
which did not exactly match the clang version. Upgrading to
compiler-rt-12.0.0-2.fc35.x86_64 fixed it.
I guess Fedora needs to use an exact NVR dependency.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210603/86307681/attachment.html>
More information about the llvm-bugs
mailing list