From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A3A35E0056A; Thu, 31 Jul 2014 23:25:59 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [207.46.163.186 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0186.outbound.protection.outlook.com [207.46.163.186]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 28184E004E0 for ; Thu, 31 Jul 2014 23:25:51 -0700 (PDT) Received: from DM2PR03MB416.namprd03.prod.outlook.com (10.141.84.152) by DM2PR03MB336.namprd03.prod.outlook.com (10.141.54.25) with Microsoft SMTP Server (TLS) id 15.0.1005.8; Fri, 1 Aug 2014 06:25:49 +0000 Received: from BN3PR0301CA0008.namprd03.prod.outlook.com (25.160.180.146) by DM2PR03MB416.namprd03.prod.outlook.com (10.141.84.152) with Microsoft SMTP Server (TLS) id 15.0.995.14; Fri, 1 Aug 2014 06:25:46 +0000 Received: from BL2FFO11FD029.protection.gbl (2a01:111:f400:7c09::119) by BN3PR0301CA0008.outlook.office365.com (2a01:111:e400:4000::18) with Microsoft SMTP Server (TLS) id 15.0.995.14 via Frontend Transport; Fri, 1 Aug 2014 06:25:46 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BL2FFO11FD029.mail.protection.outlook.com (10.173.160.69) with Microsoft SMTP Server (TLS) id 15.0.990.10 via Frontend Transport; Fri, 1 Aug 2014 06:25:45 +0000 Received: from r01007-02.ap.freescale.net (r01007-02.ap.freescale.net [10.192.241.30]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s716PfkU024832; Thu, 31 Jul 2014 23:25:43 -0700 From: Jun Zhu To: Date: Fri, 1 Aug 2014 14:18:05 +0800 Message-ID: <1406873886-30571-2-git-send-email-R01007@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1406873886-30571-1-git-send-email-R01007@freescale.com> References: <1406873886-30571-1-git-send-email-R01007@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(199002)(189002)(92726001)(87936001)(88136002)(89996001)(83072002)(81342001)(92566001)(77156001)(68736004)(19580395003)(93916002)(80022001)(47776003)(20776003)(64706001)(81542001)(110136001)(106466001)(81156004)(85852003)(85306004)(87286001)(62966002)(229853001)(50226001)(48376002)(84676001)(95666004)(69596002)(105606002)(99396002)(36756003)(102836001)(97736001)(76482001)(31966008)(2351001)(50466002)(74502001)(19580405001)(4396001)(21056001)(6806004)(104016003)(44976005)(50986999)(77982001)(74662001)(76176999)(79102001)(83322001)(26826002)(104166001)(46102001)(107046002); DIR:OUT; SFP:; SCL:1; SRVR:DM2PR03MB416; H:az84smr01.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; MX:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:UriScan:; X-Forefront-PRVS: 029097202E Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.158.2 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.158.2; helo=az84smr01.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=junzhu@freescale.com; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:; X-OriginatorOrg: freescale.com Cc: Jun Zhu Subject: [meta-fsl-arm][PATCH v2 2/3] pulseaudio: Fix mutext issue when do pause in gstreamer X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 06:25:59 -0000 Content-Type: text/plain 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 --- .../pulseaudio/pulseaudio_5.0.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend index 1774224..81b03f6 100644 --- a/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend +++ b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend @@ -18,3 +18,4 @@ do_install_append_mx6 () { fi } +CACHED_CONFIGUREVARS_append_mx6 = " ax_cv_PTHREAD_PRIO_INHERIT=no" -- 1.7.9.5