| Summary: | Save File Dialog crash when double clicking (to open folder) any field other than the "Name" field | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | ulterno |
| Component: | Open/save dialogs | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | aleixpol, kde, kde, kdelibs-bugs-null, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 6.15.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/206988/events/cec78b42331b4ab495e6c530874b710f/ | ||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
ulterno
2025-06-27 12:32:14 UTC
Created attachment 182721 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
if (m_operationMode == KFileWidget::Saving && index.isValid() && m_ops->selectedItems().constFirst().isFile()) {
Probably m_ops->selectedItems() being empty and then constFirst() is garbage.
Interesting I can't reproduce with the native dialog but the portal one. Nevermind it also happens with the native dialog, you have to double click a file Moving to KIO I can't reproduce this with Frameworks 6.17 or later. Is anyone else still able to? (In reply to Nate Graham from comment #5) > I can't reproduce this with Frameworks 6.17 or later. Is anyone else still > able to? On Arch, I am still able to. You should find a report on Sentry with the bug no. in the description. KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 Just ran pacman -Syu before testing (there was no KDE package to update as I had recently updated). Did you make sure NOT to change the view mode before clicking on the other field? ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |