[Openmp-commits] [openmp] [OpenMP] avoid segv for a lock that has already been destroyed (PR #145625)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 26 23:57:18 PDT 2025


jprotze wrote:

The C++ related output are just warnings.
The test fails due to segfault in openmp/runtime/src/kmp_csupport.cpp:2665. I can reproduce this on ubuntu 24.04 in a standalone build with system clang. `(gdb) p *(void**)user_lock` prints 0. I don't have time to dig deeper into the issue before next week, so I suggest to disable the test by adding `// REQUIRES: needs-fix` to the test for now and fix the test pipelines.

https://github.com/llvm/llvm-project/pull/145625


More information about the Openmp-commits mailing list