Summary: | KOrganizer crashes when creating event | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Alexander Potashev <aspotashev> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | dabeeza, dura, felicien.pillot |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Alexander Potashev
2016-01-07 15:27:22 UTC
KDEPIM 15.12.0 Created attachment 113135 [details]
New crash information added by DrKonqi
korganizer (5.8.1) using Qt 5.11.0
- What I was doing when the application crashed:
Adding a new (a first) event in a manually created ICAL calendar
- Custom settings of the application:
Deleting the default calendar (std.ics) because it didn't appear in calendars list ; creating a new one (in ~/.local/share/apps/korganizer)
-- Backtrace (Reduced):
#8 0x00007f2fc384144a in __gnu_cxx::__verbose_terminate_handler () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#9 0x00007f2fc38479d6 in __cxxabiv1::__terminate(void (*)()) () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:47
#10 0x00007f2fc3847a13 in std::terminate () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:57
#11 0x00007f2fc3847c48 in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x7f2fc033f270 <typeinfo for Akonadi::PayloadException>, dest=0x7f2fbffc1250 <Akonadi::PayloadException::~PayloadException()>) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
#12 0x00007f2fbffc7737 in Akonadi::Item::throwPayloadException(int, int) const () from /usr/lib/libKF5AkonadiCore.so.5
*** Bug 400378 has been marked as a duplicate of this bug. *** Created attachment 124913 [details]
New crash information added by DrKonqi
korganizer (5.13.0 (19.12.0)) using Qt 5.14.0
Same crash here with applications 19.12.0.
-- Backtrace (Reduced):
#12 0x00007f00b967627c in Akonadi::Item::throwPayloadException (this=0x18f3090, spid=0, mtid=12) at /bsources/akonadi-19.12.0/akonadi-19.12.0/src/core/item.cpp:645
#13 0x00007f00b9686495 in Akonadi::Item::payloadImpl<QByteArray> (this=0x18f3090) at /bsources/akonadi-19.12.0/akonadi-19.12.0/src/core/item.h:879
#14 0x00007f00b96860aa in Akonadi::Item::payload<QByteArray> (this=0x18f3090) at /bsources/akonadi-19.12.0/akonadi-19.12.0/src/core/item.h:848
#15 0x00007f00b9684910 in Akonadi::DefaultItemSerializerPlugin::serialize (this=0x7f00b98a9ed0 <Akonadi::(anonymous namespace)::Q_QGS_s_defaultItemSerializerPlugin::innerFunction()::holder>, item=..., label=..., data=..., version=@0x7ffc33e631d4: 0) at /bsources/akonadi-19.12.0/akonadi-19.12.0/src/core/itemserializer.cpp:64
#16 0x00007f00b968535e in Akonadi::ItemSerializer::serialize (item=..., label=..., data=..., version=@0x7ffc33e631d4: 0) at /bsources/akonadi-19.12.0/akonadi-19.12.0/src/core/itemserializer.cpp:148
Hi everyone, This problems is solved for me by running /usr/bin/update-mime-database /usr/share/mime and /usr/bin/update-mime-database /usr/kde5/share/mime (as kde5 is installed under /usr/kde5 on my system). So this in not a KDE bug but an installation or distro issue. |