Summary: | Korganiser crashes on start | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Kevin Swift <kdebugs> |
Component: | KResource compat bridges | Assignee: | Kevin Krammer <krammer> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | holavec, kdebugs, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Kevin Swift
2012-02-20 10:21:45 UTC
Hmm. Summary says that KOrganizer crashes, but backtrace looks like a crash of the Akonadi KCal resource like in bug 294485 so this is most likely a duplicate of that one. In any case: which plugin do you use with the traditional calendar resource? How do I tell which plugin I am using? Config file location perhaps? You may be correct about the process that is crashing, the error is reported when korganizer is used, but that window remains. (In reply to comment #2) > How do I tell which plugin I am using? Config file location perhaps? It is the first selection step in the wizard for creating a traditional KDE calendar resource. But you can also determine it from the config file. In your KDE config directory, look for config files names akonadi_kcal_resource_Nrc (where N is a number). check the entry called ResourceType [kevins@quad ~]$ find .config .kde -name '*kcal*' -print .config/akonadi/agent_config_akonadi_kcal_resource_0 .config/akonadi/agent_config_akonadi_kcal_resource_0_changes.dat .kde/share/config/kcalcrc .kde/share/config/akonadi_kcal_resource_0rc .kde/share/config/libkcal_htmlexportrc $ cat .config/akonadi/agent_config_akonadi_kcal_resource_0 [Agent] Online=true Name=Calendar $ cat .kde/share/config/akonadi_kcal_resource_0rc [General] PassiveResourceKeys= ResourceKeys=aruhbo0iUl Standard=aruhbo0iUl [Resource_aruhbo0iUl] CalendarURL[$e]=file:///mylife/documents/MyCal ResourceIdentifier=aruhbo0iUl ResourceIsActive=true ResourceIsReadOnly=false ResourceName=Calendar ResourceType=localdir Created attachment 68990 [details]
New crash information added by DrKonqi
akonadi_kcal_resource (4.7) on KDE Platform 4.7.4 (4.7.4) using Qt 4.8.0
Just started korganizer - another example of the crash if it helps.
This crash means that korganizer is unusable as it is unable to load any existing calander data.
-- Backtrace (Reduced):
#6 begin (this=0xa8) at /usr/include/QtCore/qlist.h:101
#7 contains (this=0xa8, t=<synthetic pointer>) at /usr/include/QtCore/qlist.h:874
#8 removeRef (t=0x3210df0, this=0xa8) at /usr/src/debug/kdepimlibs-4.7.4/kcal/listbase.h:118
#9 KCal::Incidence::removeRelation (this=0x3211850, incidence=0x3210df0) at /usr/src/debug/kdepimlibs-4.7.4/kcal/incidence.cpp:535
#10 0x00007fcfc1d9e35b in KCal::Incidence::~Incidence (this=0x3210df0, __in_chrg=<optimized out>) at /usr/src/debug/kdepimlibs-4.7.4/kcal/incidence.cpp:207
Created attachment 86624 [details]
New crash information added by DrKonqi
akonadi_kcal_resource (4.12) on KDE Platform 4.12.4 using Qt 4.8.5
- What I was doing when the application crashed:
Nothing special. It just crashes when periodic update (sync) of remote calendar (traditional type calendar) is set.
- Custom settings of the application:
-- Backtrace (Reduced):
#5 0x0000003268a54524 in KCal::Incidence::removeRelation(KCal::Incidence*) () from /usr/lib64/libkcal.so.4
#6 0x0000003268a54945 in KCal::Incidence::~Incidence() () from /usr/lib64/libkcal.so.4
#7 0x0000003268a59da9 in KCal::Event::~Event() () from /usr/lib64/libkcal.so.4
#8 0x0000000000411c39 in Akonadi::Payload<boost::shared_ptr<KCal::Incidence> >::~Payload() ()
#9 0x000000326652a6fe in Akonadi::ItemPrivate::~ItemPrivate() () from /usr/lib64/libakonadi-kde.so.4
The KResource compatibility bridges don't exist anymore with KDE PIM 15.08. |