https://bugs.kde.org/show_bug.cgi?id=487230
--- Comment #7 from Michiel <michiel00kr...@gmail.com> --- (In reply to Akseli Lahtinen from comment #5) > Can you get the crash with default global theme, like breeze light or breeze > dark? No, the crash doesn't happen when I use any of the default themes: Breeze, Breeze Dark or Breeze Twilight. It also doesn't crash with the Fedora default plasma theme. Interestingly, when I switch from a Global Theme that causes a crash (such as Otto) to one of those default themes, it crashes. But only during the switch; once the good theme is active, it doesn't crash anymore. Just everytime that I switch from a broken theme. (In reply to Sławek from comment #6) > I saw similar crash (reported by me in > https://bugs.kde.org/show_bug.cgi?id=487180 but closed as duplicate of this > one) and I am using only default Breeze theme. I have installed some other > plasma themes but they are not used currently. I can't reproduce it when on the default Breeze theme. Any chance any other of the colors is still set to a different theme? So Colours/Application Style/Plasma Style/Window Decorations etc. Otherwise, our two issues may be caused by the same problem, but happen in different scenarios. Our crash stacktraces are very similar, caused by: [KCrash Handler] #4 0x00007fe5cb6ab144 in __pthread_kill_implementation () from /lib64/libc.so.6 #5 0x00007fe5cb65365e in raise () from /lib64/libc.so.6 #6 0x00007fe5cb63b902 in abort () from /lib64/libc.so.6 #7 0x00007fe5cb8d9d50 in std::__glibcxx_assert_fail(char const*, int, char const*, char const*) () from /lib64/libstdc++.so.6 #8 0x00007fe5cee8701f in PlasmaQuick::AppletPopup::updateSize() () from /lib64/libPlasmaQuick.so.6 #9 0x00007fe5cbdfa3f4 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt6Core.so.6 #10 0x00007fe5cbdfa3f4 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt6Core.so.6 #11 0x00007fe5cd9f6d9b in QQuickItem::setImplicitHeight(double) () from /lib64/libQt6Quick.so.6 ... I looked for that AppletPopup::updateSize() at https://github.com/KDE/plasma-framework/blob/master/src/plasmaquick/appletpopup.cpp#L221 but I don't see anything that would trigger that assertion one line up in the stacktrace, so I can't figure out what would be causing this specifically. -- You are receiving this mail because: You are watching all bug changes.