https://bugs.kde.org/show_bug.cgi?id=494924
--- Comment #1 from postix <pos...@posteo.eu> --- Looks like this is actually a Qt memory access bug: ``` QUtf8::convertFromUnicode (in=...) at /usr/src/debug/qt6-qtbase-6.7.2-6.fc40.x86_64/src/corelib/text/qstringconverter.cpp:490 u = <optimized out> res = <optimized out> nextAscii = 0x3 <error: Cannot access memory at address 0x3> len = <optimized out> result = {d = {d = 0x7eceb0005e50, ptr = 0x7eceb0005e60 "", size = 3}, static _empty = 0 '\000'} dst = 0x7eceb0005e60 "" src = 0x1 <error: Cannot access memory at address 0x1> end = <optimized out> ``` Will check if it's known, otherwise report it upstream and reference it here. -- You are receiving this mail because: You are watching all bug changes.