https://bugs.kde.org/show_bug.cgi?id=506330
--- Comment #1 from Ming Chuan <[email protected]> --- Got another crash at the same function (`KisImage::currentLevelOfDetail`) with different call path, it seems there is a real issue around `move_stroke_strategy`? This time there is no safe assert showing up in log ``` #0 KisImage::currentLevelOfDetail (this=0x0) at /home/user/sources/krita/libs/image/kis_image.cc:2551 #1 0x00007ffff791b393 in operator() (__closure=<optimized out>) at /home/user/sources/krita/libs/ui/tool/strokes/move_stroke_strategy.cpp:375 #2 0x00007ffff67e874b in KisStrokeJob::run (this=<optimized out>) at /home/user/sources/krita/build/libs/image/kritaimage_autogen/EWIEGA46WW/../../../../../libs/image/kis_stroke_job.h:32 #3 KisUpdateJobItem::runImpl (this=0xaec2da0) at /home/user/sources/krita/build/libs/image/kritaimage_autogen/EWIEGA46WW/../../../../../libs/image/kis_update_job_item.h:100 #4 KisUpdateJobItem::run (this=0xaec2da0) at /home/user/sources/krita/build/libs/image/kritaimage_autogen/EWIEGA46WW/../../../../../libs/image/kis_update_job_item.h:49 #5 0x00007ffff31a1ff3 in QThreadPoolThread::run() () from /nix/store/a7vlrrzdya0qsnsbwddmgpw873xj5mdb-qtbase-6.9.1/lib/libQt6Core.so.6 #6 0x00007ffff3197437 in QThreadPrivate::start(void*) () from /nix/store/a7vlrrzdya0qsnsbwddmgpw873xj5mdb-qtbase-6.9.1/lib/libQt6Core.so.6 #7 0x00007ffff269af08 in start_thread () from /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66/lib/libc.so.6 #8 0x00007ffff27230ac in __clone3 () from /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66/lib/libc.so.6 ``` -- You are receiving this mail because: You are watching all bug changes.
