mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
add wrapper for invoking transmission-daemon in valgrind
This commit is contained in:
parent
2bd8dbf33a
commit
02fc30e29a
1 changed files with 5 additions and 0 deletions
5
daemon/my-valgrind.sh
Executable file
5
daemon/my-valgrind.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#/bin/sh
|
||||||
|
export G_SLICE=always-malloc
|
||||||
|
export G_DEBUG=gc-friendly
|
||||||
|
export GLIBCXX_FORCE_NEW=1
|
||||||
|
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=64 --log-file=x-valgrind --show-reachable=yes ./transmission-daemon -f
|
Loading…
Reference in a new issue