https://bugs.kde.org/show_bug.cgi?id=356470
Sudhir Khanger changed:
What|Removed |Added
CC||sud...@sudhirkhanger.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=356470
David Edmundson changed:
What|Removed |Added
Latest Commit||http://commits.kde.org/plas
https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #8 from David Strobach ---
(In reply to Paul Konecny from comment #7)
> I just received the update for plasma-workspace 5.5.1 and the issue seems
> fixed.
> Neither kquitapp plasmashell nor a normal shutdown trigger the segfault now.
>
>
https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #7 from Paul Konecny ---
I just received the update for plasma-workspace 5.5.1 and the issue seems
fixed.
Neither kquitapp plasmashell nor a normal shutdown trigger the segfault now.
Can you guys confirm this?
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=356470
David Edmundson changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #5 from lal...@atlas.cz ---
The guilty plasmoid is in my case "org.kde.muonnotifier", which for some reason
failed to load, but its task destructor is called at shutdown nevertheless:
invalid fallback path in ""
could not load plasma applet
https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #4 from lal...@atlas.cz ---
The value of m_applet in
applets/systemtray/plugin/protocols/plasmoid:PlasmoidTask::~PlasmoidTask() is
sometimes NULL.
The crash can be "fixed" by simple
if (m_applet)
m_applet->destroy();
but I suppose
https://bugs.kde.org/show_bug.cgi?id=356470
lal...@atlas.cz changed:
What|Removed |Added
CC||lal...@atlas.cz
--- Comment #3 from lal...@atl
https://bugs.kde.org/show_bug.cgi?id=356470
Raghavendra kamath changed:
What|Removed |Added
CC||raghavendr.ra...@gmail.com
--- Comment #2
https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #1 from Paul Konecny ---
Happens on logout too.
I'm compiling Qt 5.5 with debugging now. When it's finished I'll get you a more
complete trace.
Cheers!
--
You are receiving this mail because:
You are watching all bug changes.
10 matches
Mail list logo