Seg fault occurs here [url]https://github.com/qt/qtbase/blob/6.8.0/src/corelib/text/qstring.cpp#L7192[/url]
For some reason, this function is getting passed a bad pointer:
[code]
Thread 1 "pavucontrol-qt" hit Breakpoint 1.1, QUnicodeTables::convertCase<QString const> (str=..., which=which@entry=QUnicodeTables::LowerCase) at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.cpp:7192
$886 = (const QString &) @0xffffffffe7a8: {d = {d = 0x0, ptr = 0x0, size = 4}, static _empty = 0 u'\000'}
[/code]
I was able to follow it until [url]https://github.com/qt/qtbase/blob/6.8.0/src/corelib/kernel/qmetatype.cpp#L1125[/url] at which point my laptop runs out of RAM and swap.
This issue has been reproduced on qt6ct and pavucontrol-qt. This issue does not affect Qt5 programs.
EDIT: Forum is a bit broken too

EDIT2: Should also mention that removing "~/.config/Kvantum" did not help. This path includes my current theme as well.