Bug 387903 - Infinite Recursion in messagelist
Summary: Infinite Recursion in messagelist
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: message list (show other bugs)
Version: Git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 389804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-12-14 15:46 UTC by Allen Winter
Modified: 2019-07-30 21:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
full backtrace (gzip'd due to size) (788.98 KB, application/gzip)
2017-12-21 19:39 UTC, Allen Winter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Allen Winter 2017-12-14 15:46:53 UTC
looks like this is specific to one of my folders.  My threading is standard mailing list

basically boils down to:
#0  0x00007fb92a7bee41 in MessageList::Core::MessageItem::topmostMessage (this=0x39732b0) at /data/kde/src/5/kde/pim/messagelib/messagelist/src/core/messageitem.cpp:525
525         if (!parent()) {
[Current thread is 1 (Thread 0x7fba57dce900 (LWP 19580))]
#0  0x00007fb92a7bee41 in MessageList::Core::MessageItem::topmostMessage() (this=0x39732b0) at /data/kde/src/5/kde/pim/messagelib/messagelist/src/core/messageitem.cpp:525
#1  0x00007fb92a7bee88 in MessageList::Core::MessageItem::topmostMessage() (this=0x3c9b830) at /data/kde/src/5/kde/pim/messagelib/messagelist/src/core/messageitem.cpp:529
repeat forever and ever
Comment 1 Allen Winter 2017-12-14 18:26:08 UTC
if I change the aggregation to "Activity by Date, Flat", then I can access the folder contents again without hitting the infinite recursion.

but as soon as I select the Aggregation back to "Standard Mailing List" it gets stuck again.
Comment 2 Allen Winter 2017-12-17 16:16:35 UTC
In the web-interface for my email:
 * made a temporary folder
 * moved all the messages from the bad folder to the temporary folder

things work fine in the temporary folder from KMail now.
Comment 3 Allen Winter 2017-12-21 19:39:28 UTC
Created attachment 109477 [details]
full backtrace (gzip'd due to size)
Comment 4 Allen Winter 2018-02-02 22:40:29 UTC
*** Bug 389804 has been marked as a duplicate of this bug. ***
Comment 5 Allen Winter 2018-02-02 22:47:19 UTC
possible fix at https://phabricator.kde.org/D10255
Comment 6 Allen Winter 2019-07-30 21:01:55 UTC
this was fixed by Albert a couple months ago.