Summary: | Crash when sending OSC 4 (RGB) color outside 256 color table | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Luis Bocanegra <luisbocanegra17b> |
Component: | emulation | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | luisbocanegra17b |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/0f1738548fb7ec8e7db92a425181e3880271f43b | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | script with the osc 4 commands |
Description
Luis Bocanegra
2024-10-06 11:17:40 UTC
Created attachment 174479 [details]
script with the osc 4 commands
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1032 Actually this shorted copy-paste-able version of the commands produces the same crash echo '\e]4;-1;#ff0000\e]' echo '\e]4;257;#ff0000\e]' Git commit faaf7cd17f3b87b402f44ff9dab80c0f1f6e73df by Matan Ziv-Av, on behalf of Luis Bocanegra. Committed on 07/10/2024 at 13:16. Pushed by matan into branch 'master'. Fix crash when sending OSC 4 (RGB) color outside the 256 range M +3 -0 src/Vt102Emulation.cpp https://invent.kde.org/utilities/konsole/-/commit/faaf7cd17f3b87b402f44ff9dab80c0f1f6e73df Git commit 0f1738548fb7ec8e7db92a425181e3880271f43b by Matan Ziv-Av, on behalf of Luis Bocanegra. Committed on 07/10/2024 at 13:36. Pushed by matan into branch 'release/24.08'. Fix crash when sending OSC 4 (RGB) color outside the 256 range M +3 -0 src/Vt102Emulation.cpp https://invent.kde.org/utilities/konsole/-/commit/0f1738548fb7ec8e7db92a425181e3880271f43b |