https://bugs.kde.org/show_bug.cgi?id=474476

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO

--- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> ---
Btw, I have built a special version of Krita, could you also try this bug using
this build? It has the following changes:

1) It is huge! (1.1GiB)
2) Has debugging symbols
3) Has ASAN instrumentation (will crash on the first error and will dump the
error to the terminal)
4) Will crash automatically on any of these warnings, so we will be able to
catch the exact place where the issue happens:

* QObject::killTimer: Timers cannot be stopped from another thread
* QObject::~QObject: Timers cannot be stopped from another thread

5) Is slower than normal Krita due to ASAN. If it is too slow for you to test,
please tell me and I will try to think something up.

How to start this version:

export
ASAN_OPTIONS=alloc_dealloc_mismatch=0,new_delete_type_mismatch=0,detect_leaks=0
gdb --eval-command=run ./krita-5.3.0-prealpha-4e429b5509-x86_64.appimage


If this version is too slow for real testing, I can build another one without
ASAN, but it would take quite a bit of time...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to