Summary: | Opening a non-existent file from the "Projects" view of the project plugin can lead to a crash | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Christian Gruber <christian_gruber> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kdedev, waqar.17a |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 24.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/145116/events/b14f4b30b17d452e8316b56d6d0ed6f4/ |
Description
Christian Gruber
2025-03-10 10:30:45 UTC
Thank you for the bug report. I'm not able to reproduce this on git-master. Unfortunately the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: #9 0x000072fb5c3b1a49 in ?? () from /usr/lib/libQt6Core.so.6 #18 0x000072fb5d56a156 in ?? () from /usr/lib/libQt6Widgets.so.6 Could you please install debug symbols and attach a new symbolicated backtrace generated by using coredumpctl gdb in a terminal window? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl for details about how to do this. Thanks again! (In reply to TraceyC from comment #1) > Thank you for the bug report. I'm not able to reproduce this on git-master. > Unfortunately the backtrace is incomplete and missing debug symbols for the > following lines that we need to figure out exactly what's going wrong: > > #9 0x000072fb5c3b1a49 in ?? () from /usr/lib/libQt6Core.so.6 > #18 0x000072fb5d56a156 in ?? () from /usr/lib/libQt6Widgets.so.6 > > Could you please install debug symbols and attach a new symbolicated > backtrace generated by using coredumpctl gdb in a terminal window? See > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl > for details about how to do this. > > Thanks again! I'm sorry, at the moment I haven't found any instructions on how to install debug symbols for Qt. I have been using the KDE crash reporting tool, which unfortunately does not automatically install the required debug symbols. Could you give me some advice? *** This bug has been marked as a duplicate of bug 500241 *** |