Skip to content

Investigate race conditions reported by valgrind (helgrind) #7

@ericcano

Description

@ericcano

Valgrind's helgrind tool is still reporting race conditions during test runs. This issue is to investigate, identify, and resolve any race conditions flagged by helgrind.

The report can be obtained as such:

valgrind  --tool=helgrind --gen-suppressions=all --suppressions=tests/helgrind.suppr ../build/wp1.7-scheduler-test/bin/schedule_simple -t 3 -s 10 -e 100  2>&1 | tee ./valgrind.log

We should either fix the races or add them to the suppression file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions