This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Backup errno calling symbolizer
ClosedPublic

Authored by vitalybuka on Aug 14 2023, 6:52 PM.

Details

Summary

ScopedThread::Impl::HandleEvent checks that errno is unchanged.
As is it's reproducible only with internal symbolizer, but I see
no disadvantages in doing that for all symbolizers.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 14 2023, 6:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 6:52 PM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.Aug 14 2023, 6:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 6:52 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov accepted this revision.Aug 15 2023, 1:20 PM
This revision is now accepted and ready to land.Aug 15 2023, 1:20 PM
This revision was automatically updated to reflect the committed changes.