[Openmp-commits] [openmp] Fix Issue #76121 [OpenMP] [Flang] Program crashes at runtime (PR #76122)

Kiran Chandramohan via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 21 02:02:10 PST 2023


https://github.com/kiranchandramohan commented:

The test provided in the github issue passes on AArch64 linux. I guess there is a platform-specific issue here.

Could you move some of the explanation `Analysis: Segmentation fault is caused by null pointer dereference inside the __kmpc_fork_call_if function.` to the summary of this fix? Also, add a link to the place where `args` is dereferenced.

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


More information about the Openmp-commits mailing list