Bug 456165 - Krita segmentation fault when saving a file
Summary: Krita segmentation fault when saving a file
Status: RESOLVED DUPLICATE of bug 453884
Alias: None
Product: krita
Classification: Applications
Component: * Unknown (show other bugs)
Version: 5.0.5
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-30 11:13 UTC by Adrián López Galera
Modified: 2022-06-30 11:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrián López Galera 2022-06-30 11:13:14 UTC
SUMMARY
***

Krita crashes when saving a file. It doesn't matter the fileformat from/to import or export. I have debugged Krita by using gdb. I'm running KDE NEON (user branch) with the official package.

***

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x00007ffff46b8c47 in std::__atomic_base<int>::load (__m=std::memory_order_relaxed, this=0x2ffffffff) at /usr/include/c++/9/bits/atomic_base.h:413
413           load(memory_order __m = memory_order_seq_cst) const noexcept



STEPS TO REPRODUCE
1. Load a image or create a new one.
2. Save the image (with or without changes)

OBSERVED RESULT

Krita crashes due to a segmentation fault.

EXPECTED RESULT

No crash.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.25
KDE Plasma Version: 5.25.2
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.16.10-051610-generic (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 580 Series
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B450M S2H
Comment 1 Halla Rempt 2022-06-30 11:15:06 UTC

*** This bug has been marked as a duplicate of bug 453884 ***
Comment 2 Halla Rempt 2022-06-30 11:15:33 UTC
Note: we have released a 5.0.8 for Linux distributions that fixes this problem.
Comment 3 Adrián López Galera 2022-06-30 11:20:00 UTC
Thank you so much.