You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a sample C++ file with for_each with execution (I ran with an app which had both par_unseq and par although in separate areas). Also there should be a unordered_map with tuple key using shared_mutex. I used boost's hasher.
Use the following libraries: zlib 1.3.1, libpng 1.6.44, cimg 3.4.3, OpenXLSX (commit hash: 3664038)
Compile in Debug mode (I used cmake with C++ standard set to C++20)
Run the following command: valgrind --tool=memcheck --leak-check=full --track-origins=yes --keep-stacktraces=alloc-and-free --show-leak-kinds=all binary
The text was updated successfully, but these errors were encountered:
Summary
libtbb memory leak on Ubuntu 24.04 WSL2
Version
libtbb-dev/noble,now 2021.11.0-2ubuntu2 amd64
Environment
Provide any environmental details that you consider significant for reproducing the issue.
The following information is important:
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Observed Behavior
Errors pop up when running valgrind
valgrind output:
Output with 1 error:
Output with 2 errors:
Output with 2 errors (with a bit more memory possibly lost):
Expected Behavior
No errors
Steps To Reproduce
par_unseq
andpar
although in separate areas). Also there should be aunordered_map
with tuple key usingshared_mutex
. I used boost's hasher.zlib 1.3.1
,libpng 1.6.44
,cimg 3.4.3
,OpenXLSX (commit hash: 3664038)
valgrind --tool=memcheck --leak-check=full --track-origins=yes --keep-stacktraces=alloc-and-free --show-leak-kinds=all binary
The text was updated successfully, but these errors were encountered: