summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-06-19 11:47:08 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-06-19 11:47:08 (GMT)
commit03a3c09b1fc4fc80caec28b88b0fe09d612835b8 (patch)
treea5805f1eea3f1be3f9ed3f22c791ab9fd2dd72a0 /tools
parent3c57d80efed172427e5aafa447365cb61439613c (diff)
downloadtcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.zip
tcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.tar.gz
tcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.tar.bz2
new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind
now issues no "still reachable" reports for cmdAH.test.
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind_suppress33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/valgrind_suppress b/tools/valgrind_suppress
new file mode 100644
index 0000000..e8f0204
--- /dev/null
+++ b/tools/valgrind_suppress
@@ -0,0 +1,33 @@
+{
+ TclpGetPwNam/getpwname_r/__nss_next2/calloc
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:calloc
+ ...
+ fun:__nss_next2
+ ...
+ fun:TclpGetPwNam
+}
+
+{
+ TclpGetPwNam/getpwname_r/__nss_next2/malloc
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ ...
+ fun:__nss_next2
+ ...
+ fun:TclpGetPwNam
+}
+
+{
+ TclpGetPwNam/getpwname_r/_nss_systemd_getpwnam_r/malloc
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ ...
+ fun:_nss_systemd_getpwnam_r
+ ...
+ fun:TclpGetPwNam
+}
+