https://bugs.kde.org/show_bug.cgi?id=502525
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- The issue appears to be infinite recursion: #0 0x00007f5ac3e2855a in scratch_buffer_init (buffer=<optimized out>) at ../include/scratch_buffer.h:77 #1 __GI___realpath (name=0x563cef8324b0 "/home/scarf/.local/share/plasma/look-and-feel/org.kde.breeze.desktop", resolved=0x7fffb31fac50 '\376' <repeats 200 times>...) at canonicalize.c:429 #2 0x00007f5ac46a906f in realpath (__name=<optimized out>, __resolved=0x7fffb31fac50 '\376' <repeats 200 times>...) at /usr/include/bits/stdlib.h:55 #3 QFileSystemEngine::canonicalName (entry=..., data=...) at /usr/src/debug/qt6-qtbase-6.8.2-3.fc41.x86_64/src/corelib/io/qfilesystemengine_unix.cpp:675 #4 0x00007f5ac44864f3 in QDir::canonicalPath (this=this@entry=0x7fffb31fbd58) at /usr/src/debug/qt6-qtbase-6.8.2-3.fc41.x86_64/src/corelib/io/qdir.cpp:702 #5 0x00007f5ac71754c7 in KPackage::Package::setPath (this=this@entry=0x7fffb31fbed0, path=...) at /usr/src/debug/kf6-kpackage-6.12.0-1.fc41.x86_64/src/kpackage/package.cpp:516 #6 0x00007f5aac12bf0f in LookAndFeelPackage::initPackage (this=<optimized out>, package=0x7fffb31fbed0) at /usr/src/debug/plasma-workspace-6.3.4-2.fc41.x86_64/shell/packageplugins/lookandfeel/lookandfeel.cpp:54 #7 0x00007f5ac71751ba in KPackage::PackageLoader::loadPackage (this=this@entry=0x563ccc487e20, packageFormat=..., packagePath=...) at /usr/src/debug/kf6-kpackage-6.12.0-1.fc41.x86_64/src/kpackage/packageloader.cpp:58 #8 0x00007f5aac12c499 in LookAndFeelPackage::pathChanged (this=<optimized out>, package=0x7fffb31fc170) at /usr/src/debug/plasma-workspace-6.3.4-2.fc41.x86_64/shell/packageplugins/lookandfeel/lookandfeel.cpp:60 #9 0x00007f5ac7175a65 in KPackage::Package::setPath (this=this@entry=0x7fffb31fc170, path=...) at /usr/src/debug/kf6-kpackage-6.12.0-1.fc41.x86_64/src/kpackage/package.cpp:529 #10 0x00007f5aac12bf0f in LookAndFeelPackage::initPackage (this=<optimized out>, package=0x7fffb31fc170) at /usr/src/debug/plasma-workspace-6.3.4-2.fc41.x86_64/shell/packageplugins/lookandfeel/lookandfeel.cpp:54 #11 0x00007f5ac71751ba in KPackage::PackageLoader::loadPackage (this=this@entry=0x563ccc487e20, packageFormat=..., packagePath=...) at /usr/src/debug/kf6-kpackage-6.12.0-1.fc41.x86_64/src/kpackage/packageloader.cpp:58 #12 0x00007f5aac12c499 in LookAndFeelPackage::pathChanged (this=<optimized out>, package=0x7fffb31fc410) at /usr/src/debug/plasma-workspace-6.3.4-2.fc41.x86_64/shell/packageplugins/lookandfeel/lookandfeel.cpp:60 #13 0x00007f5ac7175a65 in KPackage::Package::setPath (this=this@entry=0x7fffb31fc410, path=...) at /usr/src/debug/kf6-kpackage-6.12.0-1.fc41.x86_64/src/kpackage/package.cpp:529 #14 0x00007f5aac12bf0f in LookAndFeelPackage::initPackage (this=<optimized out>, package=0x7fffb31fc410) at /usr/src/debug/plasma-workspace-6.3.4-2.fc41.x86_64/shell/packageplugins/lookandfeel/lookandfeel.cpp:54 In this past, this has been caused by things like two themes falling back to each other. -- You are receiving this mail because: You are watching all bug changes.