Summary: | KDED crashed while cancelling several auth dialogs | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Davide Ferrari <vide80> |
Component: | kpasswdserver | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, ahartmetz, andresbajotierra, lemma |
Priority: | NOR | ||
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Davide Ferrari
2009-06-30 09:52:00 UTC
I wonder if this could be related to bug 192525. Thanks Git commit 5bc40921e72dd26e2228145b03591a9feb675666 by Dawit Alemayehu. Committed on 24/04/2011 at 19:41. Pushed by adawit into branch 'KDE/4.6'. Implemented the required copy constructor and assignment operator for ExtraFields since it used in a Qt container (QMap). CCBUG: 256712 CCBUG: 198396 M +22 -8 kio/kio/authinfo.cpp M +3 -2 kio/kio/authinfo.h http://commits.kde.org/kdelibs/5bc40921e72dd26e2228145b03591a9feb675666 Git commit dd869f1ac4ab1734f5f30cdfbb806c855890c042 by Dawit Alemayehu. Committed on 24/04/2011 at 19:41. Pushed by adawit into branch 'master'. Implemented the required copy constructor and assignment operator for ExtraFields since it used in a Qt container (QMap). CCBUG: 256712 CCBUG: 198396 (cherry picked from commit 7e3b712fd7584df70eaa4e247658fd91a1fdf9eb) M +22 -8 kio/kio/authinfo.cpp M +3 -2 kio/kio/authinfo.h http://commits.kde.org/kdelibs/dd869f1ac4ab1734f5f30cdfbb806c855890c042 Is this still an issue in more recent versions of KDE, v4.8 or higher ? This should no longer happen since multiple authorization dialogs will not be launched for the same process by the password server. If this is still an issue with the latest version of KDE, v4.13 or higher, feel free to reopen this bug report. |