diff options
author | Alex Shlyapnikov <alekseys@google.com> | 2018-06-13 17:18:41 +0000 |
---|---|---|
committer | Alex Shlyapnikov <alekseys@google.com> | 2018-06-13 17:18:41 +0000 |
commit | 4bf9b5612a716167520e9c66606756d17b0c47b6 (patch) | |
tree | 3d19ccd98076835908ac5def82a9febceaa335e9 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 9fd634db22acc0f79602536cb18baadfbed98188 (diff) | |
download | llvm-4bf9b5612a716167520e9c66606756d17b0c47b6.zip llvm-4bf9b5612a716167520e9c66606756d17b0c47b6.tar.gz llvm-4bf9b5612a716167520e9c66606756d17b0c47b6.tar.bz2 |
[TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memory
Summary:
Move madvise(MADV_NOHUGEPAGE) for the meta shadow memory after the meta
shadow memory is mapped (currently it silently fails with ENOMEM).
Add a diagnostic message to detect similar problems in the future.
Reviewers: dvyukov
Subscribers: kubamracek, delcypher, #sanitizers, llvm-commits
Differential Revision: https://reviews.llvm.org/D48097
llvm-svn: 334624
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions