Summary: | kconsole crashes when resizing with a transparent background under MetaFrame for UNIX 1.1 Feature Release 1 (with patches) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Russ LeBar <Russell.J.LeBar> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Russ LeBar
2003-03-05 22:11:29 UTC
I believe this is fixed in the CVS HEAD branch. This was caused by a bug in kdelibs' KPixmapIO function not properly checking the shared memory function returns. see Bug #42441 Was it backported to KDE_3_1_BRANCH or not? Yups: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/kdeui/kpixmapio.cpp.diff?r1=1.23&r2=1.23.4.1&only_with_tag=KDE_3_1_BRANCH Revision 1.23.4.1 / (download) - annotate - [select for diffs], Fri Feb 14 08:47:54 2003 UTC (3 weeks ago) by lunakl Branch: KDE_3_1_BRANCH Changes since 1.23: +50 -31 lines Diff to previous 1.23 (colored) Backport fix for #42441 . with Lubos's fix it definitly shouldn't crash anymore and with my kpixmapio fixes in HEAD it shouldn't even give the error (but that's not backported as it's suboptimal - Lubos is promising a cleaner version in Qt) |