[konsole] [Bug 474961] New: Crash while selecting scrolling text

Charles Samuels bugzilla_noreply at kde.org
Thu Sep 28 02:10:15 BST 2023


https://bugs.kde.org/show_bug.cgi?id=474961

            Bug ID: 474961
           Summary: Crash while selecting scrolling text
    Classification: Applications
           Product: konsole
           Version: 22.12.3
          Platform: Debian stable
                OS: Linux
            Status: REPORTED
          Keywords: drkonqi
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: konsole-devel at kde.org
          Reporter: charles at derkarl.org
  Target Milestone: ---

Application: konsole (22.12.3)

Qt Version: 5.15.8
Frameworks Version: 5.103.0
Operating System: Linux 6.1.0-11-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux 12 (bookworm)
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Note: this is not https://bugs.kde.org/show_bug.cgi?id=458822, because I'm
using a version newer than v22.08.3

I can reproduce this by:

1. Run a program that generates a lot of text in Konsole:

 while true; do echo $RANDOM; sleep 0.005; done

2. Have the machine be under a lot of CPU load

3. Consider nicing +20 the konsole process

4. Start selecting text as it scrolls by, move the mouse around like a psycho.

You may need to tweak the number "0.005"

The crash can be reproduced every time.

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

[KCrash Handler]
#4  __pthread_kill_implementation (threadid=<optimized out>,
signo=signo at entry=6, no_tid=no_tid at entry=0) at ./nptl/pthread_kill.c:44
#5  0x00007f7da74a9d9f in __pthread_kill_internal (signo=6, threadid=<optimized
out>) at ./nptl/pthread_kill.c:78
#6  0x00007f7da745af32 in __GI_raise (sig=sig at entry=6) at
../sysdeps/posix/raise.c:26
#7  0x00007f7da7445472 in __GI_abort () at ./stdlib/abort.c:79
#8  0x00007f7da729d919 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#9  0x00007f7da72a8e1a in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007f7da72a8e85 in std::terminate() () from
/lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007f7da72a90d8 in __cxa_throw () from
/lib/x86_64-linux-gnu/libstdc++.so.6
#12 0x00007f7da72a026d in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#13 0x00007f7da8e9c040 in Konsole::Screen::setSelectionEnd(int, int, bool) ()
from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#14 0x00007f7da8e9df4f in ?? () from
/lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#15 0x00007f7da8effe0c in Konsole::TerminalDisplay::extendSelection(QPoint
const&) () from /lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#16 0x00007f7da8f001ca in
Konsole::TerminalDisplay::mouseMoveEvent(QMouseEvent*) () from
/lib/x86_64-linux-gnu/libkonsoleprivate.so.1
#17 0x00007f7da85a4db8 in QWidget::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x00007f7da8562fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#19 0x00007f7da856b552 in QApplication::notify(QObject*, QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x00007f7da78b16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f7da856965e in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x00007f7da85bdbd8 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x00007f7da85c0f60 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x00007f7da8562fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x00007f7da78b16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x00007f7da7d3d3ed in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#27 0x00007f7da7d11cac in
QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#28 0x00007f7da14fbeca in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#29 0x00007f7da5c607a9 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f7da5c60a38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f7da5c60acc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f7da7909836 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x00007f7da78b017b in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#34 0x00007f7da78b82d6 in QCoreApplication::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#35 0x000055e281354e4c in ?? ()
#36 0x00007f7da74461ca in __libc_start_call_main
(main=main at entry=0x55e281354690, argc=argc at entry=1,
argv=argv at entry=0x7ffed4a9f6d8) at ../sysdeps/nptl/libc_start_call_main.h:58
#37 0x00007f7da7446285 in __libc_start_main_impl (main=0x55e281354690, argc=1,
argv=0x7ffed4a9f6d8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7ffed4a9f6c8) at ../csu/libc-start.c:360
#38 0x000055e281355301 in ?? ()
[Inferior 1 (process 712370) detached]

Reported using DrKonqi

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list