[meta-freescale] [meta-fsl-arm][PATCH 2/3] pulseaudio: Fix mutext issue when do pause in gstreamer

Otavio Salvador otavio at ossystems.com.br
Tue Jul 29 06:40:29 PDT 2014


On Tue, Jul 29, 2014 at 4:04 AM, Jun Zhu <R01007 at freescale.com> wrote:
> 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 PTHREAD priority inheritance feature is the easiest
> workaround solutions for this issue.
>
> Signed-off-by: Jun Zhu <R01007 at freescale.com>

I think you can accomplish the same using:

pulseaudio_cv_PTHREAD_PRIO_INHERIT=no

in CACHED_CONFIGUREVARS as:

CACHED_CONFIGUREVARS_append_mx6 = "
pulseaudio_cv_PTHREAD_PRIO_INHERIT=no"

Can you give it a try?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list