Bug 462430 - Konsole crashed at tab close
Summary: Konsole crashed at tab close
Status: RESOLVED DUPLICATE of bug 458822
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 22.08.3
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-11-30 10:19 UTC by Mark
Modified: 2023-01-10 17:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark 2022-11-30 10:19:42 UTC
Application: konsole (22.08.3)

Qt Version: 5.15.7
Frameworks Version: 5.100.0
Operating System: Linux 6.0.10-300.fc37.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 37 (KDE Plasma)
DrKonqi: 5.26.3 [KCrashBackend]

-- Information about the crash:
I had several Konsole windows open. In one of them, the window was split vertically. While closing the split with a standard keyboard shortcut, an error report appeared. The split was closed and the rest of the Konsole continued to run normally.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Konsole (konsole), signal: Aborted

[KCrash Handler]
#4  0x00007f5dbcaafe7c in __pthread_kill_implementation () from /lib64/libc.so.6
#5  0x00007f5dbca5faa6 in raise () from /lib64/libc.so.6
#6  0x00007f5dbca497fc in abort () from /lib64/libc.so.6
#7  0x00007f5dbccd7e80 in std::__glibcxx_assert_fail(char const*, int, char const*, char const*) () from /lib64/libstdc++.so.6
#8  0x00007f5dbe879257 in Konsole::Screen::setSelectionEnd(int, int, bool) () from /lib64/libkonsoleprivate.so.1
#9  0x00007f5dbe8d2abe in Konsole::TerminalDisplay::extendSelection(QPoint const&) () from /lib64/libkonsoleprivate.so.1
#10 0x00007f5dbe8d71c3 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) () from /lib64/libkonsoleprivate.so.1
#11 0x00007f5dbdff1818 in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#12 0x00007f5dbdfaed12 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#13 0x00007f5dbdfb7382 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#14 0x00007f5dbd2a8278 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#15 0x00007f5dbdfb5482 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /lib64/libQt5Widgets.so.5
#16 0x00007f5dbe00ab7c in QWidgetWindow::handleMouseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5
#17 0x00007f5dbe00df40 in QWidgetWindow::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#18 0x00007f5dbdfaed12 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#19 0x00007f5dbd2a8278 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#20 0x00007f5dbd76ae7d in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib64/libQt5Gui.so.5
#21 0x00007f5dbd74a02c in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Gui.so.5
#22 0x00007f5dbb3e23f4 in userEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5WaylandClient.so.5
#23 0x00007f5dbb666cbf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#24 0x00007f5dbb6bc598 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#25 0x00007f5dbb663f40 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#26 0x00007f5dbd2f938a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#27 0x00007f5dbd2a6cca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#28 0x00007f5dbd2aed92 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#29 0x000056042c8997d1 in main ()
[Inferior 1 (process 9394) detached]

Reported using DrKonqi
Comment 1 ninjalj 2022-11-30 21:02:16 UTC

*** This bug has been marked as a duplicate of bug 458822 ***
Comment 2 ninjalj 2022-11-30 21:05:41 UTC
The stacktrace doesn't seem to fit the description. It corresponds to a crash while extending the selection via shift+left mouse button.
Comment 3 Oded Arbel 2023-01-10 17:55:29 UTC
Looks to be a dup of #458822 - which is marked resolve though I still encounter the issue - but its probably better having a single discussion where some work was already done.

*** This bug has been marked as a duplicate of bug 458822 ***