Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pulseaudio
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
pulseaudio
Commits
84ce398e
Commit
84ce398e
authored
Sep 19, 2014
by
Tanu Kaskinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a Valgrind suppression file
parent
e521d387
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
Makefile.am
Makefile.am
+1
-0
pulseaudio.supp
pulseaudio.supp
+50
-0
No files found.
Makefile.am
View file @
84ce398e
...
...
@@ -21,6 +21,7 @@ EXTRA_DIST = \
bootstrap.sh
\
git-version-gen
\
LICENSE
\
pulseaudio.supp
\
GPL
\
LGPL
\
doxygen/Makefile.am
\
...
...
pulseaudio.supp
0 → 100644
View file @
84ce398e
# This file contains error suppression rules for Valgrind. These rules suppress
# errors in alsa-lib that are caused by Valgrind not handling the
# SNDRV_CTL_IOCTL_TLV_READ ioctl. More information about the Valgrind bug:
# http://thread.gmane.org/gmane.comp.debugging.valgrind/11888
#
# To use this file, pass the command line option --suppressions=<filename> to
# Valgrind.
#
# If you find new false positives, and want to add new suppressions, the
# --gen-suppression=all option can be very useful. It prints automatically
# generated suppression rules that can be copy-pasted here.
{
alsa-lib/snd_tlv_get_dB_range
Memcheck:Cond
fun:snd_tlv_get_dB_range
}
{
alsa-lib/snd_tlv_convert_to_dB
Memcheck:Cond
fun:snd_tlv_convert_to_dB
}
{
alsa-lib/snd_tlv_convert_from_dB
Memcheck:Cond
fun:snd_tlv_convert_from_dB
}
{
alsa-lib/set_volume_ops
Memcheck:Cond
fun:set_volume_ops
}
{
alsa-lib/snd_ctl_hw_elem_write
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:snd_ctl_hw_elem_write
}
{
alsa-lib/selem_read
Memcheck:Cond
fun:bcmp
fun:selem_read
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment