changeset 20154:105d5da09ad3

Added liblzma bug to Valgrind suppressions file. It caused `make test` to fail with valgrind. Occurred at least for Debian Jessie with liblzma package version 5.1.1alpha+20120614-2+b3.
author Stephan Bosch <stephan@rename-it.nl>
date Tue, 10 May 2016 00:42:51 +0200
parents 5d0db42e9792
children ba059488709f
files run-test-valgrind.supp
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/run-test-valgrind.supp	Mon May 09 08:04:39 2016 +0300
+++ b/run-test-valgrind.supp	Tue May 10 00:42:51 2016 +0200
@@ -4,3 +4,14 @@
    fun:malloc
    obj:*/bash
 }
+{
+   <liblzma>
+   Memcheck:Cond
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   fun:lzma_stream_encoder
+   fun:lzma_easy_encoder
+}