| Summary: | #484796 Error Regression: Program Crash When Overwriting Gradient Resources in Krita | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | SharpIce <VupRbl> |
| Component: | Resource Management | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | dimula73 |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.14 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | drkonqi.txt, gdb.txt, gdb_output.txt, krita.log, krita-sysinfo.log | ||
|
Description
SharpIce
2026-01-17 16:14:49 UTC
I cannot reproduce the crash/assert here. But if I create two layers with different gradients names "unnamed", then after reloading both layers will have the same gradient, even though both are loaded. (In reply to Dmitry Kazakov from comment #1) > I cannot reproduce the crash/assert here. But if I create two layers with > different gradients names "unnamed", then after reloading both layers will > have the same gradient, even though both are loaded. I tried again, but the issue persists. I might have missed a step in my description, so could you please check the video? My apologies for forgetting to set the permissions to public earlier: https://drive.google.com/file/d/1mZhAHcYj3OC0Xzowc9vEbBohLRWhfTBQ Hi, SharpIce! Could you please also retest with the official AppImage? (In reply to Dmitry Kazakov from comment #3) > Hi, SharpIce! > > Could you please also retest with the official AppImage? I've tested this on both AppImage and Windows 11, and the issue persists. After checking with a few friends, it seems to work fine on X11. Below is the terminal log generated while running the AppImage: ``` Bundle "/home/sharpice/.local/share/krita/EO_Bundle.bundle" is broken. File "gradients/krita.svg" is missing QObject::startTimer: Timers cannot have negative intervals Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] /tmp/.mount_krita-gakadI/usr/lib/krita-python-libs/krita added to PYTHONPATH ASSERT (krita): "embeddedResources.last().data()" in file /builds/graphics/krita/libs/image/kis_asl_layer_style_serializer.cpp, line 756 zsh: IOT instruction (core dumped) ./krita-5.2.14-x86_64.AppImage ``` |