Skip to content

[C++] Valgrind fails consistently on Azure tests #47485

@raulcd

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

Our test-conda-cpp-valgrind job had been failing for a while to build due to an issue with xxhash. See:

The above PR updates xxhash and fixes the build issue but the job still fails due to an azure test failing. The issue is unrelated to the previous one so we should fix it. Full log on the link

==17355== LEAK SUMMARY:
==17355==    definitely lost: 1,856 bytes in 8 blocks
==17355==    indirectly lost: 78,096 bytes in 40 blocks
==17355==      possibly lost: 0 bytes in 0 blocks
==17355==    still reachable: 9,874 bytes in 157 blocks
==17355==         suppressed: 0 bytes in 0 blocks
==17355== Reachable blocks (those to which a pointer was found) are not shown.
==17355== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==17355== 
==17355== For lists of detected and suppressed errors, rerun with: -s
==17355== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions