Summary: | Crash selecting month view | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Jose <getaceres> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kilian, smartins, thomas.luebking |
Priority: | NOR | ||
Version First Reported In: | 4.2.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Crash backtrace |
Description
Jose
2009-04-20 18:32:54 UTC
Created attachment 32962 [details]
Crash backtrace
Which theme are you using (oxygen, bespin, etc) ? Which calendar resource are you using? (akonadi, *.ics file resource, remote resource, groupware, etc) ? i am having exactly he same bug on a fresh kubuntu jaunty install, using bespin, an .ics file resource and the birthday resource I'm using Bespin and it does not happen with oxygen. I suppose you can close this bug as it is related to Bespin theme. Confirmed, happens on animated tab transitions (so switching them off will help you) Nevertheles, i'd rate this a bug in korganizer. (all i do is to call the widget to please render itself) The problem is that MonthGraphicsView::drawBackground(.) relies on MonthView::reloadIncidences() has been called (and the map is built) as mScene->mMonthCellMap[int] is checked for being NULL in other places, it should catch a NULL cell here as well?! I'll work around that by blacklisting the widget, but errr.. i refuse this bug from my side :P (it may take some time though, as sth. related to korganizer seems to keep the style lib in RAM, so i guess i need to restart kde to actually make it load the new style lib) SVN commit 957305 by smartins: Don't crash with bespin theme. BUG: 190191 M +7 -0 monthscene.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=957305 SVN commit 957313 by smartins: Backport r957305 by smartins from trunk to the 4.2 branch: Don't crash with bespin theme. Didn't notice Thomas Lubking debugged the issue as well, thanks. CCBUG: 190191 M +7 -0 monthscene.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=957313 |