Summary: | [KMail] crash when deleting a message | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sami Boukortt <sami> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | donald |
Priority: | NOR | ||
Version First Reported In: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Backtrace after rebuilding kdepimlibs with debug info |
Description
Sami Boukortt
2011-07-14 21:48:08 UTC
>#6 0x00007fb9a0ad9da4 in ?? () from /usr/lib/libakonadi-kde.so.4 >#7 0x00007fb9a0ad9e84 in Akonadi::Entity::Entity(Akonadi::Entity const&) () from /usr/lib/libakonadi-kde.so.4 > The crash can be reproduced every time. In this case, it would be useful if your kdepim module had its debug symbols. Created attachment 61890 [details]
Backtrace after rebuilding kdepimlibs with debug info
pasting inline Thread 1 (Thread 0x7f55799bd760 (LWP 16830)): [KCrash Handler] #6 QSharedDataPointer<Akonadi::EntityPrivate>::QSharedDataPointer (this=0x7fffb9d63660, o=...) at /usr/include/QtCore/qshareddata.h:93 #7 0x00007f5573450f70 in assignEntityPrivate (one=..., other=<value optimized out>) at /var/abs/extra/kdepimlibs/src/kdepimlibs-4.6.5/akonadi/entity.cpp:49 #8 0x00007f5573450fe4 in Akonadi::Entity::Entity (this=0x7fffb9d636c0, other=...) at /var/abs/extra/kdepimlibs/src/kdepimlibs-4.6.5/akonadi/entity.cpp:56 #9 0x00007f55726f09fd in MailCommon::FolderCollection::collection() const () from /usr/lib/libmailcommon.so.4 #10 0x00007f55787c0a15 in KMMainWidget::trashMessageSelected(long) () from /usr/lib/libkmailprivate.so.4 #11 0x00007f55787d4184 in KMMainWidget::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkmailprivate.so.4 #12 0x00007f55777017fa in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #13 0x00007f5577bcfb62 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4 It works now. Appearently, KMail could just not find any “Trash” folder for this particular account. My mistake. *** Bug 277930 has been marked as a duplicate of this bug. *** *** Bug 278824 has been marked as a duplicate of this bug. *** |