Summary: | Konsole Add-On Installer crashes when entering a search term | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | dave.ouellette |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mp107+bugs.kde.org, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/knewstuff/commit/a3050ecff9bb830880554725a0eaf0cdb06b7575 | Version Fixed In: | 5.80 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
dave.ouellette
2018-12-21 17:04:32 UTC
I can't reproduce - I wonder what Debian is doing differently. Created attachment 126954 [details]
New crash information added by DrKonqi
konsole (18.04.0) using Qt 5.11.3
- What I was doing when the application crashed:
1. Opened new Konsola window
2. Went to menu: "Settings" ("Ustawienia") -> "Edit current profile" ("Edytuj bieżący profil") -> Look/Outfit? (not sure about English translateion) tab ("Wygląd") -> "Get new..." (lack of translation, shows English text)
3. Opened window "Downloading new packets - Konsola" ("Pobieranie nowych pakietów - Konsola"). On bottom of the window there is an error information "Incorrect settings file: "konsole.knsrc"" ("Nieprawidłowy plik ustawień: "konsole.knsrc"").
4. Started to type any text in "Search" ("Znajdź") field. At this moment the application crashed.
Comments in brackets are labels/texts in Polish language.
The error occurs every time I go this path.
There is no "konsole.knsrc" file in localizations:
* /etc/xdg/konsole.knsrc
* $HOME/.config/konsole.knsrc
I have not removed it before.
- Custom settings of the application:
* Konsole look/outfit set to "Black on white"
* OS language set to Polish
* Tabs set to top
-- Backtrace (Reduced):
#6 0x00007f27c062fc76 in KNSCore::Cache::requestFromCache(KNSCore::Provider::SearchRequest const&) () from /lib/x86_64-linux-gnu/libKF5NewStuffCore.so.5
#7 0x00007f27c063c214 in KNSCore::Engine::setSearchTerm(QString const&) () from /lib/x86_64-linux-gnu/libKF5NewStuffCore.so.5
[...]
#10 0x00007f27c1b09d62 in QLineEdit::textChanged(QString const&) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
[...]
#13 0x00007f27c1b11155 in QWidgetLineControl::textChanged(QString const&) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x00007f27c1b144be in QWidgetLineControl::finishChange(int, bool, bool) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
Can you do a 'locate konsole.knsrc' ? You're also using an older version although it included konsole.knsrc. In the meantime I have reinstalled the Debian 10.3 KDE on both host and twice on virtual machine. I can confirm the issue persisted on all (now 5) tested instances. After fresh installation on virtual machine as well as for my up to date host I found no "konsole.knsrc" file in the whole filesystem (`sudo find / -name "konsole.knsrc"` returned no results). The steps I made: 0. Debian image: debian-live-10.3.0-amd64-kde.iso, installation offline 1. Selected graphical installer mode 2. Selected language: 4x Polish, once English 3. All others - default Can you enter a bug report on Debian's site? It might be a packaging issue. Regardless, Konsole shouldn't crash. Probably caused by the nested event loop from KNS3::DownloadDialog::exec(). Konsole still crashes when entering a search term in 'Get New..." when the konsole.knsrc file is missing. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/knewstuff/-/merge_requests/102 Git commit a3050ecff9bb830880554725a0eaf0cdb06b7575 by Alexander Lohnau. Committed on 12/02/2021 at 09:44. Pushed by alex into branch 'master'. qtquickengine: Check if KNSCore::Engine is valid before searching Otherwise the application would crash, which should not happen in any case. FIXED-IN: 5.80 M +3 -2 src/qtquick/quickengine.cpp https://invent.kde.org/frameworks/knewstuff/commit/a3050ecff9bb830880554725a0eaf0cdb06b7575 |