https://bugs.kde.org/show_bug.cgi?id=449350
Bug ID: 449350 Summary: DrmGpu::findWorkingCombination failed to find any functional combinations Product: kwin Version: 5.23.5 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: platform-drm Assignee: kwin-bugs-n...@kde.org Reporter: mathew.warzyn...@gmail.com Target Milestone: --- Created attachment 146060 --> https://bugs.kde.org/attachment.cgi?id=146060&action=edit debug log output Possibly related to https://bugs.kde.org/show_bug.cgi?id=438789. However, fix proposed in the comments were pushed to 5.22 and I observe a similar issue at 5.23. SUMMARY While having KDE running, when I connect an external monitor to the dock the `kwin_wayland` crashes. It works fine if I start KDE with the external monitor already connected. `kwin_wayland_drm` seems to be unable to find a functional combination after a new external monitor via dock is connected. STEPS TO REPRODUCE 1. Disconnect external monitor (or dock), 2. Start KDE with Wayland (`XDG_SESSION_TYPE=wayland dbus-run-session startplasma-wayland`), 3. Connect external monitor (or dock), 4. -- crash -- OBSERVED RESULT KDE exits to tty, loads up again (from scratch) with external monitor working fine. Since the whole KDE exits it also closes all working GUI applications (like web browser), so that I have to open all of them once again. EXPECTED RESULT KDE should not crash. KDE should use the new monitor. SOFTWARE/OS VERSIONS OS: ArchLinux ``` ~ uname -a Linux mia 5.16.3-arch1-1 #1 SMP PREEMPT Thu, 27 Jan 2022 14:18:25 +0000 x86_64 GNU/Linux ``` KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Graphics Platform: Wayland ADDITIONAL INFORMATION Interesting logs from "debug log output": ``` kwin_wayland_drm: DrmGpu::findWorkingCombination failed to find any functional combinations! Reverting to the old configuration! kwin_wayland_drm: Could not set cursor: Bad file descriptor kwin_wayland_drm: Could not set cursor: Bad file descriptor kwin_wayland_drm: Could not set cursor: Bad file descriptor kwin_wayland_drm: Failed to update cursor on output "eDP-1" kwin_wayland_drm: Could not set cursor: Bad file descriptor kwin_wayland_drm: New gpu found: "" kwin_wayland_drm: failed to open drm device at "" kwin_wayland_drm: Received change event for monitored drm device "/dev/dri/card0" The Wayland connection broke. Did the Wayland compositor die? The Wayland connection broke. Did the Wayland compositor die? kdeinit5: PID 76335 terminated. (EE) failed to read Wayland events: Broken pipe kdeinit5_wrapper: Warning: connect(/run/user/1000/kdeinit5__13) failed: : No such file or directory Error: Can not contact kdeinit5! startplasma-waylandsession: Starting up...startplasma-waylandsession: Shutting down... startplasma-waylandsession: Done. ``` (I pasted full log as an attachment as context might be helpful.) Crash backtrace: ``` (gdb) bt #0 0x00007f57303271ea in QVector<KWin::DrmConnector::Mode>::clear() (this=<optimized out>) at /usr/include/qt/QtCore/qvector.h:442 #1 KWin::DrmConnector::updateModes() (this=0x18) at /usr/src/debug/kwin-5.23.5/src/plugins/platforms/drm/drm_object_connector.cpp:319 #2 0x00007f573032f28c in KWin::DrmOutput::updateModes() (this=this@entry=0x5624de19cc40) at /usr/src/debug/kwin-5.23.5/src/plugins/platforms/drm/drm_output.cpp:331 #3 0x00007f5730337f3d in KWin::DrmGpu::updateOutputs() (this=this@entry=0x5624dd95cac0) at /usr/src/debug/kwin-5.23.5/src/plugins/platforms/drm/drm_gpu.cpp:222 #4 0x00007f573031f101 in KWin::DrmBackend::updateOutputs() (this=0x5624dd93d6d0) at /usr/src/debug/kwin-5.23.5/src/plugins/platforms/drm/drm_backend.cpp:356 #5 0x00007f5730320763 in KWin::DrmBackend::handleUdevEvent() (this=0x5624dd93d6d0) at /usr/src/debug/kwin-5.23.5/src/plugins/platforms/drm/drm_backend.cpp:259 #6 0x00007f57373c1da3 in () at /usr/lib/libQt5Core.so.5 #7 0x00007f57373c3a64 in QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) () at /usr/lib/libQt5Core.so.5 #8 0x00007f57373c3baf in QSocketNotifier::event(QEvent*) () at /usr/lib/libQt5Core.so.5 #9 0x00007f5737fad1a6 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #10 0x00007f573739117a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #11 0x00007f57373db0f4 in QEventDispatcherUNIXPrivate::activateSocketNotifiers() () at /usr/lib/libQt5Core.so.5 #12 0x00007f57373dc065 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #13 0x00005624dcc58a42 in QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () #14 0x00007f573738945b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #15 0x00007f5737394ba7 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #16 0x00005624dcbf48cb in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kwin-5.23.5/src/main_wayland.cpp:745 ``` coredump info ``` PID: 75999 (kwin_wayland) UID: 1000 (mwarzynski) GID: 1000 (mwarzynski) Signal: 11 (SEGV) Timestamp: Sun 2022-01-30 02:17:48 CET (10min ago) Command Line: /usr/bin/kwin_wayland --wayland_fd 5 --socket wayland-0 --xwayland-fd 7 --xwayland-fd 6 --xwayland-display :13 --xwayland-xauthority /run/user/1000/xauth_UkRjbm --xwayland /usr/lib/startplasma-waylandsession Executable: /usr/bin/kwin_wayland Control Group: /user.slice/user-1000.slice/session-1.scope Unit: session-1.scope Slice: user-1000.slice Session: 1 Owner UID: 1000 (mwarzynski) Boot ID: 193f064636b3431cbcd6cdbdc1a17c74 Machine ID: 4fa290243f6a492fa8fbd786b758cf66 Hostname: mia Storage: /var/lib/systemd/coredump/core.kwin_wayland.1000.193f064636b3431cbcd6cdbdc1a17c74.75999.1643505468000000.zst (present) Disk Size: 4.2M Message: Process 75999 (kwin_wayland) of user 1000 dumped core. Module linux-vdso.so.1 with build-id e938c32a922c9e53cdae6451064e9c70c778ea77 Module breezedecoration.so with build-id c8b02113f8f7ba9b9dce29c5826582f455739d93 Module libxshmfence.so.1 with build-id 8876d9ccf620858795724ca24b9e567585a77cec Module libxcb-present.so.0 with build-id 68f5465258750e2397b1333b3ffc01ee33caa4e1 Module libxcb-dri3.so.0 with build-id 9407a2480e09dc5a1dd9d9a0652fa8d32b328c91 Module libxcb-dri2.so.0 with build-id 2dd6e65129a809dab828a1d26215a3f7a363fcc8 Module libX11-xcb.so.1 with build-id 0db4f94d8ae31b8dc9a83f825a9171656f1e532c Module libEGL_mesa.so.0 with build-id 87783c9234dbd9030a4c7c71387b75ab04c03ed9 Module KWinSceneOpenGL.so with build-id 9fea53121920324aa82ec255d4423b8169055347 Module krunnerintegration.so with build-id 7a132f7ab586fdd04c5b8332b2cc4264a543d60e Module colordintegration.so with build-id f81f2af5d214f545650742b9f5016e4501ada407 Module libKWinNightColorPlugin.so with build-id 6409f9f22d1ce7f341077e2e7fcdd98a559f93bd Module libnss_files.so.2 with build-id 1a36dfc01d3a1010b2ee79766a24a8090a3266d5 Module libxml2.so.2 with build-id b710b880b0d4e9c93554fa632129db44c20632cd Module libncursesw.so.6 with build-id 859adb8b03a5655151b4da104bc4b326a0d4bc8c Module libedit.so.0 with build-id 4b0babfcad161c2ad0af6e59e2493258db23a331 Module libvulkan.so.1 with build-id 40c7a455d37803dbd362377df831a77142acb66b Module libdrm_nouveau.so.2 with build-id ee16fa6a4d0bd08f5448cfc046ccb76b49aaa8a3 Module libdrm_amdgpu.so.1 with build-id 30d019987d514b23115b47d6b47c1e45c18fdbaf Module libelf.so.1 with build-id a4fb077dcec6ee26a5fab1fa10c59bd03b1078e4 Module libdrm_radeon.so.1 with build-id 5d1615e0467d0a34a5a82cbd4ebc84851e116307 Module libsensors.so.5 with build-id dc8b2c1c0d8525411aca188ea3cc3fb86d381d30 Module libLLVM-13.so with build-id 82982c299d46219d0eab8ee9cb8bb7365483453b Module iris_dri.so with build-id 10a9eafed46383cccd7c3dc76676aa5fdd37f3e5 Module libglapi.so.0 with build-id 9331aed5060062bcfafd463d36506312fab59549 Module libgbm.so.1 with build-id 5bc03a95f0b36fc100f1d7ca664ebacda793d4c1 Module libdrm.so.2 with build-id 457a1a1bd25f1d5541a10d3f16c5dc1440d77c7d Module KWinWaylandDrmBackend.so with build-id 4b726dac591434d2f98244bf71d7d28239c5a1d5 Module libKF5Style.so.5 with build-id 5dbbb856db1b74ab67a0677b4f9423ea7bdbf4cb Module libbreezecommon5.so.5 with build-id 0f97778e1dd8fda9a2b8ea5971478da7f9b45843 Module breeze.so with build-id 832325dacb1cf711a549ebcce7ec5952647aba6b Module libQt5QuickTemplates2.so.5 with build-id 5b85feae506f4520c3df2d9c80d0086b93149c1c Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0 Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3 Module libKF5Bookmarks.so.5 with build-id df102985b23ad32db0b0dd1eb13541377ac4ebeb Module libQt5QuickControls2.so.5 with build-id d8db3098c7ed9086fef0fda7ea6b19339b339eb6 Module libXcursor.so.1 with build-id eb6315bcd7526aaf51b0a1307efdc587cea0a152 Module libKF5KIOFileWidgets.so.5 with build-id f4885b022b1e5569aa1ff09c47eb2c9480e54154 Module KDEPlasmaPlatformTheme.so with build-id cb6f0e1d98c13616ab294b7a6eceeeabf5adafc0 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16 Module libusbmuxd-2.0.so.6 with build-id fd9f05e7f5b0da4e15972f75b61fd9b4b9f06dbe Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9 Module libgnutls.so.30 with build-id 50f3a52ba3db67b822fd5888790238eb548b64aa Module libblkid.so.1 with build-id 023f6fa066e46c87041fac2d66df1069c901b015 Module libresolv.so.2 with build-id c915c72668282861a813f7ea3c0780f37b681dc0 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79 Module libkrb5support.so.0 with build-id adf65240a4d2aba772d7a0772b4d015469934113 Module libcom_err.so.2 with build-id be99503e12b86d78d6ede2f0d1ffb66408a37576 Module libk5crypto.so.3 with build-id eb8220b8f36675aac769450be4cb6bb7f97ec38a Module libkrb5.so.3 with build-id 72d26767c5cb1097db75a5f5bff88860233c902b Module libwayland-cursor.so.0 with build-id 79d7e67af210407c2afe92ba8c189c8648a6474c Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc Module libmount.so.1 with build-id 00dfc43d6bddd183a4d8fa8508106cfd87159c62 Module libacl.so.1 with build-id 35319ea4baa70564deddffb113c0961002bc394c Module libgpg-error.so.0 with build-id 82524ee3d1c4c2244d7cfdcc1e6eea5f9855f6c6 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c Module libvorbis.so.0 with build-id ad0a6c1af8f219b4e314090b6e8847223d424cbe Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4 Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f Module libgssapi_krb5.so.2 with build-id e6e098ad51ce7bdd3dbe902d7b0f69a90f8a9e08 Module libgobject-2.0.so.0 with build-id e67b3a29cecdd98c3d8bd6eb7524a812331b20a2 Module libgudev-1.0.so.0 with build-id a9f734ea9206d637d5aacfbd86298c91cdc1a33a Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4 Module libQt5WaylandClient.so.5 with build-id a7c00614e2cd844626a7e892c5d49f61ae58bc31 Module libKF5Completion.so.5 with build-id 1a0549c505fa36da417ea35e97883267ef76177e Module libKF5Solid.so.5 with build-id 662e79a4f3becf542fa4cda8ada6723bb78295e1 Module libKF5JobWidgets.so.5 with build-id 0690aa6a286cc9e7f6122343c79faab444957bc4 Module libKF5KIOCore.so.5 with build-id 97b93006b6a35dead8be176937e30c1b75640ac9 Module libKF5ItemViews.so.5 with build-id e4757fd171ae6c4275382d433ed3bb697638686e Module libQt5PrintSupport.so.5 with build-id 9b8aeb3b1a076ae725c673ecabe217a1c8bad5f5 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767 Module libicudata.so.70 with build-id e1dcc2a88cfaafed882d09c90c668af0eed4efed Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1 Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa Module libltdl.so.7 with build-id 64bc54a40a0b6e4209a2c712364b4ae653c3f5b2 Module libtdb.so.1 with build-id bec061530310665480ee91395b4eb0a937750a03 Module libvorbisfile.so.3 with build-id 0010b21da05e318b42e718d90738febf58028141 Module libKF5AuthCore.so.5 with build-id d6c222c5566f4c7fc50695fdc36143a1b210bac0 Module libKF5Codecs.so.5 with build-id 72a2a63e7416a55d354a4aff199a3b6a0bf03e3c Module libQt5Network.so.5 with build-id 5d5febbf1fc5bc522602a1f1751a9931fc05b78e Module libQt5QmlModels.so.5 with build-id 0caff8beb5f70b5cc77a2fd8644ef7476de7cf45 Module libKF5DBusAddons.so.5 with build-id 2d3ca02cc76d878e00280b05ec8728c677dbd6b1 Module libQt5Xml.so.5 with build-id 6cdf028838bdf9341b52d534475cd2ca774b4f00 Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42 Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16 Module libwacom.so.9 with build-id bb1b4e6bbfa3929968f1acc5311154920dd9fc0b Module libevdev.so.2 with build-id b62ae69f839f1b6b06ef2c1df19f25ff09b0d824 Module libmtdev.so.1 with build-id 0cea2a842ae9a0ef02a08477076caab0e5ac5e42 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49 Module libKF5WaylandServer.so.5 with build-id d344f68a928b077dedbdfca8d6093e0b0ca6c548 Module libKF5GuiAddons.so.5 with build-id 3f8ebbfcec6b33d97aeb5234522e8d0a0b4c6b22 Module libKF5Archive.so.5 with build-id 1edf6dc1ca4d38f0ebf6113fb089778b93085676 Module libQt5Svg.so.5 with build-id 8032519f22f34473a8cfdae1d933f60042a40aa1 Module libKF5IconThemes.so.5 with build-id a96c9d2a2b3585355c7efbb93eb6b74ffc9813fd Module libKF5KIOGui.so.5 with build-id 14950f98ef994c6b071d1444459d0ce69c79b008 Module libKF5KIOWidgets.so.5 with build-id 5ada62a44b5f4d375c9911d0cf27d836f966ee3c Module libKF5XmlGui.so.5 with build-id 3d58ac806211e72b35b32ed884b9b610fad1da41 Module libQt5Sql.so.5 with build-id 285217534c277ad967f3df927dce405895e9b57d Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2 Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c Module libglib-2.0.so.0 with build-id bd949a4794ad959019499c6afcb8f416dcff9810 Module libzstd.so.1 with build-id 72f3511cba7db578f6a2647925f35664da6c838b Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a Module libicuuc.so.70 with build-id 2e245c2bf12f95fd8ab79b3a4be99524677cbd70 Module libicui18n.so.70 with build-id 95af755fca990df26753a7d720b8e3ae24270e42 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85 Module libsystemd.so.0 with build-id 6a2a26aa5fff87c1eb61137339bc55a53956c9ac Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff Module libEGL.so.1 with build-id 686c2e4036c01a3a72349ed0dd04f7c434af14ce Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b Module libQt5TextToSpeech.so.5 with build-id 99b56b543380180d6f5c8c984f01d80487672cff Module libcanberra.so.0 with build-id 379ed64f9d1408a83806cd5d94dc5bb903765615 Module libwayland-client.so.0 with build-id 0a237f2fd096bada4ca381eec5d64474c4078be4 Module libKF5Declarative.so.5 with build-id 83c0cde7ff07b1c9ec3f5142dd50076069949605 Module libqaccessibilityclient-qt5.so.0 with build-id 3133e868d77f4c2c6ebd657793baeb6a4e824544 Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf Module libKF5WidgetsAddons.so.5 with build-id 1ecb6c8da7ea562d7aff1acbdd19c74a1f9d393f Module libKF5ConfigGui.so.5 with build-id 82585efd4a6c6078d45ba753f17a9a7e3f3e45ff Module libKF5ConfigWidgets.so.5 with build-id 2152b99ad82c9be1096abfc4be7f9cc431114dd4 Module libKF5GlobalAccel.so.5 with build-id 76523e2497f0431f013016b5230a674a9bb7aece Module libKF5Package.so.5 with build-id 9492efb4542d5c57531a07c62991a149232b0a21 Module libQt5Qml.so.5 with build-id 212307572d9d92b0cb4d236fda1fe3f354b01093 Module libQt5Quick.so.5 with build-id 2dca83de5d1ef02b8ef03fef5f18b531a2457e42 Module libKF5Service.so.5 with build-id d1b849804483cf5e5d045fb60432203206c2ed38 Module libwayland-server.so.0 with build-id 645526447334b85a6f4bf5a8b37737b27696365f Module libKF5Activities.so.5 with build-id b500ac9d9db8af60bf0d5223c830887b1503612c Module liblcms2.so.2 with build-id 92d69ecb51e7b4dee5a17936b6ac947a2a2042a5 Module libxkbcommon.so.0 with build-id 1f1bc7527e57c886c3df5803068122e1971d4724 Module libudev.so.1 with build-id e7bd18780bd5753c14f8561be78e4e78ae0266ee Module libinput.so.10 with build-id 956df35c2a15681d4aa87253ed15a5c18a339183 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47 Module libxcb-glx.so.0 with build-id 8ad115382ad874165523dc5b4488c99d73bbc3c4 Module libxcb-damage.so.0 with build-id 14ba8de82d16adadd150a1d0ae3e8ac2119ccc8a Module libxcb-cursor.so.0 with build-id 69d87b342ff51e520334e5fda3dd33bcf09c1483 Module libxcb-composite.so.0 with build-id 94fff40466ef37eb5973997211aa68f9beb81d15 Module libKScreenLocker.so.5 with build-id e41887d51747be992fe9dc2498b9794785889994 Module libkdecorations2private.so.9 with build-id 822f79e2c74a010056323c4e2eb160ba8c72c696 Module libkdecorations2.so.5 with build-id 684b26b757edf543097bfa3d97fececaf9bf16c2 Module libKF5Plasma.so.5 with build-id 7ac5e2f353ba47c4dff42030a193726be02d88da Module libdbus-1.so.3 with build-id 74f2ab9c60512f3a93c932c3f627564d42e0b11e Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d Module libharfbuzz.so.0 with build-id 1d9dee49dd99162c3f83eb3259c3c88c6b4cd7fe Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60 Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26 Module libexpat.so.1 with build-id 64e977cfebfe7539f428dec3b388f5d0498b3108 Module libQt5X11Extras.so.5 with build-id e41614d2e35852f913bf00633d635cfbf5a90dce Module libX11.so.6 with build-id 5ba5798d193c0065014b8c6252a0678671c8d478 Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87 Module libpipewire-0.3.so.0 with build-id 8f52458089af917ee6586a4c375a339ea0ae15ff Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996 Module libepoxy.so.0 with build-id b6357fc6b748c512f90339433d74502b9d0621dc Module libQt5Core.so.5 with build-id b1ac453e8b3748ea2e73b0c967572c7554cb6aa7 Module libQt5Gui.so.5 with build-id cf297530c359dd9cdb6c22fd191d57dcb4f4c429 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47 Module libKWaylandServer.so.5 with build-id 8f56d56f8fce558576756f0606fb98889a1e5c4c Module libQt5Widgets.so.5 with build-id 9d23b10eb82cdeacf3b47f677077fc2abdc4e2cd Module libKF5I18n.so.5 with build-id 141662ef754d2d992a1a32082b2f2ddb830676b8 Module libKF5CoreAddons.so.5 with build-id 42164ce0f5987f623e5285b1ecd65ceeb0bfce2e Module libKF5ConfigCore.so.5 with build-id c58e94e4adb85b1097f065447c2af4cc585906ff Module libKF5IdleTime.so.5 with build-id 54b299ba2e4803832eae5160b2e973021e950dbf Module libKF5WindowSystem.so.5 with build-id 10d0f0de888eb46a1fddcb91ef4ea4dcb3f117f2 Module libKF5Notifications.so.5 with build-id cf776e57e2e8be19d6ccaec217f91db22751d115 Module libKF5WaylandClient.so.5 with build-id 62d9d21d32df6ff25802eeef87b59e7b0895af39 Module libKF5QuickAddons.so.5 with build-id fd00c054198847ab6d9e6c1142e512d53ec4cdbc Module libKF5GlobalAccelPrivate.so.5 with build-id 0494e001b0fcf80c92d46eb125bca973b22afe7b Module libkwinglutils.so.13 with build-id 382d270888e2f141e3aa8953ba253edb073b0dcb Module libkwineffects.so.13 with build-id 38ef3002d48af27c6edbfb5f902a483d71de1b72 Module libkwin4_effect_builtins.so.1 with build-id 4836bfb272b1622dbd5db6a581eb8cc560085c8f Module libkwin.so.5 with build-id dcb3967ea55a6c3a02888a1839b5f7dd32ab88bc Module libQt5DBus.so.5 with build-id 2e76850f86958307f5d749c780f9f2587e14c9ff Module libfreetype.so.6 with build-id 26c5f833068ff72660d1975cbc2074c3eb47fad8 Module libfontconfig.so.1 with build-id 1103a641395c7d3b42e49b793d3a9ea927c77bf6 Module libcap.so.2 with build-id c86eeb29471e24e4dcce8bdba133919582424cef Module libKF5Crash.so.5 with build-id bb5c5cd905cfdd34bd246bed989f3989ec8bde08 Module kwin_wayland with build-id c3ca03e1132283cca0ec080b6d257f9eeed8a11e Stack trace of thread 75999: #0 0x00007f57303271ea _ZN7QVectorIN4KWin12DrmConnector4ModeEE5clearEv (KWinWaylandDrmBackend.so + 0x261ea) #1 0x00007f573032f28c _ZN4KWin9DrmOutput11updateModesEv (KWinWaylandDrmBackend.so + 0x2e28c) #2 0x00007f5730337f3d _ZN4KWin6DrmGpu13updateOutputsEv (KWinWaylandDrmBackend.so + 0x36f3d) #3 0x00007f573031f101 _ZN4KWin10DrmBackend13updateOutputsEv (KWinWaylandDrmBackend.so + 0x1e101) #4 0x00007f5730320763 _ZN4KWin10DrmBackend15handleUdevEventEv (KWinWaylandDrmBackend.so + 0x1f763) #5 0x00007f57373c1da3 n/a (libQt5Core.so.5 + 0x2bcda3) #6 0x00007f57373c3a64 _ZN15QSocketNotifier9activatedE17QSocketDescriptorNS_4TypeENS_14QPrivateSignalE (libQt5Core.so.5 + 0x2bea64) #7 0x00007f57373c3baf _ZN15QSocketNotifier5eventEP6QEvent (libQt5Core.so.5 + 0x2bebaf) #8 0x00007f5737fad1a6 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5 + 0x1791a6) #9 0x00007f573739117a _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x28c17a) #10 0x00007f57373db0f4 _ZN27QEventDispatcherUNIXPrivate23activateSocketNotifiersEv (libQt5Core.so.5 + 0x2d60f4) #11 0x00007f57373dc065 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d7065) #12 0x00005624dcc58a42 _ZN23QUnixEventDispatcherQPA13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (kwin_wayland + 0x8ea42) #13 0x00007f573738945b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28445b) #14 0x00007f5737394ba7 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x28fba7) #15 0x00005624dcbf48cb main (kwin_wayland + 0x2a8cb) #16 0x00007f5736b1eb25 __libc_start_main (libc.so.6 + 0x27b25) #17 0x00005624dcbf52ce _start (kwin_wayland + 0x2b2ce) Stack trace of thread 76002: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76000: #0 0x00007f5736beab2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f5734e39066 n/a (libglib-2.0.so.0 + 0xab066) #2 0x00007f5734de0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485) #3 0x00007f57373dc45a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d745a) #4 0x00007f573738945b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28445b) #5 0x00007f57371ecac6 _ZN7QThread4execEv (libQt5Core.so.5 + 0xe7ac6) #6 0x00007f5738d5c3c9 n/a (libQt5DBus.so.5 + 0x233c9) #7 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #8 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #9 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76003: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76004: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76007: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76015: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf574 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf574) #2 0x00007f57371f0c84 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xebc84) #3 0x00007f57371edb47 n/a (libQt5Core.so.5 + 0xe8b47) #4 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #5 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #6 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76010: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76011: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76012: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf574 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf574) #2 0x00007f57371f0c84 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xebc84) #3 0x00007f57371edb47 n/a (libQt5Core.so.5 + 0xe8b47) #4 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #5 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #6 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76006: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76008: #0 0x00007f5736beab2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f5734e39066 n/a (libglib-2.0.so.0 + 0xab066) #2 0x00007f5734de0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485) #3 0x00007f57373dc45a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d745a) #4 0x00007f573738945b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28445b) #5 0x00007f57371ecac6 _ZN7QThread4execEv (libQt5Core.so.5 + 0xe7ac6) #6 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #7 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #8 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76005: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76013: #0 0x00007f5736beab2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f5734e39066 n/a (libglib-2.0.so.0 + 0xab066) #2 0x00007f5734de0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485) #3 0x00007f57373dc45a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d745a) #4 0x00007f573738945b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28445b) #5 0x00007f57371ecac6 _ZN7QThread4execEv (libQt5Core.so.5 + 0xe7ac6) #6 0x00007f5735dde4b0 n/a (libQt5Qml.so.5 + 0x2c64b0) #7 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #8 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #9 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76001: #0 0x00007f5736fc58ca __futex_abstimed_wait_common64 (libpthread.so.0 + 0x158ca) #1 0x00007f5736fbf270 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf270) #2 0x00007f572a50edfc n/a (iris_dri.so + 0x1dbdfc) #3 0x00007f572a507aac n/a (iris_dri.so + 0x1d4aac) #4 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #5 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) Stack trace of thread 76009: #0 0x00007f5736beab2f __poll (libc.so.6 + 0xf3b2f) #1 0x00007f5734e39066 n/a (libglib-2.0.so.0 + 0xab066) #2 0x00007f5734de0485 g_main_context_iteration (libglib-2.0.so.0 + 0x52485) #3 0x00007f57373dc45a _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d745a) #4 0x00007f573738945b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28445b) #5 0x00007f57371ecac6 _ZN7QThread4execEv (libQt5Core.so.5 + 0xe7ac6) #6 0x00007f57371e988c n/a (libQt5Core.so.5 + 0xe488c) #7 0x00007f5736fb9259 start_thread (libpthread.so.0 + 0x9259) #8 0x00007f5736bf55e3 __clone (libc.so.6 + 0xfe5e3) ELF object binary architecture: AMD x86-64 ``` -- You are receiving this mail because: You are watching all bug changes.