| Summary: | Crash when opening GMic filter window | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Martino Ferrari <manda.mgf> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | halla |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martino Ferrari
2022-12-12 19:16:22 UTC
Can you also reproduce this with the appimage? If not, it's likely an Arch build/config/local issue. The GMicProcessor does not disconnect target connections on thread destruction, and the plugin should be asserting on the thread being NULL or freed before hitting that line. Based on the fact that it's built as as Release binary, thus not hitting the assertion (this is not our release configuration) and that the code crashing is not the Krita binding itself, I am marking it as an upstream bug. Please forward this bug to https://github.com/c-koi/gmic-qt. |