Summary: | pk-update-icon from gnome-package-kit kills plasma on login | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Sebastian Vahl <deadbabylon> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | edgar, l.lunak, Panajev, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | gdb output of plasma crash |
Description
Sebastian Vahl
2008-03-11 23:43:14 UTC
Additional note: currently the desktop file for pk-update-icon contains the entry "NotShowIn=KDE;XFCE;". If I remove this line plasma isn't crashing anymore (at least in my test since then). But IMHO this line should not crash plasma at all. *** Bug 158177 has been marked as a duplicate of this bug. *** I cannot reproduce. And also the backtrace doesn't make sense - QWidget::create() does not call XVisualIDFromVisual() in Qt4. Maybe your distribution has patches for Qt4 that cause this? fwiw, Fedora uses (only) qt-copy patches When Plasma crashes next time, please attach gdb to it ("gdb -p <pid>", you can get pid e.g. using "pidof plasma"). Then type repeatedly "up" until you get up to SystemTrayWidget::x11Event. Then please post the whole output from the commands. Created attachment 23881 [details]
gdb output of plasma crash
Comment on attachment 23881 [details]
gdb output of plasma crash
pidof plasma gave me three pids, but only one of them was useful to get the
requestet information about SystemTrayWidget::x11Event. I've attached the whole
output of gdb in an attachement.
SVN commit 785140 by lunakl: Check whether the to-be-embedded window has been destroyed meanwhile. BUG: 159167 M +8 -3 systemtraycontainer.cpp M +1 -1 systemtraycontainer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=785140 *** Bug 159351 has been marked as a duplicate of this bug. *** confirmed patch works as advertised, thanks! |