Summary: | kgpg crash when changing key trust | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Jaak Ristioja <jaak> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akos, dczekay, katonag, psamim, tmt_vdl |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kgpg/55e53874dcaf9b677b2ae6b5b859bb22f34f77f3 | Version Fixed In: | 17.04.3 |
Sentry Crash Report: | |||
Attachments: | proposed fix |
Description
Jaak Ristioja
2016-12-19 20:04:09 UTC
*** Bug 375363 has been marked as a duplicate of this bug. *** *** Bug 376367 has been marked as a duplicate of this bug. *** Kgpg 16.12.2 also has this problem on openSUSE Tumbleweed (Qt: 5.7.1, frameworks: 5.30.0). The crash only occurs if setting Ultimate trust level. Any other level can be set. the bug is still present in openSuse Tumbleweed 16.12.3-1.1 I confirm the bug on KaOS (KDE Frameworks 5.35.0, Qt 5.9.0 (built against 5.9.0), KGPG 17.04.2). I confirm the bug on KaOS (KDE Frameworks 5.35.0, Qt 5.9.0 (built against 5.9.0), KGPG 17.04.2). Created attachment 106116 [details]
proposed fix
It tries to update an object that already is in destruction. Can someone please try the patch and report back? Git commit 55e53874dcaf9b677b2ae6b5b859bb22f34f77f3 by Rolf Eike Beer. Committed on 28/06/2017 at 16:52. Pushed by dakon into branch 'Applications/17.04'. prevent updates to already deleted dialog FIXED-IN:17.04.3 M +8 -2 keyinfodialog.cpp https://commits.kde.org/kgpg/55e53874dcaf9b677b2ae6b5b859bb22f34f77f3 |