Details
-
Task
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
2024-2
Description
evaluate/review tools such
- valgrind (http://valgrind.ral.me/quick-start.html#quick-start.intro
- ASAN from https://developers.redhat.com/blog/2021/05/05/memory-error-checking-in-c-and-c-comparing-sanitizers-and-valgrind
In case of valgrind one needs to
-compile with -g -O0 or O1
-run as valgrind --leak-check=yes myprog arg1 arg2 .. this could be an option in cmapi that starts processes