https://bugs.kde.org/show_bug.cgi?id=494065
--- Comment #16 from Michael Hamilton <mich...@actrix.gen.nz> --- (In reply to John Kizer from comment #15) > Sorry if I missed in the messages so far, but have you been able to test > this in a Wayland session to double-check? Thanks! Yes it's the same in wayland. The same workaround also works, do something like a no-crop crop, then adding annotations work properly without a crash. The wayland backtrace was as follows: #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007fe5c609b453 in __pthread_kill_internal (threadid=<optimized out>, signo=11) at pthread_kill.c:89 #2 0x00007fe5c6041cb6 in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26 #3 0x00007fe5c8c23a37 in KCrash::defaultCrashHandler (sig=11) at /usr/src/debug/kcrash-6.12.0/src/kcrash.cpp:605 #4 0x00007fe5c6041e00 in <signal handler called> () at /lib64/libc.so.6 #5 0x00007fe5c69f3c48 in QObjectPrivate::isSignalConnected(unsigned int, bool) const () at /lib64/libQt6Core.so.6 #6 0x00007fe5c6b1219e in ??? () at /lib64/libQt6Core.so.6 #7 0x00007fe5c6b08916 in QAbstractAnimation::setCurrentTime(int) () at /lib64/libQt6Core.so.6 #8 0x00007fe5c6afdc19 in ??? () at /lib64/libQt6Core.so.6 #9 0x00007fe5c6afd1c1 in QUnifiedTimer::updateAnimationTimers() () at /lib64/libQt6Core.so.6 #10 0x00007fe5c6b01405 in QAnimationDriver::advanceAnimation() () at /lib64/libQt6Core.so.6 #11 0x00007fe5c69f5139 in QObject::event(QEvent*) () at /lib64/libQt6Core.so.6 #12 0x00007fe5c7bdee35 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt6Widgets.so.6 #13 0x00007fe5c69adaf0 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt6Core.so.6 #14 0x00007fe5c6b1ee8f in QTimerInfoList::activateTimers() () at /lib64/libQt6Core.so.6 #15 0x00007fe5c6c07c3c in ??? () at /lib64/libQt6Core.so.6 #16 0x00007fe5c4aca638 in ??? () at /lib64/libglib-2.0.so.0 #17 0x00007fe5c4acc398 in ??? () at /lib64/libglib-2.0.so.0 #18 0x00007fe5c4accbac in g_main_context_iteration () at /lib64/libglib-2.0.so.0 #19 0x00007fe5c6c05133 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt6Core.so.6 #20 0x00007fe5c69b599b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt6Core.so.6 #21 0x00007fe5c69b765a in QCoreApplication::exec() () at /lib64/libQt6Core.so.6 #22 0x000055ca0e4f98bc in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/gwenview-24.12.3/app/main.cpp:221 -- You are receiving this mail because: You are watching all bug changes.