[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-19 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||bugs.kde.or...@gcth.net

--- Comment #17 from Denis Kurz  ---
*** Bug 369035 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-17 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||jama...@fep.up.pt

--- Comment #16 from Denis Kurz  ---
*** Bug 368837 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-17 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

--- Comment #15 from Denis Kurz  ---
*** Bug 368496 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-16 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

   Version Fixed In|16.08.1 |16.08.2

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/mess
   ||agelib/c335c60684fb6de58fae
   ||567234c72277a3b1bf58
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||16.08.1

--- Comment #14 from Daniel Vrátil  ---
Git commit c335c60684fb6de58fae567234c72277a3b1bf58 by Daniel Vrátil.
Committed on 15/09/2016 at 08:42.
Pushed by dvratil into branch 'Applications/16.08'.

Expire dying parent from threading cache before processing children

Fixes a crash in the Model when a thread leader is removed and
ViewJob for its children is started to re-attach the subtree
to a new parent node. The second pass would then get a pointer
to the now-deleted parent from the threading cache leading to
a crash eventually.

This patch makes sure the parent is expired from the cache
before the ViewJobs are started. The cache miss triggers actual
threading calculation in Pass2 and Pass3 and updates our cache.
FIXED-IN: 16.08.1

M  +5-1messagelist/src/core/model.cpp
M  +1-0messagelist/src/core/threadingcache.h

http://commits.kde.org/messagelib/c335c60684fb6de58fae567234c72277a3b1bf58

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

[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-14 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-13 Thread Stephan Diestelhorst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Stephan Diestelhorst  changed:

   What|Removed |Added

 CC||stephan.diestelhorst@gmail.
   ||com

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-09 Thread Friedrich W . H . Kossebau via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||kosse...@kde.org

--- Comment #13 from Friedrich W. H. Kossebau  ---
The pattern for me so far is that these crashes happen when I delete the
root-email of a thread, with the thread unfolded.

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-07 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||achim.her...@wodca.de

--- Comment #9 from Denis Kurz  ---
*** Bug 368387 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-07 Thread Achim Herwig via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

--- Comment #12 from Achim Herwig  ---
Thanks for the heads-up - a bad workaround is still better than none.

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-07 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||denis.kurz+kdebugs@posteo.d
   ||e

--- Comment #11 from Denis Kurz  ---
Judging from all the other bug reports, this seems to be triggered by the
removal of a message from a threaded message list. It has been reported for
manual deletion of a message, manual moves of a message to another folder,
applying a filter manually and "crashing in the background" (automatically
applied filter on incoming mail, I guess).

Suggestions for workarounds: avoid threaded view for a while, or at least don't
move mails while in threaded view. This includes mail filters. Of course, I
know that these are not very practical, sorry...

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-07 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||vojtech.zei...@opensuse.org

--- Comment #10 from Denis Kurz  ---
*** Bug 368400 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-06 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||christian.saem...@gmx.de

--- Comment #6 from Denis Kurz  ---
*** Bug 368150 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-06 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

--- Comment #8 from Denis Kurz  ---
*** Bug 368323 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-06 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||muzhm...@centrum.sk

--- Comment #7 from Denis Kurz  ---
*** Bug 368231 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-01 Thread Heiko Becker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Heiko Becker  changed:

   What|Removed |Added

 CC||heire...@exherbo.org

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-01 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||martin+...@serafean.cz

--- Comment #5 from Denis Kurz  ---
*** Bug 366862 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-01 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

--- Comment #3 from Denis Kurz  ---
*** Bug 367031 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-01 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Denis Kurz  changed:

   What|Removed |Added

 CC||kirichenk...@gmail.com

--- Comment #4 from Denis Kurz  ---
*** Bug 368092 has been marked as a duplicate of this bug. ***

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-07-19 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

--- Comment #2 from Laurent Montel  ---
Dan some news ?
I have several crashs from day.
I think if there is not a solution I will revert cache threading for 5.3.0 to
avoid it.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-07-02 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Laurent Montel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||dvra...@kde.org,
   ||mon...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Laurent Montel  ---
I added Dan who created this code (threading cache)
Indeed I saw some crash too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs