This is an archive of the discontinued LLVM Phabricator instance.

ubsan: disable sigaction test for aarch64
ClosedPublic

Authored by dvyukov on Jul 14 2023, 1:31 AM.

Details

Summary

The test seems to segfault on aarch64 with tsan:
https://lab.llvm.org/buildbot/#/builders/179/builds/6662
Reason unknown, needs debugging.

Diff Detail

Event Timeline

dvyukov created this revision.Jul 14 2023, 1:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 1:31 AM
dvyukov requested review of this revision.Jul 14 2023, 1:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 1:31 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Jul 14 2023, 1:41 AM
This revision is now accepted and ready to land.Jul 14 2023, 1:41 AM
Caslyn accepted this revision.Jul 14 2023, 8:22 AM

Thanks @dvyukov - I hope you don't mind I went ahead and committed this on your behalf.

This revision was automatically updated to reflect the committed changes.
cseo added a subscriber: cseo.Jul 17 2023, 12:01 PM

Actually, this test only fails on aarch64 using GNU ld. With lld, it works fine: https://lab.llvm.org/buildbot/#/builders/185/builds/4357