[kontact] [Bug 408675] KMail crashes sometimes when clicking on toolbar button "Reply"

2020-10-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=408675

David Faure  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #5 from David Faure  ---
This is excellent news, thanks!

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

[kontact] [Bug 408675] KMail crashes sometimes when clicking on toolbar button "Reply"

2020-09-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408675

armen...@yandex.ru changed:

   What|Removed |Added

 CC||armen...@yandex.ru

--- Comment #4 from armen...@yandex.ru ---
It's Qt bug, now it's fixed
https://bugreports.qt.io/browse/QTBUG-80528

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

[kontact] [Bug 408675] KMail crashes sometimes when clicking on toolbar button "Reply"

2020-04-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=408675

--- Comment #3 from David Faure  ---
My wife has been hitting this crash regularly for the last few years.
Let's try to see what frame #6 might be.

One possibility would be:
#5  QMenuSloppyState::stopTimer() { m_time.stop(); }
QMenuSloppyState::reset()
#6  QMenuSloppyState::enter()
#7  QMenu::enterEvent(QEvent*)

But for #5 to crash, `this` must be deleted, but then the other member vars
accessed in reset() would crash too.

Alternatively, this comes from m_parent->childEnter().

#5  QMenuSloppyState::stopTimer() { m_time.stop(); }
QMenuSloppyState::childEnter() on the parent
#6  QMenuSloppyState::enter()  calls m_parent->childEnter();
#7  QMenu::enterEvent(QEvent*)

This seems more likely, m_parent would be a dangling pointer. But m_parent only
happens with submenus...
There are submenus in the "Reply" toolbutton, but the mouse is nowhere near
those... or maybe that's what triggers it?

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

[kontact] [Bug 408675] KMail crashes sometimes when clicking on toolbar button "Reply"

2020-04-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=408675

David Faure  changed:

   What|Removed |Added

Summary|Kontact random crashes  |KMail crashes sometimes
   ||when clicking on toolbar
   ||button "Reply"
 CC||fa...@kde.org

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