https://bugs.kde.org/show_bug.cgi?id=487466
--- Comment #2 from postix <pos...@posteo.eu> --- Looks like it's an assertion error actually "!(__hi < __lo)") ``` #9 0x00007f3601ed9d50 in std::__glibcxx_assert_fail (file=file@entry=0x7f360542d3a8 "/usr/include/c++/14/bits/stl_algo.h", line=line@entry=3625, function=function@entry=0x7f360542d350 "constexpr const _Tp& std::clamp(const _Tp&, const _Tp&, const _Tp&) [with _Tp = int]", condition=condition@entry=0x7f360542e151 "!(__hi < __lo)") at ../../../../../libstdc++-v3/src/c++11/assert_fail.cc:41 #10 0x00007f36053f001f in std::clamp<int> (__val=<optimized out>, __lo=<optimized out>, __hi=<optimized out>) at /usr/include/c++/14/bits/stl_algo.h:3623 #11 std::clamp<int> (__val=<optimized out>, __lo=<optimized out>, __hi=<optimized out>) at /usr/include/c++/14/bits/stl_algo.h:3623 #12 PlasmaQuick::AppletPopup::updateSize (this=0x55fe48da86f0) at /usr/src/debug/libplasma-6.0.4-2.fc40.x86_64/src/plasmaquick/appletpopup.cpp:264 ``` -- You are receiving this mail because: You are watching all bug changes.