https://bugs.freedesktop.org/show_bug.cgi?id=96678
--- Comment #22 from Nicolai Hähnle <nhaehnle at gmail.com> ---
Valgrind has options --gen-suppressions and --suppressions to help with
suppressing unrelated errors. The first option will output suggested
suppression statements that need to be put into a file that can be loaded with
the suppressions option on a second run. Based on the Valgrind log, something
like
{
<insert_a_suppression_name_here>
Memcheck:Cond
obj:/home/user/.steam/steam/steamapps/common/Awesomenauts/Awesomenauts.bin.x86
}
should actually be sufficient as a suppression file.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160707/e07236d5/attachment.html>