| Summary: | (steps) SystemSetting crashes after going to Keyboard/Standard shortcuts and pressing Overview(back) | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Dario Andres <andresbajotierra> |
| Component: | general | Assignee: | System Settings Bugs <sourtooth+ssbugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | finex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dario Andres
2009-07-18 16:17:16 UTC
SVN commit 999137 by bcooksley: Fix crash for Standard Keyboard Shortcuts with a workaround. Makes closing modules faster anyway. CCBUG: 199830 CCBUG: 200665 M +2 -0 ModuleView.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999137 SVN commit 999146 by bcooksley: Fix crash for Standard Keyboard Shortcuts with a workaround. Makes closing modules faster anyway CCBUG: 199830 CCBUG: 200665 M +2 -0 ModuleView.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999146 @Dario: did the Ben's commit fix the crash? Ok, I can confirm it doesn't crash anymore using:
Qt: 4.5.2 (KDE-Qt git commit 46a247a2c9a8c0c4456a02f6a0922d859d88fe76
Date: Fri Jun 26 13:45:37 2009 +0200)
KDE: 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717))
kdelibs svn rev. 999250 / kdebase svn rev. 999250
on ArchLinux i686 - Kernel 2.6.30.1
Thanks!
Just as a final note to future searchers: It appears that the Standard Keyboard Shortcuts module, or classes it uses cannot handle being deleted while shown and cause major internal corruption ( for the ModuleView class here, which is the modules creator and grand parent ), which is the real cause of the crash. |