Summary: | konsole crash with run cargo run command | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | fantasy <fantasysquare> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | fanzhuyifan, kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
attachment-2487629-0.html |
Description
fantasy
2024-01-26 01:48:30 UTC
I'm afraid konsole 22.12.3 is unfortunately no longer eligible for support or maintenance from KDE. Plasma is a fast-moving project, and bugs in one version are often fixed in the next one. Please update to konsole 23.08.4 as soon as your distro offers it to you. If you need support for konsole 22.12.3, please contact your distro, who bears the responsibility of providing support for older non-LTS releases. If this issue is still reproducible in konsole 23.08.4 or konsole 24.02, feel free to re-open this bug report. Thanks for understanding! Created attachment 169085 [details]
New crash information added by DrKonqi
konsole (22.12.3) using Qt 5.15.8
I ran npm start on a project (meteor app), then at some point (i might have selected some text) it crashed. I'm running i3 on debian.
-- Backtrace (Reduced):
#4 0x00007f89d0467bca in Konsole::Screen::setSelectionEnd(int, int, bool) () from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1
[...]
#6 0x00007f89d04cbe0c in Konsole::TerminalDisplay::extendSelection(QPoint const&) () from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#7 0x00007f89d04cc1ca in Konsole::TerminalDisplay::mouseMoveEvent(QMouseEvent*) () from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#8 0x00007f89cfba4db8 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9 0x00007f89cfb62fae in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
Created attachment 169091 [details] attachment-2487629-0.html fixed in newer versions, just update. On Thu, 2 May 2024 at 07:59 Renan LE CARO <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=480349 > > --- Comment #2 from Renan LE CARO <kde@lecaro.me> --- > Created attachment 169085 [details] > --> https://bugs.kde.org/attachment.cgi?id=169085&action=edit > New crash information added by DrKonqi > > konsole (22.12.3) using Qt 5.15.8 > > I ran npm start on a project (meteor app), then at some point (i might have > selected some text) it crashed. I'm running i3 on debian. > > -- Backtrace (Reduced): > #4 0x00007f89d0467bca in Konsole::Screen::setSelectionEnd(int, int, bool) > () > from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1 > [...] > #6 0x00007f89d04cbe0c in Konsole::TerminalDisplay::extendSelection(QPoint > const&) () from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1 > #7 0x00007f89d04cc1ca in > Konsole::TerminalDisplay::mouseMoveEvent(QMouseEvent*) () from > /lib/x86_64-linux-gnu/libkonsoleprivate.so.1 > #8 0x00007f89cfba4db8 in QWidget::event(QEvent*) () from > /lib/x86_64-linux-gnu/libQt5Widgets.so.5 > #9 0x00007f89cfb62fae in QApplicationPrivate::notify_helper(QObject*, > QEvent*) > () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5 > > -- > You are receiving this mail because: > You are the assignee for the bug. |