Summary: | crash while installing new theme for KDM | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | m.wege |
Component: | kcm_kdm | Assignee: | kdm bugs tracker <kdm-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | echidnaman |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
m.wege
2009-01-17 19:35:32 UTC
i can confirm that when trying to install themes with a bogus download location (e.g., OxySlack) just nothing happens. we definitely need better error handling here. however, i cannot reproduce the crash. your backtrace is a bit useless, as you compiled with too much optimization (also use -fno-reorder-blocks -fno-schedule-insns -fno-inline if you need -O at all). fwiw, you did not state what version/revision you are using. I did not compile myself. I use Kubuntu packages for RC1. So I only will be able to give a better backtrace if the RC2 packages are better. We have a downstream report of this crash happening with KDE 4.2.0: https://launchpad.net/bugs/326064 SVN commit 944767 by cfeck: Do not access empty file list BUG: 178853 BUG: 181090 M +4 -2 kdm-theme.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=944767 SVN commit 944768 by cfeck: Do not access empty file list (backport r944767) CCBUG: 178853 CCBUG: 181090 M +4 -2 kdm-theme.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=944768 |