From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28323 invoked by alias); 29 Jul 2012 14:33:49 -0000 Received: (qmail 28313 invoked by uid 22791); 29 Jul 2012 14:33:48 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Jul 2012 14:33:34 +0000 From: "dev at blino dot org" To: glibc-bugs@sources.redhat.com Subject: [Bug nptl/14417] New: EAGAIN handling in pthread_cond_wait make pulseaudio hang Date: Sun, 29 Jul 2012 14:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dev at blino dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00254.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14417 Bug #: 14417 Summary: EAGAIN handling in pthread_cond_wait make pulseaudio hang Product: glibc Version: 2.16 Status: NEW Severity: normal Priority: P2 Component: nptl AssignedTo: unassigned@sourceware.org ReportedBy: dev@blino.org CC: drepper.fsp@gmail.com Classification: Unclassified Since commit c5a0802a682dba23f92d47f0f99775aebfbe2539 (Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI), pulseaudio apps often hang. Example backtrace from gnome-shell and libcanberra: Thread 1 (Thread 0x7f975cfe8900 (LWP 2367)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:144 #1 0x00007f97558a4aa0 in pa_threaded_mainloop_wait (m=0x21bdf00) at pulse/thread-mainloop.c:206 #2 0x00007f97460aaa0b in pulse_driver_play (c=0x21b5280, id=, proplist=0x704c9c0, cb=, userdata=) at pulse.c:1085 #3 0x00007f975955624e in ca_context_play_full (c=c@entry=0x21b5280, id=id@entry=1, p=0x704c9c0, cb=cb@entry=0x0, userdata=userdata@entry=0x0) at common.c:522 #4 0x00007f97595565cf in ca_context_play (c=0x21b5280, id=1) at common.c:462 ... -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.