archer icon indicating copy to clipboard operation
archer copied to clipboard

Segmentation fault when unexpected pointer is provided by the OpenMP runtime.

Open jprotze opened this issue 8 years ago • 0 comments

Related to: https://github.com/OpenMPToolsInterface/LLVM-openmp/issues/44 For https://github.com/LLNL/dataracebench/blob/develop/micro-benchmarks/target-teams-distribute-orig-no.c the tool is called with an uninitialized value for a barrier. Accessing an element in the expected datastructure leeds to a segmentation fault. The Archer runtime should make sure to check all incoming pointers, before accessing the data structure. Unexpected NULL pointers should still be logged with the suggestion to create an issue here.

jprotze avatar May 01 '18 22:05 jprotze