projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3aafc
)
Quick note on memory leak debugging under valgrind.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 17 Mar 2010 22:01:27 +0000
(15:01 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 17 Mar 2010 22:01:27 +0000
(15:01 -0700)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
2f1276d
..
a7d31fc
100644
(file)
--- a/
README
+++ b/
README
@@
-17,3
+17,7
@@
Required dependencies (from base Debian install):
openjdk-6-jre
protobuf-compiler
s3cmd
+
+Running under Valgrind:
+ - Set G_SLICE=always-malloc environment variable to help with memory
+ leak checking