https://bugs.kde.org/show_bug.cgi?id=492886
--- Comment #10 from localtoast <ipsum.te.fu...@gmail.com> --- (In reply to localtoast from comment #5) > (In reply to Sam James from comment #4) > > That Valgrind issue looks like a bug in Valgrind, see > > https://bugs.kde.org/show_bug.cgi?id=381819. You can try the patch there or > > just try ASAN and UBSAN instead. > For completeness, the gdb and valgrind output of another user experiencing the same problem: (gdb) run Starting program: /usr/bin/plasmashell [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7fffeeff36c0 (LWP 8845)] [New Thread 0x7fffee7f26c0 (LWP 8848)] [New Thread 0x7fffed06d6c0 (LWP 8876)] [New Thread 0x7fffec86c6c0 (LWP 8877)] [New Thread 0x7fffdffff6c0 (LWP 8878)] [New Thread 0x7fffdf73c6c0 (LWP 8897)] [New Thread 0x7fffdef3b6c0 (LWP 8898)] [New Thread 0x7fffde73a6c0 (LWP 8899)] [New Thread 0x7fffcbfff6c0 (LWP 8930)] [New Thread 0x7fffcb7fe6c0 (LWP 8931)] [New Thread 0x7fffcaffd6c0 (LWP 8932)] [New Thread 0x7fffca7fc6c0 (LWP 8933)] [New Thread 0x7fffc9bfb6c0 (LWP 8934)] [New Thread 0x7fffc93fa6c0 (LWP 8935)] [New Thread 0x7fffc8bf96c0 (LWP 8936)] [New Thread 0x7fffbcb1b6c0 (LWP 8937)] [New Thread 0x7fff9ffff6c0 (LWP 8938)] [New Thread 0x7fff9f7fe6c0 (LWP 8939)] [New Thread 0x7fff9effd6c0 (LWP 8940)] [New Thread 0x7fff9e7fc6c0 (LWP 8943)] [Thread 0x7fff9e7fc6c0 (LWP 8943) exited] [Thread 0x7fff9effd6c0 (LWP 8940) exited] [Thread 0x7fff9f7fe6c0 (LWP 8939) exited] Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files") kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running. kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable. kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running. kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable. [New Thread 0x7fff9f7fe6c0 (LWP 8972)] [New Thread 0x7fff9effd6c0 (LWP 8973)] [New Thread 0x7fff9e7fc6c0 (LWP 8974)] [Thread 0x7fff9e7fc6c0 (LWP 8974) exited] [Thread 0x7fff9effd6c0 (LWP 8973) exited] [Thread 0x7fff9f7fe6c0 (LWP 8972) exited] [New Thread 0x7fff9f7fe6c0 (LWP 8975)] kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "Fusion" Thread 1 "plasmashell" received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ??? () #1 0x00007ffff718a21e in KSvg::FrameSvgPrivate::generateFrameBackground (this=this@entry=0x55555621e2c0, frame=...) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/ksvg/framesvg.cpp:619 #2 0x00007ffff718a9f2 in KSvg::FrameSvgPrivate::generateBackground (this=this@entry=0x55555621e2c0, frame=...) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/ksvg/framesvg.cpp:547 #3 0x00007ffff7189a96 in KSvg::FrameSvgPrivate::generateBackground (this=0x55555621e2c0, frame=...) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/ksvg/framesvg.cpp:486 #4 KSvg::FrameSvgPrivate::alphaMask (this=0x55555621e2c0) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/ksvg/framesvg.cpp:486 #5 0x00007ffff718bfc0 in KSvg::FrameSvg::mask (this=0x55555621d5c0) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/ksvg/framesvg.cpp:342 #6 0x00007fff9d226a5c in KSvg::FrameSvgItem::mask (this=0x555555e1bb90) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0/src/declarativeimports/framesvgitem.cpp:500 #7 KSvg::FrameSvgItem::qt_static_metacall --Type <RET> for more, q to quit, c to continue without paging-- (_o=0x555555e1bb90, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0_build/src/declarativeimports/corebindingsplugin_autogen/include/moc_framesvgitem.cpp:486 #8 0x00007fff9d22839f in KSvg::FrameSvgItem::qt_metacall (this=0x555555e1bb90, _c=QMetaObject::ReadProperty, _id=9, _a=0x7fffffffc2c0) at /usr/src/debug/kde-frameworks/ksvg-6.5.0/ksvg-6.5.0_build/src/declarativeimports/corebindingsplugin_autogen/include/moc_framesvgitem.cpp:538 #9 0x00007ffff5600da7 in QMetaProperty::read (this=this@entry=0x7fffffffc3c0, object=object@entry=0x555555e1bb90) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetaobject.cpp:3734 #10 0x00007ffff5585d98 in QObject::property (this=0x555555e1bb90, name=<optimized out>, name@entry=0x7ffff7ce8c5a "mask") at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:4316 #11 0x00007ffff7cc4b58 in PlasmaQuick::DialogBackground::mask (this=<optimized out>) at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasmaquick/private/dialogbackground_p.cpp:60 #12 0x00007ffff7ca18a6 in PlasmaQuick::DialogPrivate::updateTheme --Type <RET> for more, q to quit, c to continue without paging-- (this=0x55555621a770) at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasmaquick/dialog.cpp:245 #13 0x00007ffff636330a in QQmlObjectCreator::finalize (this=0x555555e52930, interrupt=...) at /usr/src/debug/dev-qt/qtdeclarative-6.7.2/qtdeclarative-everywhere-src-6.7.2/src/qml/qml/qqmlobjectcreator.cpp:1567 #14 0x00007ffff640486b in QQmlComponentPrivate::complete (enginePriv=0x555555815310, state=state@entry=0x555555ee3bb8) at /usr/src/debug/dev-qt/qtdeclarative-6.7.2/qtdeclarative-everywhere-src-6.7.2/src/qml/qml/qqmlcomponent.cpp:1172 #15 0x00007ffff6432413 in QQmlComponentPrivate::completeCreate (this=0x555555ee3b00) at /usr/src/debug/dev-qt/qtdeclarative-6.7.2/qtdeclarative-everywhere-src-6.7.2/src/qml/qml/qqmlcomponent.cpp:1277 #16 0x00007ffff7cbc77a in PlasmaQuick::SharedQmlEngine::completeInitialization (this=0x7fffe0006590, initialProperties=<optimized out>) at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasmaquick/sharedqmlengine.cpp:239 #17 0x00007ffff7cbc897 in PlasmaQuick::SharedQmlEnginePrivate::scheduleExecutionEnd (this=0x5555562875a0) at /usr/include/qt6/QtCore/qhash.h:836 #18 0x00007ffff7cbeb98 in PlasmaQuick::QuickViewSharedEngine::setSource (this=0x555556042ef0, url=...) --Type <RET> for more, q to quit, c to continue without paging-- at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasmaquick/quickviewsharedengine.cpp:214 #19 PlasmaQuick::QuickViewSharedEngine::setSource (this=this@entry=0x555556042ef0, url=...) at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasmaquick/quickviewsharedengine.cpp:208 #20 0x00005555555a468a in DesktopView::DesktopView (this=this@entry=0x555556042ef0, corona=corona@entry=0x555555840830, targetScreen=targetScreen@entry=0x5555556bde50) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/desktopview.cpp:65 #21 0x00005555555c33a9 in ShellCorona::addOutput (this=0x555555840830, screen=0x5555556bde50) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/shellcorona.cpp:1405 #22 0x00005555555d3199 in ShellCorona::addOutput (this=0x555555840830, screen=0x5555556bde50) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/shellcorona.cpp:1075 #23 ShellCorona::loadDefaultLayout (this=0x555555840830) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/shellcorona.cpp:1076 #24 0x00007ffff7a09745 in Plasma::Corona::loadLayout --Type <RET> for more, q to quit, c to continue without paging-- (this=this@entry=0x555555840830, configName=...) at /usr/src/debug/kde-plasma/libplasma-6.1.4/libplasma-6.1.4/src/plasma/corona.cpp:144 #25 0x00005555555d3d67 in ShellCorona::load (this=0x555555840830) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/shellcorona.cpp:804 #26 0x00007ffff55e28ac in QtPrivate::QSlotObjectBase::call (this=<optimized out>, r=0x555555840830, a=0x7fffffffce40) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobjectdefs_impl.h:469 #27 doActivate<false> (sender=0x555555d79da0, signal_index=4, argv=0x7fffffffce40) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:4086 #28 0x00007ffff6fe8b55 in KActivities::Consumer::serviceStatusChanged(KActivities::Consumer::ServiceStatus) () at /usr/lib64/libPlasmaActivities.so.6 #29 0x00007ffff55e28ac in QtPrivate::QSlotObjectBase::call (this=<optimized out>, r=0x555555d79da0, a=0x7fffffffcfd0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobjectdefs_impl.h:469 #30 doActivate<false> (sender=0x555555ee3c70, signal_index=11, argv=0x7fffffffcfd0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/cor--Type <RET> for more, q to quit, c to continue without paging-- elib/kernel/qobject.cpp:4086 #31 0x00007ffff6ffdcc4 in ??? () at /usr/lib64/libPlasmaActivities.so.6 #32 0x00007ffff7001f52 in ??? () at /usr/lib64/libPlasmaActivities.so.6 #33 0x00007ffff55e2be3 in doActivate<false> (sender=0x555555d28b80, signal_index=3, argv=0x7fffffffd1a0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:4098 #34 0x00007ffff55a0e47 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7ffff5988560 <QDBusPendingCallWatcher::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fffffffd1a0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:4146 #35 0x00007ffff58ef6b3 in QDBusPendingCallWatcher::finished (this=<optimized out>, _t1=<optimized out>) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2_build/src/dbus/DBus_autogen/include/moc_qdbuspendingcall.cpp:160 #36 0x00007ffff5584694 in QObject::event (this=0x555555d28b80, e=0x5555556e8260) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:1452 #37 0x00007ffff77830f5 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x555555d28b80, e=0x5555556e8260) --Type <RET> for more, q to quit, c to continue without paging-- at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/widgets/kernel/qapplication.cpp:3287 #38 0x00007ffff55fa580 in QCoreApplication::notifyInternal2 (receiver=0x555555d28b80, event=0x5555556e8260) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.cpp:1142 #39 0x00007ffff55fa62d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.cpp:1583 #40 0x00007ffff561ee4e in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x555555653ba0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.cpp:1940 #41 0x00007ffff561f054 in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.cpp:1797 #42 0x00007ffff53d039f in postEventSourceDispatch (s=0x5555558860b0) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qeventdispatcher_glib.cpp:244 #43 0x00007ffff3e168ea in ??? () at /usr/lib64/libglib-2.0.so.0 #44 0x00007ffff3e19a5f in ??? () at /usr/lib64/libglib-2.0.so.0 --Type <RET> for more, q to quit, c to continue without paging-- #45 0x00007ffff3e1a020 in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0 #46 0x00007ffff53ce7ad in QEventDispatcherGlib::processEvents (this=0x555555904e90, flags=...) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qeventdispatcher_glib.cpp:394 #47 0x00007ffff5623c02 in QEventLoop::exec (this=this@entry=0x7fffffffd590, flags=..., flags@entry=...) at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/global/qflags.h:34 #48 0x00007ffff5623db5 in QCoreApplication::exec () at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/corelib/global/qflags.h:74 #49 0x00007ffff5b14738 in QGuiApplication::exec () at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguiapplication.cpp:1926 #50 0x00007ffff76f3df9 in QApplication::exec () at /usr/src/debug/dev-qt/qtbase-6.7.2-r4/qtbase-everywhere-src-6.7.2/src/widgets/kernel/qapplication.cpp:2555 #51 0x0000555555588e6a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kde-plasma/plasma-workspace-6.1.4-r2/plasma-workspace-6.1.4/shell/main.cpp:188 (gdb) --- valgrind plasmashell :( ==13531== Memcheck, a memory error detector ==13531== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==13531== Using Valgrind-3.23.1.GIT and LibVEX; rerun with -h for copyright info ==13531== Command: plasmashell ==13531== ==13531== Syscall param writev(vector[0]) points to uninitialised byte(s) ==13531== at 0x794873F: writev (in /lib64/libc.so.6) ==13531== by 0x4C2B710: ??? (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0x4C2CF40: ??? (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0x4C2D60C: ??? (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0x4C2D69E: xcb_wait_for_reply (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0xDC09860: QXcbConnection::initializeScreensFromMonitor(xcb_screen_iterator_t*, int, QXcbScreen**, bool) (qxcbconnection_screens.cpp:501) ==13531== by 0xDC0B1EF: QXcbConnection::initializeScreens(bool) (qxcbconnection_screens.cpp:317) ==13531== by 0xDC01B16: QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, unsigned int, char const*) (qxcbconnection.cpp:72) ==13531== by 0xDC25CFD: QXcbIntegration::QXcbIntegration(QList<QString> const&, int&, char**) (qxcbintegration.cpp:170) ==13531== by 0x485B4E7: QXcbIntegrationPlugin::create(QString const&, QList<QString> const&, int&, char**) (qxcbmain.cpp:22) ==13531== by 0x6902AF7: init_platform(QString const&, QString const&, QString const&, int&, char**) (qguiapplication.cpp:1249) ==13531== by 0x69059C4: QGuiApplicationPrivate::createPlatformIntegration() (qguiapplication.cpp:1533) ==13531== Address 0xd4c9be5 is 4,533 bytes inside a block of size 21,176 alloc'd ==13531== at 0x4849B7B: calloc (vg_replace_malloc.c:1675) ==13531== by 0x4C2B0FD: xcb_connect_to_fd (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0x4C306C4: xcb_connect_to_display_with_auth_info (in /usr/lib64/libxcb.so.1.1.0) ==13531== by 0x852A889: _XConnectXCB (in /usr/lib64/libX11.so.6.4.0) ==13531== by 0x851AB97: XOpenDisplay (in /usr/lib64/libX11.so.6.4.0) ==13531== by 0xDC06FE0: QXcbBasicConnection::QXcbBasicConnection(char const*) (qxcbconnection_basic.cpp:77) ==13531== by 0xDC01911: QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, unsigned int, char const*) (qxcbconnection.cpp:62) ==13531== by 0xDC25CFD: QXcbIntegration::QXcbIntegration(QList<QString> const&, int&, char**) (qxcbintegration.cpp:170) ==13531== by 0x485B4E7: QXcbIntegrationPlugin::create(QString const&, QList<QString> const&, int&, char**) (qxcbmain.cpp:22) ==13531== by 0x6902AF7: init_platform(QString const&, QString const&, QString const&, int&, char**) (qguiapplication.cpp:1249) ==13531== by 0x69059C4: QGuiApplicationPrivate::createPlatformIntegration() (qguiapplication.cpp:1533) ==13531== by 0x6906507: QGuiApplicationPrivate::createEventDispatcher() (qguiapplication.cpp:1552) ==13531== vex amd64->IR: unhandled instruction bytes: 0x8F 0xE8 0x70 0xA2 0xC3 0x0 0xC5 0xFB 0x11 0x83 vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0 vex amd64->IR: VEX=0 VEX.L=0 VEX.nVVVV=0x1 ESC=0F vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0 ==13531== valgrind: Unrecognised instruction at address 0x6950f5c. ==13531== at 0x6950F5C: QScreen::QScreen(QPlatformScreen*) (qscreen.cpp:53) ==13531== by 0x6969CE6: QWindowSystemInterface::handleScreenAdded(QPlatformScreen*, bool) (qwindowsysteminterface.cpp:716) ==13531== by 0xDC0B307: QXcbConnection::initializeScreens(bool) (qxcbconnection_screens.cpp:347) ==13531== by 0xDC01B16: QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, unsigned int, char const*) (qxcbconnection.cpp:72) ==13531== by 0xDC25CFD: QXcbIntegration::QXcbIntegration(QList<QString> const&, int&, char**) (qxcbintegration.cpp:170) ==13531== by 0x485B4E7: QXcbIntegrationPlugin::create(QString const&, QList<QString> const&, int&, char**) (qxcbmain.cpp:22) ==13531== by 0x6902AF7: init_platform(QString const&, QString const&, QString const&, int&, char**) (qguiapplication.cpp:1249) ==13531== by 0x69059C4: QGuiApplicationPrivate::createPlatformIntegration() (qguiapplication.cpp:1533) ==13531== by 0x6906507: QGuiApplicationPrivate::createEventDispatcher() (qguiapplication.cpp:1552) ==13531== by 0x7312635: QCoreApplicationPrivate::init() (qcoreapplication.cpp:905) ==13531== by 0x6908EFD: QGuiApplicationPrivate::init() (qguiapplication.cpp:1580) ==13531== by 0x53EE614: QApplicationPrivate::init() (qapplication.cpp:472) ==13531== Your program just tried to execute an instruction that Valgrind ==13531== did not recognise. There are two possible reasons for this. ==13531== 1. Your program has a bug and erroneously jumped to a non-code ==13531== location. If you are running Memcheck and you just saw a ==13531== warning about a bad jump, it's probably your program's fault. ==13531== 2. The instruction is legitimate but Valgrind doesn't handle it, ==13531== i.e. it's Valgrind's fault. If you think this is the case or ==13531== you are not sure, please let us know and we'll try to fix it. ==13531== Either way, Valgrind will now raise a SIGILL signal which will ==13531== probably kill your program. ==13531== ==13531== Process terminating with default action of signal 4 (SIGILL) ==13531== Illegal opcode at address 0x6950F5C ==13531== at 0x6950F5C: QScreen::QScreen(QPlatformScreen*) (qscreen.cpp:53) ==13531== by 0x6969CE6: QWindowSystemInterface::handleScreenAdded(QPlatformScreen*, bool) (qwindowsysteminterface.cpp:716) ==13531== by 0xDC0B307: QXcbConnection::initializeScreens(bool) (qxcbconnection_screens.cpp:347) ==13531== by 0xDC01B16: QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, unsigned int, char const*) (qxcbconnection.cpp:72) ==13531== by 0xDC25CFD: QXcbIntegration::QXcbIntegration(QList<QString> const&, int&, char**) (qxcbintegration.cpp:170) ==13531== by 0x485B4E7: QXcbIntegrationPlugin::create(QString const&, QList<QString> const&, int&, char**) (qxcbmain.cpp:22) ==13531== by 0x6902AF7: init_platform(QString const&, QString const&, QString const&, int&, char**) (qguiapplication.cpp:1249) ==13531== by 0x69059C4: QGuiApplicationPrivate::createPlatformIntegration() (qguiapplication.cpp:1533) ==13531== by 0x6906507: QGuiApplicationPrivate::createEventDispatcher() (qguiapplication.cpp:1552) ==13531== by 0x7312635: QCoreApplicationPrivate::init() (qcoreapplication.cpp:905) ==13531== by 0x6908EFD: QGuiApplicationPrivate::init() (qguiapplication.cpp:1580) ==13531== by 0x53EE614: QApplicationPrivate::init() (qapplication.cpp:472) ==13531== ==13531== HEAP SUMMARY: ==13531== in use at exit: 466,778 bytes in 2,711 blocks ==13531== total heap usage: 4,822 allocs, 2,111 frees, 749,577 bytes allocated ==13531== ==13531== LEAK SUMMARY: ==13531== definitely lost: 0 bytes in 0 blocks ==13531== indirectly lost: 0 bytes in 0 blocks ==13531== possibly lost: 3,552 bytes in 6 blocks ==13531== still reachable: 461,210 bytes in 2,684 blocks ==13531== of which reachable via heuristic: ==13531== newarray : 2,128 bytes in 14 blocks ==13531== suppressed: 0 bytes in 0 blocks ==13531== Rerun with --leak-check=full to see details of leaked memory ==13531== ==13531== Use --track-origins=yes to see where uninitialised values come from ==13531== For lists of detected and suppressed errors, rerun with: -s ==13531== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) [1] 13531 illegal hardware instruction valgrind plasmashell valgrind plasmashell 19.08s user 1.88s system 94% cpu 22.264 total -- You are receiving this mail because: You are watching all bug changes.