https://bugs.llvm.org/show_bug.cgi?id=35169
Bug ID: 35169
Summary: Merge r316452 into 5.0 branch: Disable threadprivate
data cleanup if runtime is terminating
Product: OpenMP
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: release blocker
Priority: P
Component: Runtime Library
Assignee: unassignedb...@nondot.org
Reporter: hah...@hahnjo.de
CC: andrey.churba...@intel.com, jpeyto...@gmail.com,
llvm-bugs@lists.llvm.org, tstel...@redhat.com
Blocks: 34492
The problem is due to the runtime's threadprivate cleanup code which tries to
access data that was already destroyed by one of the root threads.
__kmp_init_gtid is used as a checker here since it is set to false before
actual
resource cleanup is done in __kmp_cleanup().
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=34492
[Bug 34492] [meta] 5.0.1 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs