Last change
on this file since 6347 was
6347,
checked in by charles, 14 years ago
|
add wrapper for invoking transmission-daemon in valgrind
|
-
Property svn:executable set to
*
|
File size:
243 bytes
|
Rev | Line | |
---|
[6347] | 1 | #/bin/sh |
---|
| 2 | export G_SLICE=always-malloc |
---|
| 3 | export G_DEBUG=gc-friendly |
---|
| 4 | export GLIBCXX_FORCE_NEW=1 |
---|
| 5 | valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=64 --log-file=x-valgrind --show-reachable=yes ./transmission-daemon -f |
---|
Note: See
TracBrowser
for help on using the repository browser.