| Summary: | Crash when closing main window while being prompted for root password | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Flupp <Flupp+bugs.kde.org> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/partitionmanager/-/commit/39c73d36eae90ccbe415c75ffb6e6846594bfaad | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Flupp
2022-03-16 13:30:50 UTC
This is partially fixed (it does not ask for password repeatedly). Although there is still crash if you close the main window and then close polkit authentication dialog Crash is caused by event loop that we started here https://invent.kde.org/system/partitionmanager/-/blob/master/src/gui/mainwindow.cpp?ref_type=heads#L193 When MainWindow::closeEvent is called, we need to handle the case that polkit authorization might be in progress and quit that event loop first. Git commit 39c73d36eae90ccbe415c75ffb6e6846594bfaad by Andrius Štikonas. Committed on 10/07/2024 at 18:06. Pushed by stikonas into branch 'master'. Fix crash when closing main window while prompted for root password. M +6 -5 src/gui/mainwindow.cpp M +1 -0 src/gui/mainwindow.h https://invent.kde.org/system/partitionmanager/-/commit/39c73d36eae90ccbe415c75ffb6e6846594bfaad |