diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-05-02 15:06:08 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-05-02 15:06:08 +0000 |
commit | d052a579008b239a856c0fe055cb25b3cb3a8fd2 (patch) | |
tree | df40b8c40b66355c75c416e1570a8102cb255e6e /lldb/packages/Python/lldbsuite/test/python_api/default-constructor | |
parent | e5e04baf950b0e7dd7333a543058685a5696e47f (diff) | |
download | bcm5719-llvm-d052a579008b239a856c0fe055cb25b3cb3a8fd2.tar.gz bcm5719-llvm-d052a579008b239a856c0fe055cb25b3cb3a8fd2.zip |
[sanitizer] Don't reuse the main thread in ThreadRegistry
There is a hard-to-reproduce crash happening on OS X that involves terminating the main thread (dispatch_main does that, see discussion at http://reviews.llvm.org/D18496) and later reusing the main thread's ThreadContext. This patch disables reuse of the main thread. I believe this problem exists only on OS X, because on other systems the main thread cannot be terminated without exiting the process.
Differential Revision: http://reviews.llvm.org/D19722
llvm-svn: 268238
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/default-constructor')
0 files changed, 0 insertions, 0 deletions