Hello, I have updated strawberry to version 1.2.2 and it keeps randomly crashing after update.
My system:
uname -a
Linux thunderbluff 6.11.10-1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.11-15.1~trixie (2024-11-22) x86_64 GNU/Linux
plasmashell --version
plasmashell 6.2.3
dpkg -l | awk -F'[:-]' '/plasma-desktop\s/{print $3}'
desktop 5
6.2.3
Last gdb backtrace:
Thread 1 "strawberry" received signal SIGSEGV, Segmentation fault.
0x00007ffff73b209f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt6Widgets.so.6
(gdb) bt
#0 0x00007ffff73b209f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt6Widgets.so.6
#1 0x00007ffff5387968 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#2 0x00007ffff5387bf7 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#3 0x00007ffff5591067 in ?? () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#4 0x00007ffff5ab381f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff5ab5a57 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6 0x00007ffff5ab61c0 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff558eea3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#8 0x00007ffff5392b1b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#9 0x00007ffff538a948 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#10 0x00005555556c7411 in main ()
Please help.