Bug 364786 - KMail crashes after selecting a contact in comopse Message
Summary: KMail crashes after selecting a contact in comopse Message
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail2
Classification: Applications
Component: composer (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-06-26 19:36 UTC by Alex Fiestas
Modified: 2018-10-28 03:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Fiestas 2016-06-26 19:36:56 UTC
KMail is hitting an assert when I select a contact in the "new email" composer. This happens everytime.

Bt:
#0  0x00007ffff128f295 in raise () from /usr/lib/libc.so.6
#1  0x00007ffff12906da in abort () from /usr/lib/libc.so.6
#2  0x00007ffff1f323ce in qt_message_fatal (context=..., message=<synthetic pointer>) at /home/afiestas/kde5/qt5/qtbase/src/corelib/global/qlogging.cpp:1680
#3  QMessageLogger::fatal (this=this@entry=0x7fffffffd4d0, msg=msg@entry=0x7ffff21ce3e0 "ASSERT: \"%s\" in file %s, line %d")
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/global/qlogging.cpp:793
#4  0x00007ffff1f2dcae in qt_assert (assertion=<optimized out>, file=<optimized out>, line=<optimized out>)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/global/qglobal.cpp:3091
#5  0x00007ffff605649a in Akonadi::JobPrivate::handleResponse (this=0x3ccaa50, tag=5, response=...)
    at /home/afiestas/kde5/source/akonadi/src/core/jobs/job.cpp:69
#6  0x00007ffff6017f0a in Akonadi::SessionPrivate::handleCommand (this=0x20f5e70, tag=5, cmd=...)
    at /home/afiestas/kde5/source/akonadi/src/core/session.cpp:143
#7  0x00007ffff6019bcf in Akonadi::Session::qt_static_metacall (_o=0x3ce71a0, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fff40b1aca0)
    at /home/afiestas/kde5/build/akonadi/src/core/moc_session.cpp:117
#8  0x00007ffff213ef41 in QObject::event (this=0x3ce71a0, e=<optimized out>) at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qobject.cpp:1263
#9  0x00007ffff29e33ec in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x3ce71a0, e=0x7fff40b1a9f0)
    at /home/afiestas/kde5/qt5/qtbase/src/widgets/kernel/qapplication.cpp:3799
#10 0x00007ffff29ea571 in QApplication::notify (this=0x7fffffffdec0, receiver=0x3ce71a0, e=0x7fff40b1a9f0)
    at /home/afiestas/kde5/qt5/qtbase/src/widgets/kernel/qapplication.cpp:3556
#11 0x00007ffff2114368 in QCoreApplication::notifyInternal2 (receiver=0x3ce71a0, event=event@entry=0x7fff40b1a9f0)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:988
#12 0x00007ffff21169bd in QCoreApplication::sendEvent (event=0x7fff40b1a9f0, receiver=<optimized out>)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qcoreapplication.h:231
#13 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x626780)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1649
#14 0x00007ffff2116e28 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1503
#15 0x00007ffff21655d3 in postEventSourceDispatch (s=0x670900) at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:276
#16 0x00007fffdd87bdd7 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#17 0x00007fffdd87c040 in ?? () from /usr/lib/libglib-2.0.so.0
#18 0x00007fffdd87c0ec in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#19 0x00007ffff21659df in QEventDispatcherGlib::processEvents (this=0x670210, flags=...)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
#20 0x00007ffff21128ea in QEventLoop::exec (this=this@entry=0x7fffffffdd20, flags=..., flags@entry=...)
    at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qeventloop.cpp:210
#21 0x00007ffff211a9ed in QCoreApplication::exec () at /home/afiestas/kde5/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1261
#22 0x000000000040486f in main (argc=1, argv=0x7fffffffe048) at /home/afiestas/kde5/source/kdepim/kmail/src/main.cpp:155

Reproducible: Always

Steps to Reproduce:
1.Open KMAil
2.Click new email
3.Search for a contact
4.Select one of the contacts included in the result
Comment 1 Denis Kurz 2017-05-19 11:15:15 UTC
Alex, which version did you experience this with? Judging from the paths in your trace, it is a Frameworks-based version. Was it git master at the time? Apart from that, 15.12 and 16.04 had been released at thet time, but 15.12 only contained the "Technology Preview" version 5.0.x of KDE PIM. So... did you ever experience this with a released version? What was the latest version you experienced this with? Has it been fixed since then?
Comment 2 Andrew Crouthamel 2018-09-28 02:35:03 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-10-28 03:24:18 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!