Summary: | crash upon logout | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | Andriy Gapon <avg> |
Component: | general | Assignee: | Lubos Lunak <l.lunak> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | skrll |
Priority: | NOR | ||
Version: | 0.4 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andriy Gapon
2010-10-03 18:40:52 UTC
I get this crash with NetBSD-current and KDE 4.5.3. If I make ksmserver always use the curtain logout effect the crash goes away. SVN commit 1216540 by fredrik: Fix ksmserver crash in ~FadeEffect() on logout Use _mm_free() for image->data because it was allocated with _mm_alloc() in the constructor. Otherwise this might lead to a crash in XDestroyImage(). The crash is 100% reproducible on kfreebsd-amd64. Patch by Modestas Vainius <modax@debian.org> BUG: 253142 CCMAIL: modax@debian.org M +2 -0 fadeeffect.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1216540 |