Changeset: eac2ed14ce2b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eac2ed14ce2b
Added Files:
        testing/suppres.txt
Branch: nospare
Log Message:

suppres some sanitizer leaks outside of our scope


diffs (16 lines):

diff --git a/testing/suppres.txt b/testing/suppres.txt
new file mode 100644
--- /dev/null
+++ b/testing/suppres.txt
@@ -0,0 +1,11 @@
+# when running testing with sanatizer use
+# export ASAN_OPTIONS=print_suppressions=0
+# export LSAN_OPTIONS=suppressions=$src/testing/suppres.txt 
+# This is a known leak.
+leak:PyObject_Malloc
+leak:PyMem_Malloc
+leak:_PyObject_GC_Resize
+leak:PyThread_allocate_lock
+leak:*libpython*.so*
+leak:*cpython*.so*
+leak:*libgomp.so*
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to