Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jprotze opened this issue May 1, 2018 · 0 comments

Comments

@jprotze
Copy link
Contributor

jprotze commented May 1, 2018

Related to: OpenMPToolsInterface/LLVM-openmp#44
For https:/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant