Bug 465211
| Summary: | korganizer freezing | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Csaba Ortutay <ortutay> | ||||||
| Component: | kdepim | Assignee: | Kevin Kofler <kevin> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 9 | CC: | jreznik, kevin, ltinkl, rdieter, than | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 3.5.10-3.fc9 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-03-25 16:10:57 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Csaba Ortutay
2008-10-02 06:56:11 UTC
The offending update must have been the kdepim 3.5.10 update. Unfortunately, your backtrace does not contain any line numbers because you do not have debugging information installed. Could you please install the relevant debugging information with: su -c "debuginfo-install kdepim" and post the resulting backtrace? See: https://fedoraproject.org/wiki/StackTraces for more information. Created attachment 319196 [details]
Kcrash report of korganizer with debuginfo
This is the kcrash report on korganizer after I have installed the debuginfo packages.
The offending line:
> if ( mIncidence->type() == "Todo" ) {
There's a comment earlier in that function:
//HACK
// to reproduce a crash:
// 1. start Kontact with the Calendar as the initial module
// 2. immediately select the summary (which must include appt and to-do)
// causes a crash for me every time in this method unless we make
// the following check
if ( !mIncidence )return;
but apparently mIncidence can't just be NULL, it can also be an invalid pointer. :-(
Looks like this might be the same bug as: https://bugs.kde.org/show_bug.cgi?id=171651 However, that bug is filed against 4.1.67, this is 3.5.10, apparently the bug got backported. :-( There's also another upstream bug with the same backtrace (crash at the same line): https://bugs.kde.org/show_bug.cgi?id=171787 but triggered by different user actions. (In reply to comment #4) > There's also another upstream bug with the same backtrace (crash at the same > line): > https://bugs.kde.org/show_bug.cgi?id=171787 > but triggered by different user actions. I have found this too but for me it also crashes in other than week views. Yours sounds more like https://bugs.kde.org/show_bug.cgi?id=171651 . This is fixed in 4.2.1 by: http://websvn.kde.org/?view=rev&revision=924024 I'll see if I can backport this to F9's kdepim 3.5.10. Fix committed to CVS, 3.5.10-3.fc9 now building in Koji. http://koji.fedoraproject.org/koji/taskinfo?taskID=1242710 New build attempt (the above build failed due to an issue with KMail and the current kernel headers): http://koji.fedoraproject.org/koji/taskinfo?taskID=1242748 kdepim-3.5.10-3.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/kdepim-3.5.10-3.fc9 kdepim-3.5.10-3.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update kdepim'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-2750 kdepim-3.5.10-3.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |