https://bugs.kde.org/show_bug.cgi?id=499953
MScattolin <matheus.scattolinanse...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matheus.scattolinanselmo@ou | |tlook.com --- Comment #4 from MScattolin <matheus.scattolinanse...@outlook.com> --- I also experienced this crash, but not necessarily by interacting with the network plasmoid, in my case I was just mouse hovering over the task manager. Below is a stack trace, same malloc error from QTypedArrayData<char>::allocate Plasma 6.3.4 Frameworks 6.13.0 QT 6.9.0 Linux 6.14.3 ------ #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x000072ccb12a7813 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89 #2 0x000072ccb124ddc0 in __GI_raise (sig=6) at ../sysdeps/posix/raise.c:26 #3 0x000072ccb43b34dd in KCrash::defaultCrashHandler (sig=6) at /usr/src/debug/kcrash/kcrash-6.13.0/src/kcrash.cpp:605 #4 0x000072ccb124def0 in <signal handler called> () at /usr/lib/libc.so.6 #5 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #6 0x000072ccb12a7813 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89 #7 0x000072ccb124ddc0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #8 0x000072ccb123557a in __GI_abort () at abort.c:73 #9 0x000072ccb12365c9 in __libc_message_impl (fmt=fmt@entry=0x72ccb13c239f "%s\n") at ../sysdeps/posix/libc_fatal.c:134 #10 0x000072ccb12b1a35 in malloc_printerr (str=str@entry=0x72ccb13c53a8 "malloc_consolidate(): unaligned fastbin chunk detected") at malloc.c:5829 #11 0x000072ccb12b28ac in malloc_consolidate (av=av@entry=0x72ccb13f6ac0 <main_arena>) at malloc.c:4903 #12 0x000072ccb12b5280 in _int_malloc (av=0x72ccb13f6ac0 <main_arena>, bytes=2048) at malloc.c:4099 #13 0x000072ccb12b672e in __GI___libc_malloc (bytes=2048) at malloc.c:3414 #14 0x000072ccb1a71ea4 in allocateData (allocSize=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydata.cpp:139 #15 allocateHelper (objectSize=1, alignment=16, capacity=<optimized out>, option=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydata.cpp:181 #16 allocateHelper (objectSize=1, alignment=16, capacity=<optimized out>, option=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydata.cpp:157 #17 QArrayData::allocate1 (dptr=0x7ffe3cc13f40, capacity=<optimized out>, option=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydata.cpp:211 #18 0x000072ccb1a0837b in QTypedArrayData<char>::allocate (capacity=0, option=QArrayData::Grow, capacity=<optimized out>, option=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydata.h:129 #19 QArrayDataPointer<char>::QArrayDataPointer (this=0x7ffe3cc13f40, alloc=0, n=<optimized out>, option=QArrayData::Grow, this=<optimized out>, alloc=<optimized out>, n=<optimized out>, option=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydatapointer.h:58 #20 QByteArray::reallocData (this=this@entry=0x7ffe3cc14100, alloc=alloc@entry=1983, option=option@entry=QArrayData::Grow) at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qbytearray.cpp:1983 #21 0x000072ccb1a0855b in QByteArray::resize (this=0x7ffe3cc14100, size=1983) at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qbytearray.cpp:1907 #22 0x000072ccb1920af8 in QIODevice::readAll (this=this@entry=0x7ffe3cc14090) at /usr/src/debug/qt6-base/qtbase/src/corelib/io/qiodevice.cpp:1269 #23 0x000072ccb381638c in KConfigIniBackend::parseConfig (this=<optimized out>, currentLocale=..., entryMap=..., options=..., merging=false) at /usr/src/debug/kconfig/kconfig-6.13.0/src/core/kconfigini.cpp:83 #24 0x000072ccb3808cfb in KConfigIniBackend::parseConfig (this=0x5f74c2128090, currentLocale=..., entryMap=..., options=...) at /usr/src/debug/kconfig/kconfig-6.13.0/src/core/kconfigini.cpp:58 #25 KConfigPrivate::parseConfigFiles (this=0x5f74c2128080) at /usr/src/debug/kconfig/kconfig-6.13.0/src/core/kconfig.cpp:806 #26 0x000072ccb3820158 in KSharedConfig::KSharedConfig (this=0x5f74be21f470, fileName=..., flags=..., resType=QStandardPaths::GenericConfigLocation) at /usr/src/debug/kconfig/kconfig-6.13.0/src/core/ksharedconfig.cpp:179 #27 KSharedConfig::openConfig (_fileName=..., flags=..., flags@entry=..., resType=resType@entry=QStandardPaths::GenericConfigLocation) at /usr/src/debug/kconfig/kconfig-6.13.0/src/core/ksharedconfig.cpp:145 #28 0x000072ccb1734df0 in KIconTheme::current () at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kicontheme.cpp:675 #29 0x000072ccb172b33f in KIconLoaderPrivate::initIconThemes (this=0x5f74bd1ab860) at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kiconloader.cpp:443 #30 0x000072ccb171d1bc in KIconLoaderPrivate::initIconThemes (this=0x5f74bd1ab860) at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kiconloader.cpp:436 #31 KIconLoaderPrivate::init (this=0x5f74bd1ab860, _appname=<optimized out>, extraSearchPaths=<optimized out>) at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kiconloader.cpp:420 #32 0x000072ccb172ae80 in KIconLoader::newIconLoader (this=0x72ccabaae8c8) at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kiconloader.cpp:1498 #33 0x000072ccb171cd99 in KIconLoaderPrivate::_k_refreshIcons (this=0x5f74bd1ab860, group=0) at /usr/src/debug/kiconthemes/kiconthemes-6.13.0/src/kiconloader.cpp:376 #34 0x000072ccb19b6cc9 in QtPrivate::QSlotObjectBase::call (this=0x5f74bd1ba500, r=0x72ccabaae8c8, a=0x7ffe3cc149b0, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461 #35 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4138 #36 0x000072ccb17273b3 in QMetaObject::activate<void, int> (sender=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, mo=<optimized out>, local_signal_index=0, ret=0x0) at /usr/include/qt6/QtCore/qobjectdefs.h:306 #37 KIconLoaderGlobalData::iconChanged (this=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, _t1=<optimized out>) at /usr/src/debug/kiconthemes/build/src/KF6IconThemes_autogen/include/kiconloader.moc:118 #38 KIconLoaderGlobalData::qt_static_metacall (_o=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7ffe3cc14b58) at /usr/src/debug/kiconthemes/build/src/KF6IconThemes_autogen/include/kiconloader.moc:74 #39 KIconLoaderGlobalData::qt_metacall (this=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7ffe3cc14b58) at /usr/src/debug/kiconthemes/build/src/KF6IconThemes_autogen/include/kiconloader.moc:104 #40 0x000072ccb1f80742 in QDBusConnectionPrivate::deliverCall (this=0x72cca4001690, object=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, msg=..., metaTypes=<optimized out>, slotIdx=4) at /usr/src/debug/qt6-base/qtbase/src/dbus/qdbusintegrator.cpp:1007 #41 0x000072ccb19a54aa in QObject::event (this=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, e=0x72cca405c380) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1431 #42 0x000072ccb3afed9e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, e=0x72cca405c380) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #43 0x000072ccb195a018 in QCoreApplication::notifyInternal2 (receiver=0x72ccb173e4c0 <_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_118Q_QGS_s_globalDataEEEE8instanceEvE6holder.lto_priv.0>, event=event@entry=0x72cca405c380) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #44 0x000072ccb195a3f2 in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x72cca405c380) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1546 #45 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x5f74bd1934a0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1879 #46 0x000072ccb1bcfea8 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1733 #47 postEventSourceDispatch (s=s@entry=0x5f74bd19b7a0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246 #48 0x000072ccb04161e4 in g_main_dispatch (context=0x72cca4000f00) at ../glib/glib/gmain.c:3398 #49 0x000072ccb0479e97 in g_main_context_dispatch_unlocked (context=0x72cca4000f00) at ../glib/glib/gmain.c:4249 #50 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x72cca4000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4314 #51 0x000072ccb0415615 in g_main_context_iteration (context=0x72cca4000f00, may_block=1) at ../glib/glib/gmain.c:4379 #52 0x000072ccb1bcd59d in QEventDispatcherGlib::processEvents (this=0x5f74bd19bf20, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #53 0x000072ccb1965376 in QEventLoop::processEvents (this=0x7ffe3cc151b0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104 #54 QEventLoop::exec (this=0x7ffe3cc151b0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186 #55 0x000072ccb195d159 in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:77 #56 0x000072ccb3afb14a in QApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2568 #57 0x00005f747e2eb1cb in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace/plasma-workspace-6.3.4/shell/main.cpp:191 -- You are receiving this mail because: You are watching all bug changes.