| Summary: | Krita 4.2.0 crashes on closing | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Heiko Becker <heiko.becker> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Exherbo | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Heiko Becker
2019-05-28 20:14:28 UTC
Which linux distribution and which version of Qt is this? (In reply to Boudewijn Rempt from comment #1) > Which linux distribution and which version of Qt is this? Exherbo Linux and as mentioned above Qt 5.12.3. Okay, fixed the platform. Does the appimage also crash for you? Doesn't seem so, it only throws some python error at me:
[cut away similar messages]
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
krita.lib.widgets: The file could not be parsed.
QObject::startTimer: Timers cannot have negative intervals
/tmp/.mount_krita-IILTfz/usr/lib/krita-python-libs/krita added to PYTHONPATH
Exception ignored in: <module 'threading' from '/tmp/.mount_krita-IILTfz/usr/lib/python3.5/threading.py'>
Traceback (most recent call last):
File "/tmp/.mount_krita-IILTfz/usr/lib/python3.5/threading.py", line 1283, in _shutdown
assert tlock.locked()
SystemError: <built-in method locked of _thread.lock object at 0x7f1b0f65b990> returned a result with an error set
That's pretty weird, I'm wondering if you've got some debug version of pthreads installed or something like that, since both asserts happen in threading code that we didn't even write ourselves. Does this still happen with 4.2.3 and your distribution packages and the appimage? No, doesn't happen anymore with the packages. Didn't test the appimage. Thanks for checking! |