From: Jun Zhu <R01007@freescale.com>
To: <meta-freescale@yoctoproject.org>
Cc: Jun Zhu <R01007@freescale.com>
Subject: [meta-fsl-arm][PATCH] pulseaudio: Fix mutext issue when do pause in gstreamer
Date: Thu, 7 Aug 2014 16:28:41 +0800 [thread overview]
Message-ID: <1407400121-24330-1-git-send-email-R01007@freescale.com> (raw)
Pulseaudio crashes when other program using sound:
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed
at pulsecore/mutex-posix.c:106, function pa_mutex_unlock().
Disable the feature PTHREAD priority inheritance is the easiest
workaround for this issue.
Signed-off-by: Jun Zhu <R01007@freescale.com>
---
.../pulseaudio/pulseaudio_5.0.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
new file mode 100644
index 0000000..091ffc2
--- /dev/null
+++ b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
@@ -0,0 +1,2 @@
+
+CACHED_CONFIGUREVARS_append_mx6 = " ax_cv_PTHREAD_PRIO_INHERIT=no"
--
1.7.9.5
next reply other threads:[~2014-08-07 8:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-07 8:28 Jun Zhu [this message]
2014-08-14 2:41 ` [meta-fsl-arm][PATCH] pulseaudio: Fix mutext issue when do pause in gstreamer Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407400121-24330-1-git-send-email-R01007@freescale.com \
--to=r01007@freescale.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.