https://bugs.kde.org/show_bug.cgi?id=500443
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #4 from cwo <cwo....@posteo.net> --- Offending line in mnemonicattached.cpp: m_mnemonicLabel.replace(QRegularExpression(QLatin1String("\\&([^\\&])")), QStringLiteral("\\1")); It fails on JIT-compiling the regular expression while preparing to do the replace. I don't think there's anything here that could cause a crash from our end, it's just a fixed regular expression (and the line hasn't changed since 2023). It goes to Qt, which calls PCRE2, which crashes. Can you check whether there is an issue with PCRE in Fedora 42 Prerelease? That would also explain why all of them crash. -- You are receiving this mail because: You are watching all bug changes.