Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another alternative if you happen to have a new-enough version of Valgrind (after 2018), is to use the '--trackkeep-originsdebuginfo=yes' flag:

Code Block
valgrind --tool=memcheck --trackkeep-originsdebuginfo=yes --leak-check=full --show-leak-kinds=all --show-mismatched-frees=yes maciContainer bilboContainer -ORBEndpoint iiop://127.0.1.1:4002 -m corbaloc::127.0.1.1:3000/Manager

...