Skip to content

Instantly share code, notes, and snippets.

@pryorda
Created October 19, 2019 04:36
Show Gist options
  • Save pryorda/8fd48a04f2be321c65e84243bcf8cb61 to your computer and use it in GitHub Desktop.
Save pryorda/8fd48a04f2be321c65e84243bcf8cb61 to your computer and use it in GitHub Desktop.
valgrind example
/usr/bin/valgrind --trace-children=yes --show-reachable=yes --track-origins=yes --read-var-info=yes --tool=memcheck --leak-check=full --num-callers=50 -v --log-file=/tmp/valgrind.out /usr/sbin/winbindd -F -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment