Bug 502935 - Crash in PulseAudioQt::Profile::availability() when bluetooth audio device connection changes
Summary: Crash in PulseAudioQt::Profile::availability() when bluetooth audio device co...
Status: REPORTED
Alias: None
Product: pulseaudio-qt
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 1.3
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Nicolas Fella
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2025-04-17 14:01 UTC by Vojtěch Sázel
Modified: 2025-04-17 20:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report: https://crash-reports.kde.org/organizations/kde/issues/164348/events/6af2fbe065c84812951295367757d728/


Attachments
New crash information added by DrKonqi (119.26 KB, text/plain)
2025-04-17 14:01 UTC, Vojtěch Sázel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtěch Sázel 2025-04-17 14:01:33 UTC
Application: plasmashell (6.3.4)

ApplicationNotResponding [ANR]: false
Qt Version: 6.8.2
Frameworks Version: 6.13.0
Operating System: Linux 6.14.2-300.vanilla.fc42.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 42 (KDE Plasma Desktop Edition)"
DrKonqi: 6.3.4 [CoredumpBackend]

-- Information about the crash:
It seems that after my headphones disconnected, it crashed.

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#4  0x00007f6dfdbf9de8 in PulseAudioQt::Profile::availability() const () at /lib64/libKF6PulseAudioQt.so.5
#5  0x00007f6dfdc7b3de in ListItemMenu::createMenu() () at /usr/lib64/qt6/qml/org/kde/plasma/private/volume/libplasma-volume-declarative.so
#6  0x00007f6dfdc7d938 in ListItemMenu::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () at /usr/lib64/qt6/qml/org/kde/plasma/private/volume/libplasma-volume-declarative.so
#7  0x00007f6dfdc7e2d7 in ListItemMenu::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib64/qt6/qml/org/kde/plasma/private/volume/libplasma-volume-declarative.so
#8  0x00007f6eb8d318d2 in QQmlObjectOrGadget::metacall(QMetaObject::Call, int, void**) const () at /lib64/libQt6Qml.so.6


Reported using DrKonqi
Comment 1 Vojtěch Sázel 2025-04-17 14:01:34 UTC
Created attachment 180354 [details]
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.
Comment 2 Kai Uwe Broulik 2025-04-17 18:09:44 UTC
createMenu() is only called when you click the menu button on the relevant device (or right click), did you do that?
Comment 3 Vojtěch Sázel 2025-04-17 20:25:45 UTC
probably yes, I'm having issues with headphones a lot, they sometimes disconnect and not reconnecting sometimes, but I think that's not probably KDE problem as it does in Gnome as well.