Summary: | pulseaudio -k causes Plasma to crash | ||
---|---|---|---|
Product: | [Plasma] plasma-pa | Reporter: | Victor B. Gonzalez <bugs.kde.org.id324> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, bwalk, dougt901-2012, johnoshaugh, kde, lenar, mensoif_gerard, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.4.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-pa/8d36ea6a28b55dfc41cb05e1c09c4364353c4b84 | Version Fixed In: | 5.4.2 |
Sentry Crash Report: |
Description
Victor B. Gonzalez
2015-08-20 06:57:36 UTC
>The crash can be reproduced every time.
Tried here. Seems to be fine.
Can you check against 5.4.0 when that lands in Fedora.
I can reproduce this in Plasma 5.4.0. Git commit 8d36ea6a28b55dfc41cb05e1c09c4364353c4b84 by Harald Sitter. Committed on 10/09/2015 at 12:37. Pushed by sitter into branch 'Plasma/5.4'. do not crash when context gets defunct & implement respawn context getting lost means we must destory all our references to pulse objects. however we only nuked them from the map which incidentially didn't remove them from the models so plasma/kcm would crash when trying to refresh. also implement respawn when the context dies, since no data isn't particularly useful either REVIEW: 125138 FIXED-IN: 5.4.2 CHANGELOG: Improved handling of PulseAudio disappearing during runtime M +21 -11 src/context.cpp M +1 -1 src/context.h M +6 -1 src/maps.h http://commits.kde.org/plasma-pa/8d36ea6a28b55dfc41cb05e1c09c4364353c4b84 *** Bug 353009 has been marked as a duplicate of this bug. *** KDE 4.14.11, Plasma 5.4.1, Qt 5.5.0, Kernel 4.1.7 on Fedora 22. I just tried "pulseaudio -k" in a terminal just to see if this bug is truly fixed and unfortunately, Plasma crashed again. *** Bug 353378 has been marked as a duplicate of this bug. *** *** Bug 352898 has been marked as a duplicate of this bug. *** *** Bug 354331 has been marked as a duplicate of this bug. *** Victor: you're using Plasma 5.4.1 commit in #2 says FIXED-IN: 5.4.2 Yes, I'm on 5.4.2 and after a couple pulseaudio -k experiments, plasmashell no longer crashes :) Thanks! |