| Summary: | Kate preview crash Kate when closing documents from tab bar | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Filipe Azevedo <pasnox> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | a.samirh78, christoph, matheusniceasn, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 18.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kate/5d28eaaf904185c8662079621ea3ba139f158822 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Filipe Azevedo
2018-09-12 21:08:30 UTC
IIUC, the backtrace isn't complete, you need to at least install the debug package for kate. 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! The issue is still present and i can now reliably reproduce it: - Have a tree of markdown files in a hierarchy of folders - Have the root folder be a git repository - open this repository as a project in kate - open multiple files from the project panel - activate the preview panel - click on each document in the top tab bar (please note that i enabled the top tabbar in plus to the document panel) - when the last tab bar entry on the right is active, close it from its close button - crash up ? Please add a backtrace with debug symbols. Adding ktexteditorpreviewplugin mainter for inspection. Not a maintainer anymore, so removing myself from cc: Proposed patch: https://phabricator.kde.org/D19637 Git commit 5d28eaaf904185c8662079621ea3ba139f158822 by loh tar. Committed on 26/03/2019 at 14:07. Pushed by lohtar into branch 'master'. PreviewWidget: Avoid preview update when doc type is not supported Differential Revision: https://phabricator.kde.org/D19637 M +7 -5 addons/preview/previewwidget.cpp https://commits.kde.org/kate/5d28eaaf904185c8662079621ea3ba139f158822 Created attachment 176565 [details]
New crash information added by DrKonqi
kate (23.08.5) using Qt 5.15.13
Estava analisando um arquivo, e ao fecha-lo da aba de arquivos abertos, o Kate fechou inesperadamente.
-- Backtrace (Reduced):
#4 0x00007ae511ac1502 in Kate::TextRange::~TextRange() () from /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
#5 0x00007ae511ac1725 in Kate::TextRange::~TextRange() () from /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
[...]
#8 0x00007ae511c77684 in KTextEditor::MainWindow::viewChanged(KTextEditor::View*) () from /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
[...]
#10 0x00007ae513ec7d71 in KateViewManager::viewChanged(KTextEditor::View*) () from /lib/x86_64-linux-gnu/libkateprivate.so.23.08.5
#11 0x00007ae513eceb95 in KateViewManager::activateView(KTextEditor::View*) () from /lib/x86_64-linux-gnu/libkateprivate.so.23.08.5
Hi, please re-try this with a more up-to-date version, thanks! |