Summary: | Inform the user why backtrace parsing is impossible and what to do about it. | ||
---|---|---|---|
Product: | [Applications] drkonqi | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | backtraceparsing | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | Flags: | 4wy78uwh:
performance-
|
Priority: | NOR | ||
Version First Reported In: | 5.27.9 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | https://bugs.kde.org/show_bug.cgi?id=270002#c15 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=270002 | ||
Latest Commit: | https://invent.kde.org/plasma/drkonqi/-/commit/34cc1171c26d72dc423cbe0f10d03ac541b3d1e6 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Debug symbol silent installation failure. |
Description
Roke Julian Lockhart Beedell
2023-12-05 13:59:41 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/drkonqi/-/merge_requests/261 Git commit 34cc1171c26d72dc423cbe0f10d03ac541b3d1e6 by Harald Sitter. Committed on 27/08/2024 at 11:24. Pushed by sitter into branch 'master'. backtracegenerator: cache raw debugger output and give the user access to it this now means we capture both stdout and stderr. shouldn't be a huge problem because we ultimately run the output through the gdb parser anyway and that filters out most of the noise. plus, we mostly care about the traces in sentry anyway and those are generated by the preamble and clean. there are two ways to get the data - the inlinemessage now sports a details link that opens a txt file - via the developer view, which no longer shows a useless error there area also now verbosity lines to mark the beginning and the end of the debugging session Related: bug 477586, bug 474116, bug 491820 M +53 -2 src/backtracegenerator.cpp M +7 -0 src/backtracegenerator.h M +2 -3 src/qml/DeveloperPage.qml M +16 -1 src/qml/main.qml https://invent.kde.org/plasma/drkonqi/-/commit/34cc1171c26d72dc423cbe0f10d03ac541b3d1e6 |