Bug 474440 - Console crashes while using the touchscreen
Summary: Console crashes while using the touchscreen
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 23.08.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-09-12 06:38 UTC by Reimar
Modified: 2024-09-21 15:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reimar 2023-09-12 06:38:38 UTC
Application: konsole (23.08.0)

Qt Version: 5.15.10
Frameworks Version: 5.109.0
Operating System: Linux 6.4.12-1-default x86_64
Windowing System: X11
Distribution: "openSUSE Tumbleweed"
DrKonqi: 5.27.7 [KCrashBackend]

-- Information about the crash:
I have a three sccreen setup, where one screen is a ThinkVision M14t touch screen. Normally I don't use the touch but when I do so it crashes the windows where the mouse pointer is in. Even the desktop for that screen crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault

[KCrash Handler]
#4  QHash<int, QWindowSystemInterface::TouchPoint>::isEmpty (this=0x8) at ../../../../include/QtCore/../../src/corelib/tools/qhash.h:285
#5  QXcbConnection::xi2ProcessTouch (this=0x55e6eaf700d0, xiDevEvent=0x7f8dd4005ec0, platformWindow=0x55e6eb457750) at qxcbconnection_xi2.cpp:629
#6  0x00007f8de46f2e2b in QXcbConnection::handleXcbEvent (this=this@entry=0x55e6eaf700d0, event=event@entry=0x7f8dd4005ec0) at qxcbconnection.cpp:715
#7  0x00007f8de46f4376 in QXcbConnection::processXcbEvents (this=0x55e6eaf700d0, flags=...) at qxcbconnection.cpp:1063
#8  0x00007f8de471b1a3 in xcbSourceDispatch (source=<optimized out>) at qxcbeventdispatcher.cpp:103
#9  0x00007f8de8b169d8 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#10 0x00007f8de8b16de8 in ?? () from /lib64/libglib-2.0.so.0
#11 0x00007f8de8b16e7c in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#12 0x00007f8deab464a6 in QEventDispatcherGlib::processEvents (this=0x55e6eb13e860, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#13 0x00007f8deaaebffb in QEventLoop::exec (this=this@entry=0x7ffe4eff3e10, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#14 0x00007f8deaaf4490 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#15 0x000055e6e9945125 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/konsole-23.08.0/src/main.cpp:271
[Inferior 1 (process 25761) detached]

Reported using DrKonqi
Comment 1 Christoph Cullmann 2024-09-21 15:41:31 UTC
Please re-try that with a recent Qt 6 based release, a lot such things got fixed there.