Summary: | konsole crashes with segfault upon command execution | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | kth5 <alex.bldck> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dev |
Priority: | NOR | Keywords: | drkonqi |
Version: | 23.08.4 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/c2485b48743ae97fb15c6a503f0cb598ad30e887 | Version Fixed In: | |
Sentry Crash Report: |
Description
kth5
2024-01-02 22:12:57 UTC
Are you able to try on a Qt6/KF6 version? Qt5/KF5 isn't being maintained any longer. 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! A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1010 Git commit c2485b48743ae97fb15c6a503f0cb598ad30e887 by Kurt Hindenburg, on behalf of Luis Javier Merino MorĂ¡n. Committed on 02/07/2024 at 22:15. Pushed by hindenburg into branch 'master'. Avoid UB on 32 bit targets Shifting an operand by a shift amount greater than or equal to the width of that operand results in UB, which can happen when shifting an unsigned long on a 32 bit target by an amount from 0 to 63. This is probably the cause of the crash at the following bug: M +3 -3 src/terminalDisplay/TerminalDisplay.cpp https://invent.kde.org/utilities/konsole/-/commit/c2485b48743ae97fb15c6a503f0cb598ad30e887 *** Bug 477592 has been marked as a duplicate of this bug. *** |