This is an archive of the discontinued LLVM Phabricator instance.

tsan: add another fork deadlock test
ClosedPublic

Authored by dvyukov on Nov 24 2021, 12:45 AM.

Details

Summary

The test tries to provoke internal allocator to be locked during fork
and then force the child process to use the internal allocator.
This test sometimes deadlocks with the new tsan runtime.

Depends on D114514.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 24 2021, 12:45 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 12:45 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Nov 24 2021, 3:30 AM
This revision is now accepted and ready to land.Nov 24 2021, 3:30 AM
This revision was automatically updated to reflect the committed changes.