[Openmp-commits] [openmp] [OpenMP] Fix work-stealing stack clobber with taskwait (PR #126049)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 6 09:39:03 PST 2025


shiltian wrote:

> If you run into issues at this part of the code, not the depnode on the stack is the issue, but somewhere else in the code is causing an error with the reference counting.

That is exactly what I think after a second thought. If allocating stack memory for later task can overwrite the existing stack, that is definitely wrong, and a stack corruption.

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


More information about the Openmp-commits mailing list