Summary: | Kate crashes when right clicking on a toolbar button before a file was loaded | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Benjamin Huth <benjamin-huth> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | christoph, dhaumann, matthew.linux |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 21.12.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screen video showing the crash |
Description
Benjamin Huth
2022-02-17 09:20:56 UTC
This seems also to happen when I open an e.g. *.cpp file and then right click on the greyed-out button after some time. So it seems to be related with the fact that the external-tool is only enabled with a certain file extension Hmm, tried to reproduce this but failed so far. I added some button that is only active for C++ files, nothing happens if I click on the greyed out state. Created attachment 146933 [details]
Screen video showing the crash
Today I also could only reproduce the crash with right-clicking the python-only button very quickly after loading the file. I recorded a small screen-video to illustrate this.
Hmm, can't reproduce, sorry. Did you get any other backtrace then the one below in the other crashes? I can confirm this issue. I can trigger almost every time when I start a new kate session (or change it to another one) and rightclick on an empty space of the toolbar. Kate: 22.04.0, Appimage version on Ubuntu 20.04.04 You don't have to click on an empty space, it crashes on any part of the toolbar. Running kate on one CPU fixes/hides (/making it very unlikely to happen) the issue: taskset -a -c 1 ./kate-22.04.0-485-linux-64-gcc.AppImage It is not always repruducable, just do a few Session->New Session; Rigth click on toolbar cycle to trigger the issue with different delay between these actions. (In reply to Pozsgay Máté from comment #6) > Running kate on one CPU fixes/hides (/making it very unlikely to happen) the > issue: taskset -a -c 1 ./kate-22.04.0-485-linux-64-gcc.AppImage It is just less likely to crash, beeing very quick with the right click after the new session still results a pretty consitent crash. Can really not reproduce, please test again with e.g. version 22.12.x (In reply to Christoph Cullmann from comment #8) > Can really not reproduce, please test again with e.g. version 22.12.x Neither can I, it looks like it is fixed. I'm currently on version 23.03.70 Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Actually it seems to be fixed for me as well with kate 22.12.1. Cannot reproduce anymore. Thank you all anyways! |