debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #05723
[Bug 2111972] Re: Pipewire uses 100% of a CPU core. Can not connect to pulseaudio.
Unfortunately your perf doesn't have support for debuginfod, so we don't
have any symbols to go off in that perf report.
You can try installing the debug symbol packages manually. Details are
in https://wiki.ubuntu.com/DebuggingProgramCrash but for me the
following worked,
$ echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
$ sudo apt update
Now find the version of pipewire installed,
$ apt-cache policy pipewire
pipewire:
Installed: 1.4.5-1ubuntu2
Candidate: 1.4.5-1ubuntu2
Version table:
*** 1.4.5-1ubuntu2 1001
1001 http://mirror.mythic-beasts.com/ubuntu questing/main amd64 Packages
100 /var/lib/dpkg/status
Then for me, the dbgsym packages to install are,
$ sudo apt-get install pipewire-bin-dbgsym=1.4.5-1ubuntu2
$ sudo apt-get install libspa-0.2-modules-dbgsym=1.4.5-1ubuntu2
Now you can try the perf record again, or if that's still not being
symbolic for whatever reason, try attaching to the pipewire process with
`gdb -p <pidof /usr/bin/pipewire>` and run `bt` at the gdb prompt. It
should statistically show the stack that is spinning.
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to pipewire in Ubuntu.
https://bugs.launchpad.net/bugs/2111972
Title:
Pipewire uses 100% of a CPU core. Can not connect to pulseaudio.
Status in pipewire package in Ubuntu:
Incomplete
Bug description:
pactl commands freeze and don't display anything. pavucontrol tells
"Establishing connection to PulseAudio. Please wait...". Audio does
not work in system. This issue is reproduceable sometimes. I don't
have information on how to give first-aid in this case. I'll just kill
the process and try to restart pulseaudio.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: pipewire 1.0.5-1ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-60.63-generic 6.8.12
Uname: Linux 6.8.0-60-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Thu May 29 10:13:03 2025
InstallationDate: Installed on 2019-12-05 (2002 days ago)
InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: pipewire
UpgradeStatus: Upgraded to noble on 2025-01-12 (136 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pipewire/+bug/2111972/+subscriptions
References