Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=769421.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-12-20T18:58:28+00:00 Valdis wrote:

Description of problem:
After installing 2.14.89025, I was seeing lots of weird issues - programs 
trying to talk to pulseaudio would hang, firefox was wedged and flickering the 
X cursor between 2 different cursors, some other weird stuff.

Caught this in gdb of /usr/bin/pidgin hung during startup:

(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:145
145             movl    $1, %r8d
(gdb) where
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:145
#1  0x00007f8d189f7740 in pa_threaded_mainloop_wait (m=0x7f8d1c27d650) at 
pulse/thread-mainloop.c:206
#2  0x00007f8d18c16cbc in ?? () from /usr/lib64/gstreamer-0.10/libgstpulse.so
#3  0x00007f8d18c180aa in ?? () from /usr/lib64/gstreamer-0.10/libgstpulse.so
#4  0x00000034bbc070f1 in ?? () from /usr/lib64/libgstaudio-0.10.so.0
#5  0x00000034bbc09cc0 in gst_ring_buffer_pause () from 
/usr/lib64/libgstaudio-0.10.so.0
#6  0x00000034bbc12c8a in ?? () from /usr/lib64/libgstaudio-0.10.so.0
#7  0x00007f8d18c195a9 in ?? () from /usr/lib64/gstreamer-0.10/libgstpulse.so
#8  0x00000034b8c41d4c in gst_element_change_state () from 
/usr/lib64/libgstreamer-0.10.so.0

Reverting to 2.14.90-23 and everything started working normally again -
pidgin, pulseaudio, firefox, etc.

Am willing to add instrumentation and re-test if somebody tells me what
they want tried.


Version-Release number of selected component (if applicable):
glibc-2.14.90-25.fc17

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/0

------------------------------------------------------------------------
On 2011-12-22T00:10:08+00:00 Kazuro wrote:

I had similar weird behaviors of applications in F16 (x86_64) after I
installed glibc-2.14.90-24.fc16.3. I googled and found (in Bug#651899 in
Debian) my problem might be related to glibc-rh552960.patch had been
introduced in 2.14.90-24.fc16.x. I locally build glibc-2.14.90-24.fc16.3
without the patch then everything have been working fine for two days. I
found the patch has been merged into glibc-2.14.90-25.fc17 tarball.

Regards,

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/1

------------------------------------------------------------------------
On 2011-12-22T02:53:30+00:00 Valdis wrote:

Kazuro: Thank you for digging further into this, and confirming I'm not
crazy (or at least, not hallucinating this particular bug ;)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/2

------------------------------------------------------------------------
On 2011-12-29T22:40:34+00:00 Valdis wrote:

Got around to testing 2.14.90-26, which contained this:

  - Revert "fix" to pthread_cond_wait (#769421)

and it does appear to be working correctly on my box again.  Thanks..

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/3

------------------------------------------------------------------------
On 2012-01-02T18:21:03+00:00 Jeff wrote:

*** Bug 769600 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/4

------------------------------------------------------------------------
On 2012-01-02T18:22:28+00:00 Jeff wrote:

Should be fixed by either 2.15-1.fc17 or 2.14.90-26.fc17 (both revert
the problematical pthread_cond_wait patch).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/5

------------------------------------------------------------------------
On 2012-02-14T03:53:36+00:00 Fedora wrote:

glibc-2.14.90-24.fc16.5 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/glibc-2.14.90-24.fc16.5

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/comments/14


** Changed in: eglibc (Fedora)
       Status: Unknown => Fix Released

** Changed in: eglibc (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/929713

Title:
  audio unreliable with eglibc 2.15

Status in eglibc package in Ubuntu:
  Fix Released
Status in eglibc source package in Precise:
  Fix Released
Status in eglibc package in Fedora:
  Fix Released

Bug description:
  Audio is completely unreliable after upgrade to eglibc 2.15.

  - Google+ hangouts, which use the google-talkplugin package from 
http://dl.google.com/linux/talkplugin/deb/, initially have audio working, but 
within a minute or so the audio cuts out (in both directions).  This plugin 
uses pulseaudio via dlopen() of libpulse.so.0.
  - Skype, from the oneiric partner archive, exhibits similar behavior: audio 
is bidirectional when the call is established, then after a minute or so the 
input cuts out (despite pulseaudio's volume meter showing that audio is still 
being picked up from the mic)
  - Quodlibet (pulse-enabled media app implemented in python) plays music fine 
until it suddenly stops after a random period of time.  In my latest test, the 
current track has stopped at 4:59 into the song.  The UI still responds fine 
and if I select a different song to play, playback resumes.

  The G+ regression has been reported by several other people on IRC.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libc6 2.15-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
  Uname: Linux 3.2.0-14-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: 017452a27eca3c8b498abbfa5ef91db9
  CheckboxSystem: ecaaad6fa1e0799a0aa1126bf620f39e
  Date: Thu Feb  9 10:22:42 2012
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eglibc
  UpgradeStatus: Upgraded to precise on 2011-11-08 (92 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to