[kmail2] [Bug 427236] KMail crashes after closing e-mail window

2020-10-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427236

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.75
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kxmlgui/commit/f431b
   ||93e11640b1ef6bf53cf04c8c7a5
   ||a4b5e091
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Nate Graham  ---
Git commit f431b93e11640b1ef6bf53cf04c8c7a5a4b5e091 by Nate Graham.
Committed on 02/10/2020 at 13:31.
Pushed by ngraham into branch 'master'.

[kmainwindow] Don't delete entries from an invalid kconfiggroup

If for some reason the config group we're trying to delete entries from
doesn't exist, the app will assert in KConfigGroup::deleteEntry in
`Q_ASSERT_X(isValid(), "KConfigGroup::deleteEntry", "accessing an
invalid group");`

So let's guard against that by only deleting the entry from the config
group if the group itself is valid. Maybe it's not, for some reason.
FIXED-IN: 5.75

M  +3-1src/kmainwindow.cpp

https://invent.kde.org/frameworks/kxmlgui/commit/f431b93e11640b1ef6bf53cf04c8c7a5a4b5e091

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 427236] KMail crashes after closing e-mail window

2020-10-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427236

Nate Graham  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #4 from Nate Graham  ---
*** Bug 427242 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 427236] KMail crashes after closing e-mail window

2020-10-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427236

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/27

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 427236] KMail crashes after closing e-mail window

2020-10-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427236

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1
   Priority|NOR |VHI
   Severity|normal  |critical
   Keywords||regression

--- Comment #2 from Nate Graham  ---
Okay, I think I know how to fix this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 427236] KMail crashes after closing e-mail window

2020-10-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=427236

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
https://invent.kde.org/frameworks/kxmlgui/-/commit/ab43b986f3de20ff15b6438e56bfe29428bee3b1
it's a bug from kxmlgui

-- 
You are receiving this mail because:
You are watching all bug changes.