Skip to content

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

@jprotze

Description

@jprotze

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions