Summary: | Plasma crashes on screen resize (RandR 1.1, inside NX session) | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Josh Berry <des> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Josh Berry
2007-12-22 18:09:19 UTC
SVN commit 751884 by chani: don't crash if view() is null is there something better we can return in this situation? BUG: 154486 M +3 -2 systemtray.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=751884 Hmm.. is the panel being destroyed and recreated on a screen resize? That's about the only case where view() could be null. Your fix is the only way I could see to work around it too. scene() is *never* guaranteed to be valid and must always be checked before usage. the fix is correct. |