Created attachment 162505 [details] Output from command: "strace plasma-discover 2>&1 | tee log.txt". The text file is 6 MB big, so I had to gzip it. SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** Discover crashes every time when it tries to download available updates. It is a recent problem, which appeared within the last week. N STEPS TO REPRODUCE 1. Start plasma-discover 2. Click "Download updates" 3. Wait for it to download files. It always crashes before the progress bar reaches 100%. OBSERVED RESULT Program crash with no available backtrace (this was rigged by calling the app from "strace" -- output attached). EXPECTED RESULT Fully downloaded and installed updates. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.11 ADDITIONAL INFORMATION - Artix Linux, kernel 6.5.7 - Used RAM: 8.5 out of 16 GB - Available storage: 164 GB
Strace provides a list of system calls, it is not a backtrace of where we exited. If you don't get a trace, it typically means you hit an assert rather than a crash. Given you clearly know how to use strace and tools, can you use gdb and put a break on 'exit' and get a backtrace from there?
(In reply to David Edmundson from comment #1) > Strace provides a list of system calls, it is not a backtrace of where we > exited. > > > If you don't get a trace, it typically means you hit an assert rather than a > crash. > > Given you clearly know how to use strace and tools, can you use gdb and put > a break on 'exit' and get a backtrace from there? OK. Here we go: GNU gdb (GDB) 13.2 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from plasma-discover... (No debugging symbols found in plasma-discover) (gdb) b exit Function "exit" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (exit) pending. (gdb) r Starting program: /usr/bin/plasma-discover [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Downloading separate debug info for /usr/lib/libappstream.so.4... Downloading separate debug info for /usr/lib/libgobject-2.0.so.0... Downloading separate debug info for /usr/lib/libgio-2.0.so.0... Downloading separate debug info for /usr/lib/libgssapi_krb5.so.2... Downloading separate debug info for /usr/lib/libproxy.so.1... Downloading separate debug info for /usr/lib/libssl.so.3... Downloading separate debug info for /usr/lib/libcrypto.so.3... Downloading separate debug info for /usr/lib/libXau.so.6... Downloading separate debug info for /usr/lib/libXdmcp.so.6... Downloading separate debug info for /usr/lib/libblkid.so.1... Downloading separate debug info for /usr/lib/libcap.so.2... Downloading separate debug info for /usr/lib/libelogind.so.0... Downloading separate debug info for /usr/lib/libGLdispatch.so.0... Downloading separate debug info for /usr/lib/libGLX.so.0... Downloading separate debug info for /usr/lib/libfreetype.so.6... Downloading separate debug info for /usr/lib/libgraphite2.so.3... Downloading separate debug info for /usr/lib/libicudata.so.73... Downloading separate debug info for /usr/lib/libpcre2-8.so.0... Downloading separate debug info for /usr/lib/libvorbis.so.0... Downloading separate debug info for /usr/lib/libogg.so.0... Downloading separate debug info for /usr/lib/libcurl.so.4... Downloading separate debug info for /usr/lib/libxmlb.so.2... Downloading separate debug info for /usr/lib/libxml2.so.2... Downloading separate debug info for /usr/lib/libyaml-0.so.2... Downloading separate debug info for /usr/lib/libstemmer.so.0... Downloading separate debug info for /usr/lib/libgmodule-2.0.so.0... Downloading separate debug info for /usr/lib/libkrb5.so.3... Downloading separate debug info for /usr/lib/libk5crypto.so.3... Downloading separate debug info for /usr/lib/libcom_err.so.2... Downloading separate debug info for /usr/lib/libkrb5support.so.0... Downloading separate debug info for /usr/lib/libkeyutils.so.1... Downloading separate debug info for /usr/lib/libresolv.so.2... Downloading separate debug info for /usr/lib/libproxy/libpxbackend-1.0.so... Downloading separate debug info for /usr/lib/libbrotlidec.so.1... Downloading separate debug info for /usr/lib/libnghttp2.so.14... Downloading separate debug info for /usr/lib/libidn2.so.0... Downloading separate debug info for /usr/lib/libssh2.so.1... Downloading separate debug info for /usr/lib/libpsl.so.5... Downloading separate debug info for /usr/lib/liblzma.so.5... Downloading separate debug info for /usr/lib/libduktape.so.207... Downloading separate debug info for /usr/lib/libbrotlicommon.so.1... Downloading separate debug info for /usr/lib/libunistring.so.5... Downloading separate debug info for /usr/lib/qt/plugins/platforms/libqxcb.so... Downloading separate debug info for /usr/lib/libQt5XcbQpa.so.5... Downloading separate debug info for /usr/lib/libfontconfig.so.1... Downloading separate debug info for /usr/lib/libX11-xcb.so.1... Downloading separate debug info for /usr/lib/libxcb-shm.so.0... Downloading separate debug info for /usr/lib/libxcb-randr.so.0... Downloading separate debug info for /usr/lib/libxcb-render.so.0... Downloading separate debug info for /usr/lib/libxcb-shape.so.0... Downloading separate debug info for /usr/lib/libxcb-sync.so.1... Downloading separate debug info for /usr/lib/libxcb-xfixes.so.0... Downloading separate debug info for /usr/lib/libxcb-xinerama.so.0... Downloading separate debug info for /usr/lib/libxcb-xkb.so.1... Downloading separate debug info for /usr/lib/libxcb-xinput.so.0... Downloading separate debug info for /usr/lib/libICE.so.6... Downloading separate debug info for /usr/lib/libxkbcommon-x11.so.0... Downloading separate debug info for /usr/lib/libxkbcommon.so.0... Downloading separate debug info for /usr/lib/libuuid.so.1... [New Thread 0x7ffff0bca6c0 (LWP 5824)] [New Thread 0x7fffebfff6c0 (LWP 5825)] Downloading separate debug info for /usr/lib/libXfixes.so.3... Downloading separate debug info for /usr/lib/qt/plugins/platformthemes/KDEPlasmaPlatformTheme.so... Downloading separate debug info for /usr/lib/libKF5KIOFileWidgets.so.5... Downloading separate debug info for /usr/lib/libKF5KIOWidgets.so.5... Downloading separate debug info for /usr/lib/libwayland-client.so.0... Downloading separate debug info for /usr/lib/libQt5QuickControls2.so.5... Downloading separate debug info for /usr/lib/libKF5Completion.so.5... Downloading separate debug info for /usr/lib/libKF5XmlGui.so.5... Downloading separate debug info for /usr/lib/libKF5IconThemes.so.5... Downloading separate debug info for /usr/lib/libKF5ConfigWidgets.so.5... Downloading separate debug info for /usr/lib/libQt5WaylandClient.so.5... Downloading separate debug info for /usr/lib/libKF5Bookmarks.so.5... Downloading separate debug info for /usr/lib/libKF5Solid.so.5... Downloading separate debug info for /usr/lib/libKF5KIOGui.so.5... Downloading separate debug info for /usr/lib/libKF5ItemViews.so.5... Downloading separate debug info for /usr/lib/libKF5GuiAddons.so.5... Downloading separate debug info for /usr/lib/libQt5QuickTemplates2.so.5... Downloading separate debug info for /usr/lib/libKF5GlobalAccel.so.5... Downloading separate debug info for /usr/lib/libQt5PrintSupport.so.5... Downloading separate debug info for /usr/lib/libQt5Svg.so.5... Downloading separate debug info for /usr/lib/libKF5Archive.so.5... Downloading separate debug info for /usr/lib/libKF5Codecs.so.5... Downloading separate debug info for /usr/lib/libwayland-cursor.so.0... Downloading separate debug info for /usr/lib/libimobiledevice-1.0.so.6... Downloading separate debug info for /usr/lib/libplist-2.0.so.4... Downloading separate debug info for /usr/lib/libusbmuxd-2.0.so.6... Downloading separate debug info for /usr/lib/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so... Downloading separate debug info for /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so... Downloading separate debug info for /usr/lib/libxcb-glx.so.0... Downloading separate debug info for /usr/lib/libGLX_mesa.so.0... Downloading separate debug info for /usr/lib/libglapi.so.0... Downloading separate debug info for /usr/lib/libdrm.so.2... Downloading separate debug info for /usr/lib/libxcb-dri2.so.0... Downloading separate debug info for /usr/lib/libxcb-dri3.so.0... Downloading separate debug info for /usr/lib/libxcb-present.so.0... Downloading separate debug info for /usr/lib/dri/iris_dri.so... Downloading separate debug info for /usr/lib/libLLVM-16.so... Downloading separate debug info for /usr/lib/libdrm_radeon.so.1... Downloading separate debug info for /usr/lib/libelf.so.1... Downloading separate debug info for /usr/lib/libdrm_amdgpu.so.1... Downloading separate debug info for /usr/lib/libdrm_nouveau.so.2... Downloading separate debug info for /usr/lib/libdrm_intel.so.1... Downloading separate debug info for /usr/lib/libedit.so.0... Downloading separate debug info for /usr/lib/libncursesw.so.6... [New Thread 0x7fffeacc06c0 (LWP 5828)] [New Thread 0x7fffea4bf6c0 (LWP 5829)] [New Thread 0x7fffe9cbe6c0 (LWP 5830)] [New Thread 0x7fffe94bd6c0 (LWP 5831)] [New Thread 0x7fffe8cbc6c0 (LWP 5832)] [New Thread 0x7fffc7fff6c0 (LWP 5833)] [Thread 0x7fffc7fff6c0 (LWP 5833) exited] [Thread 0x7fffe8cbc6c0 (LWP 5832) exited] Downloading separate debug info for /usr/lib/qt/plugins/webview/libqtwebview_webengine.so... Downloading separate debug info for /usr/lib/libQt5WebEngine.so.5... Downloading separate debug info for /usr/lib/libQt5WebEngineCore.so.5... Downloading separate debug info for /usr/lib/libQt5WebChannel.so.5... Downloading separate debug info for /usr/lib/libQt5Positioning.so.5... Downloading separate debug info for /usr/lib/libsmime3.so... Downloading separate debug info for /usr/lib/libnss3.so... Downloading separate debug info for /usr/lib/libnssutil3.so... Downloading separate debug info for /usr/lib/libjpeg.so.8... Downloading separate debug info for /usr/lib/libopus.so.0... Downloading separate debug info for /usr/lib/libavcodec.so.60... Downloading separate debug info for /usr/lib/libavformat.so.60... Downloading separate debug info for /usr/lib/libavutil.so.58... Downloading separate debug info for /usr/lib/libvpx.so.8... Downloading separate debug info for /usr/lib/libXrandr.so.2... Downloading separate debug info for /usr/lib/libwebp.so.7... Downloading separate debug info for /usr/lib/libwebpmux.so.3... Downloading separate debug info for /usr/lib/libwebpdemux.so.2... Downloading separate debug info for /usr/lib/libharfbuzz-subset.so.0... Downloading separate debug info for /usr/lib/libpci.so.3... Downloading separate debug info for /usr/lib/libasound.so.2... Downloading separate debug info for /usr/lib/libsnappy.so.1... Downloading separate debug info for /usr/lib/libxslt.so.1... Downloading separate debug info for /usr/lib/libminizip.so.1... Downloading separate debug info for /usr/lib/liblcms2.so.2... Downloading separate debug info for /usr/lib/libswresample.so.4... Downloading separate debug info for /usr/lib/libdav1d.so.7... Downloading separate debug info for /usr/lib/libopencore-amrwb.so.0... Downloading separate debug info for /usr/lib/librsvg-2.so.2... Downloading separate debug info for /usr/lib/libcairo.so.2... Downloading separate debug info for /usr/lib/libaom.so.3... Downloading separate debug info for /usr/lib/libgsm.so.1... Downloading separate debug info for /usr/lib/libjxl.so.0.8... Downloading separate debug info for /usr/lib/libjxl_threads.so.0.8... Downloading separate debug info for /usr/lib/libmp3lame.so.0... Downloading separate debug info for /usr/lib/libopencore-amrnb.so.0... Downloading separate debug info for /usr/lib/libopenjp2.so.7... Downloading separate debug info for /usr/lib/librav1e.so.0.6... Downloading separate debug info for /usr/lib/libspeex.so.1... Downloading separate debug info for /usr/lib/libSvtAv1Enc.so.1... Downloading separate debug info for /usr/lib/libtheoraenc.so.1... Downloading separate debug info for /usr/lib/libtheoradec.so.1... Downloading separate debug info for /usr/lib/libvorbisenc.so.2... Downloading separate debug info for /usr/lib/libx264.so.164... Downloading separate debug info for /usr/lib/libx265.so.199... Downloading separate debug info for /usr/lib/libxvidcore.so.4... Downloading separate debug info for /usr/lib/libva.so.2... Downloading separate debug info for /usr/lib/libvpl.so.2... Downloading separate debug info for /usr/lib/libopenmpt.so.0... Downloading separate debug info for /usr/lib/libbluray.so.2... Downloading separate debug info for /usr/lib/libgmp.so.10... Downloading separate debug info for /usr/lib/libgnutls.so.30... Downloading separate debug info for /usr/lib/libsrt.so.1.5... Downloading separate debug info for /usr/lib/libssh.so.4... Downloading separate debug info for /usr/lib/libva-drm.so.2... Downloading separate debug info for /usr/lib/libva-x11.so.2... Downloading separate debug info for /usr/lib/libvdpau.so.1... Downloading separate debug info for /opt/cuda/lib64/libOpenCL.so.1... Downloading separate debug info for /usr/lib/libsharpyuv.so.0... Downloading separate debug info for /usr/lib/libsoxr.so.0... Downloading separate debug info for /usr/lib/libcairo-gobject.so.2... Downloading separate debug info for /usr/lib/libpangocairo-1.0.so.0... Downloading separate debug info for /usr/lib/libpango-1.0.so.0... Downloading separate debug info for /usr/lib/libhwy.so.1... Downloading separate debug info for /usr/lib/libbrotlienc.so.1... Downloading separate debug info for /usr/lib/libmvec.so.1... Downloading separate debug info for /usr/lib/libpthread.so.0... Downloading separate debug info for /usr/lib/libmpg123.so.0... Downloading separate debug info for /usr/lib/libp11-kit.so.0... Downloading separate debug info for /usr/lib/libtasn1.so.6... Downloading separate debug info for /usr/lib/libnettle.so.8... Downloading separate debug info for /usr/lib/libhogweed.so.6... Downloading separate debug info for /usr/lib/libdl.so.2... Downloading separate debug info for /usr/lib/libtiff.so.6... Downloading separate debug info for /usr/lib/libpangoft2-1.0.so.0... Downloading separate debug info for /usr/lib/libfribidi.so.0... Downloading separate debug info for /usr/lib/libthai.so.0... Downloading separate debug info for /usr/lib/libjbig.so.2.1... Downloading separate debug info for /usr/lib/libdatrie.so.1... [New Thread 0x7fffe8cbc6c0 (LWP 5836)] [New Thread 0x7fffc7fff6c0 (LWP 5837)] [New Thread 0x7fffa87ff6c0 (LWP 5838)] Downloading separate debug info for /usr/lib/qt/plugins/discover/fwupd-backend.so... Downloading separate debug info for /usr/lib/libfwupd.so.2... Downloading separate debug info for /usr/lib/libjcat.so.1... Downloading separate debug info for /usr/lib/libjson-glib-1.0.so.0... Downloading separate debug info for /usr/lib/libgpgme.so.11... Downloading separate debug info for /usr/lib/libgpg-error.so.0... Downloading separate debug info for /usr/lib/libassuan.so.0... Downloading separate debug info for /usr/lib/gio/modules/libgiolibproxy.so... Downloading separate debug info for /usr/lib/gio/modules/libgiognomeproxy.so... Downloading separate debug info for /usr/lib/gio/modules/libgsettingsgconfbackend.so... Downloading separate debug info for /usr/lib/libgconf-2.so.4... Downloading separate debug info for /usr/lib/libdbus-glib-1.so.2... Downloading separate debug info for /usr/lib/gio/modules/libxfconfgsettingsbackend.so... Downloading separate debug info for /usr/lib/libxfconf-0.so.3... Downloading separate debug info for /usr/lib/libgthread-2.0.so.0... Downloading separate debug info for /usr/lib/libxfce4util.so.7... [New Thread 0x7fffa74cd6c0 (LWP 5845)] [New Thread 0x7fffa6ccc6c0 (LWP 5846)] [New Thread 0x7fffa64cb6c0 (LWP 5847)] Downloading separate debug info for /usr/lib/gio/modules/libgvfsdbus.so... Downloading separate debug info for /usr/lib/gvfs/libgvfscommon.so... [New Thread 0x7fffa5c886c0 (LWP 5848)] [New Thread 0x7fffa54876c0 (LWP 5849)] Downloading separate debug info for /usr/lib/qt/plugins/discover/kns-backend.so... Downloading separate debug info for /usr/lib/libKF5NewStuffCore.so.5... Downloading separate debug info for /usr/lib/libKF5Attica.so.5... Downloading separate debug info for /usr/lib/libKF5Package.so.5... Downloading separate debug info for /usr/lib/libKF5Syndication.so.5... kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 kf.newstuff.core: The CustomName property is deprecated and will be removed in KF6 Downloading separate debug info for /usr/lib/qt/plugins/discover/flatpak-backend.so... Downloading separate debug info for /usr/lib/libflatpak.so.0... Downloading separate debug info for /usr/lib/libarchive.so.13... Downloading separate debug info for /usr/lib/libostree-1.so.1... Downloading separate debug info for /usr/lib/libseccomp.so.2... Downloading separate debug info for /usr/lib/libmalcontent-0.so.0... Downloading separate debug info for /usr/lib/libpolkit-gobject-1.so.0... Downloading separate debug info for /usr/lib/liblz4.so.1... Downloading separate debug info for /usr/lib/libavahi-common.so.3... Downloading separate debug info for /usr/lib/libavahi-client.so.3... Downloading separate debug info for /usr/lib/libavahi-glib.so.1... Downloading separate debug info for /usr/lib/libsodium.so.26... fetch ratings! false [New Thread 0x7fff8ffff6c0 (LWP 5850)] [New Thread 0x7fff8f7fe6c0 (LWP 5851)] Downloading separate debug info for /usr/lib/qt/plugins/bearer/libqconnmanbearer.so... Downloading separate debug info for /usr/lib/qt/plugins/bearer/libqgenericbearer.so... Downloading separate debug info for /usr/lib/qt/plugins/bearer/libqnmbearer.so... [New Thread 0x7fff8effd6c0 (LWP 5852)] Downloading separate debug info for /usr/lib/qt/plugins/discover/packagekit-backend.so... Downloading separate debug info for /usr/lib/libpackagekitqt5.so.1... Downloading separate debug info for /usr/lib/libmarkdown.so.3... adding empty sources model QStandardItemModel(0x555555bb6fa0) [New Thread 0x7fff8d1ff6c0 (LWP 5853)] Downloading separate debug info for /usr/lib/qt/qml/QtQuick.2/libqtquick2plugin.so... Downloading separate debug info for /usr/lib/libQt5QmlWorkerScript.so.5... Downloading separate debug info for /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so... Downloading separate debug info for /usr/lib/qt/qml/QtQuick/Controls.2/libqtquickcontrols2plugin.so... Downloading separate debug info for /usr/lib/qt/qml/QtQml/Models.2/libmodelsplugin.so... Downloading separate debug info for /usr/lib/qt/qml/org/kde/kquickcontrolsaddons/libkquickcontrolsaddonsplugin.so... Downloading separate debug info for /usr/lib/libKF5QuickAddons.so.5... Downloading separate debug info for /usr/lib/libepoxy.so.0... Downloading separate debug info for /usr/lib/libKF5Declarative.so.5... Downloading separate debug info for /usr/lib/qt/qml/org/kde/kirigami.2/libKirigamiPlugin.so... Downloading separate debug info for /usr/lib/libKF5Kirigami2.so.5... Downloading separate debug info for /usr/lib/qt/qml/QtQml/libqmlplugin.so... Downloading separate debug info for /usr/lib/qt/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so... Downloading separate debug info for /usr/lib/qt/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so... Downloading separate debug info for /usr/lib/qt/qml/QtGraphicalEffects/libqtgraphicaleffectsplugin.so... Downloading separate debug info for /usr/lib/qt/qml/QtGraphicalEffects/private/libqtgraphicaleffectsprivate.so... Downloading separate debug info for /usr/lib/qt/qml/QtQuick/Window.2/libwindowplugin.so... [New Thread 0x7fff7a5ff6c0 (LWP 5854)] [New Thread 0x7fff79dfe6c0 (LWP 5855)] [Thread 0x7fff79dfe6c0 (LWP 5855) exited] [Thread 0x7fff7a5ff6c0 (LWP 5854) exited] Downloading separate debug info for /usr/lib/qt/plugins/kf5/kirigami/org.kde.desktop.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_ani.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_avif.so... Downloading separate debug info for /usr/lib/libavif.so.16... Downloading separate debug info for /usr/lib/libyuv.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_eps.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_exr.so... Downloading separate debug info for /usr/lib/libOpenEXR-3_2.so.31... Downloading separate debug info for /usr/lib/libIex-3_2.so.31... Downloading separate debug info for /usr/lib/libImath-3_1.so.29... Downloading separate debug info for /usr/lib/libIlmThread-3_2.so.31... Downloading separate debug info for /usr/lib/libOpenEXRCore-3_2.so.31... Downloading separate debug info for /usr/lib/libdeflate.so.0... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_hdr.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_heif.so... Downloading separate debug info for /usr/lib/libheif.so.1... Downloading separate debug info for /usr/lib/libde265.so.0... Downloading separate debug info for /usr/lib/libheif/libheif-dav1d.so... Downloading separate debug info for /usr/lib/libheif/libheif-svtenc.so... Downloading separate debug info for /usr/lib/libheif/libheif-rav1e.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_jxl.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_kra.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_ora.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_pcx.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_pic.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_psd.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_qoi.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_ras.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_raw.so... Downloading separate debug info for /usr/lib/libraw.so.23... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_rgb.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_tga.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/kimg_xcf.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqgif.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqicns.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqico.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqjp2.so... [Thread 0x7fffa54876c0 (LWP 5849) exited] Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqjpeg.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqmng.so... Downloading separate debug info for /usr/lib/libmng.so.2... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqpdf.so... Downloading separate debug info for /usr/lib/libQt5Pdf.so.5... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqsvg.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqtiff.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqwbmp.so... Downloading separate debug info for /usr/lib/qt/plugins/imageformats/libqwebp.so... Downloading separate debug info for /usr/lib/qt/qml/org/kde/userfeedback/libKUserFeedbackQml.so... Downloading separate debug info for /usr/lib/libKUserFeedbackCore.so.1... [New Thread 0x7fffa54876c0 (LWP 5858)] [New Thread 0x7fff7a5ff6c0 (LWP 5859)] [New Thread 0x7fff79dfe6c0 (LWP 5860)] Downloading separate debug info for /usr/lib/qt/qml/org/kde/sonnet/libsonnetquickplugin.so... Downloading separate debug info for /usr/lib/libKF5SonnetCore.so.5... kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields no component found for "org.artixlinux.artix" took really long to fetch KNSBackend(0x5555559cc3b0, name = "/usr/share/knsrcfiles/kdenlive_luts.knsrc") took really long to fetch KNSBackend(0x5555559c2cd0, name = "/usr/share/knsrcfiles/window-decorations.knsrc") took really long to fetch KNSBackend(0x5555559c5420, name = "/usr/share/knsrcfiles/kwineffect.knsrc") took really long to fetch KNSBackend(0x5555559d7050, name = "/usr/share/knsrcfiles/gtk_themes.knsrc") took really long to fetch KNSBackend(0x5555559d3de0, name = "/usr/share/knsrcfiles/kanagram.knsrc") took really long to fetch KNSBackend(0x5555559cdc80, name = "/usr/share/knsrcfiles/sddmtheme.knsrc") took really long to fetch KNSBackend(0x5555559d52d0, name = "/usr/share/knsrcfiles/cantor_lua.knsrc") took really long to fetch KNSBackend(0x5555559df6a0, name = "/usr/share/knsrcfiles/kalzium.knsrc") took really long to fetch KNSBackend(0x5555559e9b80, name = "/usr/share/knsrcfiles/kblocks.knsrc") took really long to fetch KNSBackend(0x5555559ebad0, name = "/usr/share/knsrcfiles/skrooge-quotes.knsrc") took really long to fetch KNSBackend(0x5555559effa0, name = "/usr/share/knsrcfiles/messageviewer_header_themes.knsrc") took really long to fetch KNSBackend(0x5555559f1df0, name = "/usr/share/knsrcfiles/kdenlive_renderprofiles.knsrc") took really long to fetch KNSBackend(0x5555559f2e20, name = "/usr/share/knsrcfiles/plasmoids.knsrc") took really long to fetch KNSBackend(0x5555559fcf60, name = "/usr/share/knsrcfiles/wallpaperplugin.knsrc") took really long to fetch KNSBackend(0x5555559d9f50, name = "/usr/share/knsrcfiles/step.knsrc") took really long to fetch KNSBackend(0x555555a05110, name = "/usr/share/knsrcfiles/korganizer.knsrc") took really long to fetch KNSBackend(0x555555a06960, name = "/usr/share/knsrcfiles/wallpaper-mobile.knsrc") took really long to fetch KNSBackend(0x555555a1ba50, name = "/usr/share/knsrcfiles/artikulate.knsrc") took really long to fetch KNSBackend(0x555555a1e680, name = "/usr/share/knsrcfiles/katomic.knsrc") took really long to fetch KNSBackend(0x555555a21af0, name = "/usr/share/knsrcfiles/wallpaper.knsrc") took really long to fetch KNSBackend(0x555555a259e0, name = "/usr/share/knsrcfiles/lookandfeel.knsrc") took really long to fetch KNSBackend(0x555555a27850, name = "/usr/share/knsrcfiles/kcardtheme.knsrc") took really long to fetch KNSBackend(0x555555a29860, name = "/usr/share/knsrcfiles/plasma-themes.knsrc") took really long to fetch KNSBackend(0x555555a315c0, name = "/usr/share/knsrcfiles/parley-themes.knsrc") took really long to fetch KNSBackend(0x555555a33e80, name = "/usr/share/knsrcfiles/cantor-documentation.knsrc") took really long to fetch KNSBackend(0x555555a446b0, name = "/usr/share/knsrcfiles/plasma-systemmonitor.knsrc") took really long to fetch KNSBackend(0x555555a3e7d0, name = "/usr/share/knsrcfiles/ksysguard.knsrc") took really long to fetch KNSBackend(0x555555a55640, name = "/usr/share/knsrcfiles/ksplash.knsrc") took really long to fetch KNSBackend(0x555555a56750, name = "/usr/share/knsrcfiles/ksirk.knsrc") took really long to fetch KNSBackend(0x555555a60a20, name = "/usr/share/knsrcfiles/colorschemes.knsrc") took really long to fetch KNSBackend(0x555555a63fc0, name = "/usr/share/knsrcfiles/cantor_maxima.knsrc") took really long to fetch KNSBackend(0x555555a652a0, name = "/usr/share/knsrcfiles/knotes_printing_theme.knsrc") took really long to fetch KNSBackend(0x555555a729c0, name = "/usr/share/knsrcfiles/knights.knsrc") took really long to fetch KNSBackend(0x555555a78c30, name = "/usr/share/knsrcfiles/parley.knsrc") took really long to fetch KNSBackend(0x555555a6e110, name = "/usr/share/knsrcfiles/plymouth.knsrc") took really long to fetch KNSBackend(0x555555a7a640, name = "/usr/share/knsrcfiles/kwinswitcher.knsrc") took really long to fetch KNSBackend(0x555555a8e430, name = "/usr/share/knsrcfiles/konversation_nicklist_theme.knsrc") took really long to fetch KNSBackend(0x555555a859b0, name = "/usr/share/knsrcfiles/icons.knsrc") took really long to fetch KNSBackend(0x555555a8fb00, name = "/usr/share/knsrcfiles/kdevappwizard.knsrc") took really long to fetch KNSBackend(0x555555a7f700, name = "/usr/share/knsrcfiles/alkimia-quotes.knsrc") took really long to fetch KNSBackend(0x555555a87b90, name = "/usr/share/knsrcfiles/servicemenu.knsrc") took really long to fetch KNSBackend(0x555555a92fe0, name = "/usr/share/knsrcfiles/cantor_python.knsrc") took really long to fetch KNSBackend(0x555555ab5a10, name = "/usr/share/knsrcfiles/kdevfiletemplates.knsrc") took really long to fetch KNSBackend(0x555555aa9f00, name = "/usr/share/knsrcfiles/cantor_octave.knsrc") took really long to fetch KNSBackend(0x555555ab3ee0, name = "/usr/share/knsrcfiles/kfontinst.knsrc") took really long to fetch KNSBackend(0x555555add280, name = "/usr/share/knsrcfiles/xcursor.knsrc") took really long to fetch KNSBackend(0x555555ae6040, name = "/usr/share/knsrcfiles/ksieve_script.knsrc") took really long to fetch KNSBackend(0x555555adf5e0, name = "/usr/share/knsrcfiles/okteta-structures.knsrc") took really long to fetch KNSBackend(0x555555ae7da0, name = "/usr/share/knsrcfiles/tellico-template.knsrc") took really long to fetch KNSBackend(0x555555aed160, name = "/usr/share/knsrcfiles/krunner.knsrc") took really long to fetch KNSBackend(0x555555aece30, name = "/usr/share/knsrcfiles/yakuake.knsrc") took really long to fetch KNSBackend(0x555555aeaf90, name = "/usr/share/knsrcfiles/konsole.knsrc") took really long to fetch KNSBackend(0x555555af7b10, name = "/usr/share/knsrcfiles/cantor_scilab.knsrc") took really long to fetch KNSBackend(0x555555b009b0, name = "/usr/share/knsrcfiles/systemmonitor-presets.knsrc") took really long to fetch KNSBackend(0x555555b0e460, name = "/usr/share/knsrcfiles/kdevelop-qthelp.knsrc") took really long to fetch KNSBackend(0x555555b13a10, name = "/usr/share/knsrcfiles/comic.knsrc") took really long to fetch KNSBackend(0x555555b0a8c0, name = "/usr/share/knsrcfiles/kdenlive_effects.knsrc") took really long to fetch KNSBackend(0x555555b19500, name = "/usr/share/knsrcfiles/ksnakeduel.knsrc") took really long to fetch KNSBackend(0x555555b20c20, name = "/usr/share/knsrcfiles/accountwizard.knsrc") took really long to fetch KNSBackend(0x555555b157a0, name = "/usr/share/knsrcfiles/cantor_sage.knsrc") took really long to fetch KNSBackend(0x555555b15f50, name = "/usr/share/knsrcfiles/cantor_qalculate.knsrc") took really long to fetch KNSBackend(0x555555b23ed0, name = "/usr/share/knsrcfiles/k3btheme.knsrc") took really long to fetch KNSBackend(0x555555b2f8e0, name = "/usr/share/knsrcfiles/cantor_r.knsrc") took really long to fetch KNSBackend(0x555555b2d5c0, name = "/usr/share/knsrcfiles/klettres.knsrc") took really long to fetch KNSBackend(0x555555b38340, name = "/usr/share/knsrcfiles/kigo.knsrc") took really long to fetch KNSBackend(0x555555b410a0, name = "/usr/share/knsrcfiles/kdenlive_titles.knsrc") took really long to fetch KNSBackend(0x555555b3c570, name = "/usr/share/knsrcfiles/kdiamond.knsrc") took really long to fetch KNSBackend(0x555555b48030, name = "/usr/share/knsrcfiles/kigo-games.knsrc") took really long to fetch KNSBackend(0x555555b4aa00, name = "/usr/share/knsrcfiles/kwordquiz.knsrc") took really long to fetch KNSBackend(0x555555b4c0f0, name = "/usr/share/knsrcfiles/cantor.knsrc") took really long to fetch KNSBackend(0x555555b57f90, name = "/usr/share/knsrcfiles/kdenlive_wipes.knsrc") took really long to fetch KNSBackend(0x555555b52b90, name = "/usr/share/knsrcfiles/kgoldrunner.knsrc") took really long to fetch KNSBackend(0x555555b5c210, name = "/usr/share/knsrcfiles/aurorae.knsrc") took really long to fetch KNSBackend(0x555555b4fc80, name = "/usr/share/knsrcfiles/kmymoney-quotes.knsrc") took really long to fetch KNSBackend(0x555555b603b0, name = "/usr/share/knsrcfiles/kdenlive_keyboardschemes.knsrc") took really long to fetch KNSBackend(0x555555b61520, name = "/usr/share/knsrcfiles/systemmonitor-faces.knsrc") took really long to fetch KNSBackend(0x555555b4eaa0, name = "/usr/share/knsrcfiles/cantor_kalgebra.knsrc") took really long to fetch KNSBackend(0x555555b64f40, name = "/usr/share/knsrcfiles/kpat.knsrc") took really long to fetch KNSBackend(0x555555b68e30, name = "/usr/share/knsrcfiles/kwinscripts.knsrc") took really long to fetch KNSBackend(0x555555b683e0, name = "/etc/xdg/kturtle.knsrc") took really long to fetch KNSBackend(0x555555b7f2a0, name = "/etc/xdg/khangman.knsrc") took really long to fetch KNSBackend(0x555555b87c20, name = "/etc/xdg/calligra_stencils.knsrc") [Detaching after fork from child process 5862] [New Thread 0x7fff6fbff6c0 (LWP 5864)] [New Thread 0x7fff6f3fe6c0 (LWP 5865)] [New Thread 0x7fff6ebfd6c0 (LWP 5866)] file:///usr/lib/qt/qml/org/kde/kirigami.2/BasicListItem.qml:288:18: QML QQuickItem*: Binding loop detected for property "implicitWidth" [New Thread 0x7fff5bfff6c0 (LWP 5869)] [New Thread 0x7fff5b7fe6c0 (LWP 5870)] [New Thread 0x7fff5affd6c0 (LWP 5871)] [New Thread 0x7fff5a7fc6c0 (LWP 5872)] [Thread 0x7fff5a7fc6c0 (LWP 5872) exited] took really long to fetch FwupdBackend(0x55555596d2e0) [New Thread 0x7fff5a7fc6c0 (LWP 5875)] [New Thread 0x7fff599ff6c0 (LWP 5876)] [New Thread 0x7fff591fe6c0 (LWP 5877)] [Thread 0x7fff591fe6c0 (LWP 5877) exited] Downloading separate debug info for /usr/lib/qt/plugins/attica_kde.so... Downloading separate debug info for /usr/lib/libKF5KCMUtils.so.5... Downloading separate debug info for /usr/lib/libkaccounts.so.2... Downloading separate debug info for /usr/lib/libaccounts-qt5.so.1... Downloading separate debug info for /usr/lib/libQt5QuickWidgets.so.5... Downloading separate debug info for /usr/lib/libKF5KCMUtilsCore.so.5... Downloading separate debug info for /usr/lib/libKF5Auth.so.5... Downloading separate debug info for /usr/lib/libsignon-qt5.so.1... Downloading separate debug info for /usr/lib/libaccounts-glib.so.0... Downloading separate debug info for /usr/lib/libsqlite3.so.0... [Thread 0x7fff5a7fc6c0 (LWP 5875) exited] Downloading separate debug info for /usr/lib/qt/plugins/kf5/kio/kio_file.so... [New Thread 0x7fff5a7fc6c0 (LWP 5886)] [New Thread 0x7fff591fe6c0 (LWP 5889)] "userActionFinished error: 10" [Thread 0x7fff8d1ff6c0 (LWP 5853) exited] [Thread 0x7fff599ff6c0 (LWP 5876) exited] "userActionFinished error: 10" [Thread 0x7fff79dfe6c0 (LWP 5860) exited] [Thread 0x7fffa54876c0 (LWP 5858) exited] [Thread 0x7fff7a5ff6c0 (LWP 5859) exited] [Thread 0x7fff8ffff6c0 (LWP 5850) exited] [Thread 0x7fff5b7fe6c0 (LWP 5870) exited] [Thread 0x7fff8effd6c0 (LWP 5852) exited] "userActionFinished error: 10" log_attica_plugin: We got an OpenDesktop account, but it seems to be lacking the id token. This means an old SignOn OAuth2 plugin was used for logging in. The plugin may have been upgraded in the meantime, but an account created using the old plugin cannot be used, and you must log out and back in again. log_attica_plugin: We got an OpenDesktop account, but it seems to be lacking the id token. This means an old SignOn OAuth2 plugin was used for logging in. The plugin may have been upgraded in the meantime, but an account created using the old plugin cannot be used, and you must log out and back in again. log_attica_plugin: We got an OpenDesktop account, but it seems to be lacking the id token. This means an old SignOn OAuth2 plugin was used for logging in. The plugin may have been upgraded in the meantime, but an account created using the old plugin cannot be used, and you must log out and back in again. [Thread 0x7fff5affd6c0 (LWP 5871) exited] invalid kns backend! "/usr/share/knsrcfiles/kdenlive_luts.knsrc" because: "Gränssnitt Färguppslagningstabell (LUT) tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_luts.knsrc" invalid kns backend! "/usr/share/knsrcfiles/window-decorations.knsrc" because: "Gränssnitt Fönsterdekorationer tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "window-decorations.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kwineffect.knsrc" because: "Gränssnitt Skrivbordseffekter tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kwineffect.knsrc" invalid kns backend! "/usr/share/knsrcfiles/gtk_themes.knsrc" because: "Gränssnitt GNOME/GTK-programstilar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "gtk_themes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kanagram.knsrc" because: "Gränssnitt Kanagram tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kanagram.knsrc" invalid kns backend! "/usr/share/knsrcfiles/sddmtheme.knsrc" because: "Gränssnitt Inloggningsfönster tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "sddmtheme.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_lua.knsrc" because: "Gränssnitt Cantor_lua tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_lua.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kblocks.knsrc" because: "Gränssnitt Kblocks tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kblocks.knsrc" invalid kns backend! "/usr/share/knsrcfiles/skrooge-quotes.knsrc" because: "Gränssnitt Skrooge-quotes tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "skrooge-quotes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/messageviewer_header_themes.knsrc" because: "Gränssnitt Kmail huvudtema tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "messageviewer_header_themes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdenlive_renderprofiles.knsrc" because: "Gränssnitt Kdenlive-återgivningsprofiler tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_renderprofiles.knsrc" invalid kns backend! "/usr/share/knsrcfiles/plasmoids.knsrc" because: "Gränssnitt Plasma grafiska komponenter tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "plasmoids.knsrc" invalid kns backend! "/usr/share/knsrcfiles/wallpaperplugin.knsrc" because: "Gränssnitt Insticksprogram för skrivbordsunderlägg tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "wallpaperplugin.knsrc" invalid kns backend! "/usr/share/knsrcfiles/korganizer.knsrc" because: "Gränssnitt Korganizer-kalender tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "korganizer.knsrc" invalid kns backend! "/usr/share/knsrcfiles/wallpaper-mobile.knsrc" because: "Gränssnitt Skrivbordsunderlägg tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "wallpaper-mobile.knsrc" invalid kns backend! "/usr/share/knsrcfiles/katomic.knsrc" because: "Gränssnitt Katomic tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "katomic.knsrc" invalid kns backend! "/usr/share/knsrcfiles/wallpaper.knsrc" because: "Gränssnitt Skrivbordsunderlägg tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "wallpaper.knsrc" invalid kns backend! "/usr/share/knsrcfiles/lookandfeel.knsrc" because: "Gränssnitt Globala teman tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "lookandfeel.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kcardtheme.knsrc" because: "Gränssnitt Kcardtheme tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kcardtheme.knsrc" invalid kns backend! "/usr/share/knsrcfiles/plasma-themes.knsrc" because: "Gränssnitt Plasmastilar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "plasma-themes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/parley-themes.knsrc" because: "Gränssnitt Parley-themes tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "parley-themes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor-documentation.knsrc" because: "Gränssnitt Dokumentation tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor-documentation.knsrc" invalid kns backend! "/usr/share/knsrcfiles/plasma-systemmonitor.knsrc" because: "Gränssnitt Sidor tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "plasma-systemmonitor.knsrc" invalid kns backend! "/usr/share/knsrcfiles/ksysguard.knsrc" because: "Gränssnitt Ksysguard tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "ksysguard.knsrc" invalid kns backend! "/usr/share/knsrcfiles/ksplash.knsrc" because: "Gränssnitt Startskärmar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "ksplash.knsrc" invalid kns backend! "/usr/share/knsrcfiles/ksirk.knsrc" because: "Gränssnitt Ksirk tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "ksirk.knsrc" invalid kns backend! "/usr/share/knsrcfiles/colorschemes.knsrc" because: "Gränssnitt Färgscheman tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "colorschemes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_maxima.knsrc" because: "Gränssnitt Cantor_maxima tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_maxima.knsrc" invalid kns backend! "/usr/share/knsrcfiles/knotes_printing_theme.knsrc" because: "Gränssnitt Utskriftstema för anteckningslappar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "knotes_printing_theme.knsrc" invalid kns backend! "/usr/share/knsrcfiles/knights.knsrc" because: "Gränssnitt Knights tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "knights.knsrc" invalid kns backend! "/usr/share/knsrcfiles/parley.knsrc" because: "Gränssnitt Parley tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "parley.knsrc" invalid kns backend! "/usr/share/knsrcfiles/plymouth.knsrc" because: "Gränssnitt Datorstartskärmar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "plymouth.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kwinswitcher.knsrc" because: "Gränssnitt Fönsterbyteslayouter tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kwinswitcher.knsrc" invalid kns backend! "/usr/share/knsrcfiles/konversation_nicklist_theme.knsrc" because: "Gränssnitt Konversation_nicklist_theme tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "konversation_nicklist_theme.knsrc" invalid kns backend! "/usr/share/knsrcfiles/icons.knsrc" because: "Gränssnitt Ikoner tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "icons.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdevappwizard.knsrc" because: "Gränssnitt Programmallar (SDK) tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdevappwizard.knsrc" invalid kns backend! "/usr/share/knsrcfiles/alkimia-quotes.knsrc" because: "Gränssnitt Alkimia-quotes tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "alkimia-quotes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/servicemenu.knsrc" because: "Gränssnitt Servicemenu tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "servicemenu.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_python.knsrc" because: "Gränssnitt Cantor_python tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_python.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdevfiletemplates.knsrc" because: "Gränssnitt Filmallar (SDK) tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdevfiletemplates.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_octave.knsrc" because: "Gränssnitt Cantor_octave tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_octave.knsrc" invalid kns backend! "/usr/share/knsrcfiles/xcursor.knsrc" because: "Gränssnitt Pekare tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "xcursor.knsrc" invalid kns backend! "/usr/share/knsrcfiles/ksieve_script.knsrc" because: "Gränssnitt Sieve-skript tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "ksieve_script.knsrc" invalid kns backend! "/usr/share/knsrcfiles/okteta-structures.knsrc" because: "Gränssnitt Okteta-structures tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "okteta-structures.knsrc" invalid kns backend! "/usr/share/knsrcfiles/tellico-template.knsrc" because: "Gränssnitt Tellico-template tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "tellico-template.knsrc" invalid kns backend! "/usr/share/knsrcfiles/krunner.knsrc" because: "Gränssnitt Krunner tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "krunner.knsrc" invalid kns backend! "/usr/share/knsrcfiles/yakuake.knsrc" because: "Gränssnitt Yakuake tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "yakuake.knsrc" invalid kns backend! "/usr/share/knsrcfiles/konsole.knsrc" because: "Gränssnitt Konsole tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "konsole.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_scilab.knsrc" because: "Gränssnitt Cantor_scilab tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_scilab.knsrc" invalid kns backend! "/usr/share/knsrcfiles/systemmonitor-presets.knsrc" because: "Gränssnitt Förinställningar för systemövervakningssensorer tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "systemmonitor-presets.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdevelop-qthelp.knsrc" because: "Gränssnitt API-dokumentation (QtHelp) tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdevelop-qthelp.knsrc" invalid kns backend! "/usr/share/knsrcfiles/comic.knsrc" because: "Gränssnitt Serier tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "comic.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdenlive_effects.knsrc" because: "Gränssnitt Kdenlive-effektmallar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_effects.knsrc" invalid kns backend! "/usr/share/knsrcfiles/ksnakeduel.knsrc" because: "Gränssnitt Ksnakeduel tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "ksnakeduel.knsrc" invalid kns backend! "/usr/share/knsrcfiles/accountwizard.knsrc" because: "Gränssnitt E-postleverantörer tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "accountwizard.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_sage.knsrc" because: "Gränssnitt Cantor_sage tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_sage.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_qalculate.knsrc" because: "Gränssnitt Cantor_qalculate tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_qalculate.knsrc" invalid kns backend! "/usr/share/knsrcfiles/k3btheme.knsrc" because: "Gränssnitt K3B Themes tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "k3btheme.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_r.knsrc" because: "Gränssnitt Cantor_r tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_r.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kigo.knsrc" because: "Gränssnitt Kigo tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kigo.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdenlive_titles.knsrc" because: "Gränssnitt Kdenlive-titelmallar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_titles.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdiamond.knsrc" because: "Gränssnitt Kdiamond tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdiamond.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kigo-games.knsrc" because: "Gränssnitt Kigo-games tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kigo-games.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kwordquiz.knsrc" because: "Gränssnitt Kwordquiz tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kwordquiz.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor.knsrc" because: "Gränssnitt Cantor tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdenlive_wipes.knsrc" because: "Gränssnitt Kdenlive-övergångar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_wipes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kgoldrunner.knsrc" because: "Gränssnitt Kgoldrunner tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kgoldrunner.knsrc" invalid kns backend! "/usr/share/knsrcfiles/aurorae.knsrc" because: "Gränssnitt Aurora-fönsterdekorationer tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "aurorae.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kmymoney-quotes.knsrc" because: "Gränssnitt Kmymoney-quotes tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kmymoney-quotes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kdenlive_keyboardschemes.knsrc" because: "Gränssnitt Kdenlive-tangentbordsinställningar tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kdenlive_keyboardschemes.knsrc" invalid kns backend! "/usr/share/knsrcfiles/systemmonitor-faces.knsrc" because: "Gränssnitt Visningsstilar för systemövervakningssensorer tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "systemmonitor-faces.knsrc" invalid kns backend! "/usr/share/knsrcfiles/cantor_kalgebra.knsrc" because: "Gränssnitt Cantor_kalgebra tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "cantor_kalgebra.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kpat.knsrc" because: "Gränssnitt Kpat tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kpat.knsrc" invalid kns backend! "/usr/share/knsrcfiles/kwinscripts.knsrc" because: "Gränssnitt Fönsterhanteringsskript tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kwinscripts.knsrc" invalid kns backend! "/etc/xdg/kturtle.knsrc" because: "Gränssnitt Kturtle tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "kturtle.knsrc" invalid kns backend! "/etc/xdg/khangman.knsrc" because: "Gränssnitt Khangman tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "khangman.knsrc" invalid kns backend! "/etc/xdg/calligra_stencils.knsrc" because: "Gränssnitt Calligra_stencils tog för lång tid att initiera" org.kde.plasma.libdiscover: Discarding invalid backend "calligra_stencils.knsrc" "userActionFinished error: 10" "userActionFinished error: 10" log_attica_plugin: We got an OpenDesktop account, but it seems to be lacking the id token. This means an old SignOn OAuth2 plugin was used for logging in. The plugin may have been upgraded in the meantime, but an account created using the old plugin cannot be used, and you must log out and back in again. [New Thread 0x7fff5affd6c0 (LWP 5998)] log_attica_plugin: We got an OpenDesktop account, but it seems to be lacking the id token. This means an old SignOn OAuth2 plugin was used for logging in. The plugin may have been upgraded in the meantime, but an account created using the old plugin cannot be used, and you must log out and back in again. Thread 1 "plasma-discover" received signal SIGSEGV, Segmentation fault. 0x00007ffff5d303be in QHashData::detach_helper(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int) () from /usr/lib/libQt5Core.so.5 (gdb) bt #0 0x00007ffff5d303be in QHashData::detach_helper(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int) () at /usr/lib/libQt5Core.so.5 #1 0x00007fffa4b6b622 in KNSCore::Engine::addProvider(QSharedPointer<KNSCore::Provider>) () at /usr/lib/libKF5NewStuffCore.so.5 #2 0x00007fffa4b6f946 in () at /usr/lib/libKF5NewStuffCore.so.5 #3 0x00007ffff5ed0577 in () at /usr/lib/libQt5Core.so.5 #4 0x00007fffa4b8dad7 in KNSCore::XmlLoader::signalLoaded(QDomDocument const&) () at /usr/lib/libKF5NewStuffCore.so.5 #5 0x00007fffa4b901b4 in () at /usr/lib/libKF5NewStuffCore.so.5 #6 0x00007ffff5ed0577 in () at /usr/lib/libQt5Core.so.5 #7 0x00007ffff75a70aa in KJob::result(KJob*, KJob::QPrivateSignal) () at /usr/lib/libKF5CoreAddons.so.5 #8 0x00007ffff75ad07c in () at /usr/lib/libKF5CoreAddons.so.5 #9 0x00007ffff5ed0577 in () at /usr/lib/libQt5Core.so.5 #10 0x00007fffa4b9cb82 in () at /usr/lib/libKF5NewStuffCore.so.5 #11 0x00007ffff5ed0577 in () at /usr/lib/libQt5Core.so.5 #12 0x00007ffff554c240 in () at /usr/lib/libQt5Network.so.5 #13 0x00007ffff5ec30b4 in QObject::event(QEvent*) () at /usr/lib/libQt5Core.so.5 #14 0x00007ffff77788ff in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #15 0x00007ffff5e9b648 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #16 0x00007ffff5ea05ab in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5 #17 0x00007ffff5ee6618 in () at /usr/lib/libQt5Core.so.5 #18 0x00007ffff470df19 in () at /usr/lib/libglib-2.0.so.0 #19 0x00007ffff476c2b7 in () at /usr/lib/libglib-2.0.so.0 #20 0x00007ffff470c112 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #21 0x00007ffff5eea45c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #22 0x00007ffff5e9a354 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #23 0x00007ffff5e9b7f3 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #24 0x000055555556a947 in () #25 0x00007ffff5645cd0 in () at /usr/lib/libc.so.6 #26 0x00007ffff5645d8a in __libc_start_main () at /usr/lib/libc.so.6 #27 0x000055555556b375 in () (gdb) c Continuing. KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = plasma-discover path = /usr/bin pid = 5820 KCrash: Arguments: /usr/bin/plasma-discover QSocketNotifier: Invalid socket 5 and type 'Read', disabling... QSocketNotifier: Invalid socket 9 and type 'Read', disabling... QSocketNotifier: Invalid socket 26 and type 'Read', disabling... [Thread 0x7fffebfff6c0 (LWP 5825) exited] (process:5820): GLib-GIO-ERROR **: 22:10:25.119: inotify read(): Felaktig filidentifierare Thread 14 "gmain" received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 0x7fffa6ccc6c0 (LWP 5846)] 0x00007ffff4715258 in g_log_structured_array () from /usr/lib/libglib-2.0.so.0 (gdb) c Continuing. Cannot find user-level thread for LWP 5869: generic error (gdb) Cannot find user-level thread for LWP 5886: generic error (gdb) Cannot find user-level thread for LWP 5889: generic error (gdb) Cannot find user-level thread for LWP 5998: generic error (gdb) Cannot find user-level thread for LWP 5866: generic error (gdb) [Thread 0x7fff591fe6c0 (LWP 5889) exited] [Thread 0x7fff5a7fc6c0 (LWP 5886) exited] [Thread 0x7fff5bfff6c0 (LWP 5869) exited] [Thread 0x7fff6ebfd6c0 (LWP 5866) exited] [Thread 0x7fff6f3fe6c0 (LWP 5865) exited] [Thread 0x7fff6fbff6c0 (LWP 5864) exited] [Thread 0x7fff8f7fe6c0 (LWP 5851) exited] [Thread 0x7fffa5c886c0 (LWP 5848) exited] [Thread 0x7fffa64cb6c0 (LWP 5847) exited] [Thread 0x7fffa6ccc6c0 (LWP 5846) exited] [Thread 0x7fffa74cd6c0 (LWP 5845) exited] [Thread 0x7fffa87ff6c0 (LWP 5838) exited] [Thread 0x7fffc7fff6c0 (LWP 5837) exited] [Thread 0x7fffe8cbc6c0 (LWP 5836) exited] [Thread 0x7fffe94bd6c0 (LWP 5831) exited] [Thread 0x7fffe9cbe6c0 (LWP 5830) exited] [Thread 0x7fffea4bf6c0 (LWP 5829) exited] [Thread 0x7fffeacc06c0 (LWP 5828) exited] [Thread 0x7ffff0bca6c0 (LWP 5824) exited] [Thread 0x7ffff1470440 (LWP 5820) exited] [Thread 0x7fff5affd6c0 (LWP 5998) exited] [New process 5820] Program terminated with signal SIGALRM, Alarm clock. The program no longer exists. The program is not being run. (gdb) q
Thanks!
*** Bug 467364 has been marked as a duplicate of this bug. ***
(In reply to David Edmundson from comment #4) > *** Bug 467364 has been marked as a duplicate of this bug. *** I can confirm that just as reported in (467364), crashing may be avoided by removing the opendesktop account in systemsettings.
*** Bug 496086 has been marked as a duplicate of this bug. ***