[kontact] [Bug 449872] Kontact crashed while trying to reply to email

Sven Eden bugzilla_noreply at kde.org
Thu Feb 10 07:50:57 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=449872

--- Comment #2 from Sven Eden <sven.eden at gmx.de> ---
Interesting...
Adams and my crash happened about around the same time, yesterday...

Both go through
(Adam) KMComposerWin::slotRecipientAdded(MessageComposer::RecipientLineNG*)
(this=0x562d31d2fe70, line=<optimized out>) at
kmail-21.12.2/src/editor/kmcomposerwin.cpp:3776
( me )   KMComposerWin::slotRecipientAdded(MessageComposer::RecipientLineNG*)
(this=0x556321561410, line=<optimized out>) at
kmail-21.12.2/src/editor/kmcomposerwin.cpp:3776

Then
(Adam) QGpgME::QGpgMEAddUserIDJob::start(GpgME::Key const&, QString const&,
QString const&, QString const&) (this=0x562d32e9f830, key=..., name=...,
email=..., comment=<optimized out>) at qt/src/qgpgmeadduseridjob.cpp:82
( me )    QGpgME::QGpgMEAddUserIDJob::start(GpgME::Key const&, QString const&,
QString const&, QString const&) (this=0x55632406a610, key=..., name=...,
email=..., comment=...) at qgpgmeadduseridjob.cpp:82

Before that the stack consists of: (shortened)
#33 src/widgets/widgets/qlineedit.cpp:318
#34 src/klineedit.cpp:371
#35 src/pimcommonakonadi/addressline/addresslineedit/addresseelineedit.cpp:249
#36 src/recipient/recipientline.cpp:169
#37 src/recipient/recipientline.cpp:135
#38 src/libkdepim/multiplyingline/multiplyinglineeditor.cpp:50
#39 src/recipient/recipientseditor.cpp:102

I think that this is an odd stack for an application startup.

When I start KMail only, it also crashes and consists of this in the stack
trace: (I have reformatted the lines to point at what DrKonqi presented me in
red)

#20 0x00007f1649f142af in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**)
  (sender=sender at entry=0x560d43431dd0,
             m=m at entry=0x7f1649067800
<MessageComposer::RecipientLineNG::staticMetaObject>,
             local_signal_index=local_signal_index at entry=2,
             argv=argv at entry=0x0)                             <=== argv=0x0 ?
marked red by DrKonqi
  at src/corelib/kernel/qobject.cpp:3946
#21 0x00007f1648f5be03 in MessageComposer::RecipientLineNG::countChanged()
  (this=this at entry=0x560d43431dd0)
  at
messagecomposer/src/KF5MessageComposer_autogen/LXYSN6NNNG/moc_recipientline.cpp:481
#22 0x00007f1648fb4ffe in MessageComposer::RecipientLineNG::analyzeLine(QString
const&)
  (this=0x560d43431dd0, text=<optimized out>)
at messagecomposer/src/recipient/recipientline.cpp:120

Why does starting kmail call the message composer at all?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list