Bug 437184 - Plasmashell crashes in QPulseAudio::VolumeMonitor::read_callback() while using sound widget with PipeWire
Summary: Plasmashell crashes in QPulseAudio::VolumeMonitor::read_callback() while usin...
Status: RESOLVED FIXED
Alias: None
Product: plasma-pa
Classification: Plasma
Component: applet (show other bugs)
Version: 5.21.5
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-05-16 00:18 UTC by Raindrops
Modified: 2021-05-19 16:06 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.22


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raindrops 2021-05-16 00:18:35 UTC
Application: plasmashell (5.21.5)

Qt Version: 5.15.2
Frameworks Version: 5.81.0
Operating System: Linux 5.11.19-300.fc34.x86_64 x86_64
Windowing System: X11
Drkonqi Version: 5.21.5
Distribution: Fedora 34 (KDE Plasma)

-- Information about the crash:
- What I was doing when the application crashed:
I was switching between the different tabs on Plasma's sound widget and the shell crashed

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[KCrash Handler]
#4  0x00007fa7ed99d146 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#5  0x00007fa78b58c723 in QPulseAudio::VolumeMonitor::read_callback(pa_stream*, unsigned long, void*) () from /usr/lib64/qt5/qml/org/kde/plasma/private/volume/libplasma-volume-declarative.so
#6  0x00007fa78b4ea9e1 in pstream_memblock_callback () from /lib64/libpulse.so.0
#7  0x00007fa78b498f05 in do_read () from /usr/lib64/pulseaudio/libpulsecommon-14.2.so
#8  0x00007fa78b49a79f in do_pstream_read_write () from /usr/lib64/pulseaudio/libpulsecommon-14.2.so
#9  0x00007fa78b53091e in dispatch_func () from /lib64/libpulse-mainloop-glib.so.0
#10 0x00007fa7ebdab4cf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#11 0x00007fa7ebdff4e8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#12 0x00007fa7ebda8c03 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#13 0x00007fa7ed9b96f8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#14 0x00007fa7ed96b9b2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#15 0x00007fa7ed973544 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#16 0x00005608c2ad4071 in main ()
[Inferior 1 (process 20638) detached]

Possible duplicates by query: bug 436863, bug 435427, bug 432084, bug 431077, bug 429973.

Reported using DrKonqi
Comment 1 Raindrops 2021-05-16 00:20:29 UTC
Also, since the issue seems to be related to PulseAudio (according to the files that caused the crash), I specify I use PipeWire with its PulseAudio implementation.

PipeWire Version: 0.3.27
Comment 2 Nate Graham 2021-05-18 21:21:45 UTC
Would seem to be the same as Bug 432482, but that was supposedly fixed in Plasma 5.21.1 and does not involve PipeWire.
Comment 3 Bug Janitor Service 2021-05-19 08:32:57 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/66
Comment 4 David Redondo 2021-05-19 16:05:44 UTC
Git commit 1982415fc2abdd39a8eeaf4b68a53e05c9571395 by David Redondo.
Committed on 19/05/2021 at 08:25.
Pushed by ngraham into branch 'master'.

Fix crash when target is destroyed before monitor

The target is saved as a QPointer inside VolumeMonitor. This is generally
a good idea since its lifetime is managed somewhere else. However in this
case this means we are not noticing when it is deleted and cannot distinguish
that from not having a set target. When the VolumeObject is deleted before
the monitor, it would fail to unset the pulseaudio callbacks resulting in
them being called after destruction.

M  +4    -1    src/volumemonitor.cpp
M  +1    -1    src/volumemonitor.h

https://invent.kde.org/plasma/plasma-pa/commit/1982415fc2abdd39a8eeaf4b68a53e05c9571395
Comment 5 Nate Graham 2021-05-19 16:06:37 UTC
Git commit 756628553dc55a73cfefa5589ce383ffa95868c1 by Nate Graham, on behalf of David Redondo.
Committed on 19/05/2021 at 16:06.
Pushed by ngraham into branch 'Plasma/5.22'.

Fix crash when target is destroyed before monitor

The target is saved as a QPointer inside VolumeMonitor. This is generally
a good idea since its lifetime is managed somewhere else. However in this
case this means we are not noticing when it is deleted and cannot distinguish
that from not having a set target. When the VolumeObject is deleted before
the monitor, it would fail to unset the pulseaudio callbacks resulting in
them being called after destruction.


(cherry picked from commit 1982415fc2abdd39a8eeaf4b68a53e05c9571395)

M  +4    -1    src/volumemonitor.cpp
M  +1    -1    src/volumemonitor.h

https://invent.kde.org/plasma/plasma-pa/commit/756628553dc55a73cfefa5589ce383ffa95868c1