https://bugs.kde.org/show_bug.cgi?id=497211
Bug ID: 497211 Summary: Segmentation fault on opening a book Classification: Applications Product: Arianna Version: 24.08.3 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: c...@carlschwan.eu Reporter: merl.andr...@outlook.com Target Milestone: --- Created attachment 176444 --> https://bugs.kde.org/attachment.cgi?id=176444&action=edit gdb backtrace SUMMARY STEPS TO REPRODUCE 1. start arianna 2. open a book from your library OBSERVED RESULT arianna crashes with a segmentation fault EXPECTED RESULT arianna opens the book for reading SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.1 Kernel Version: 6.12.3-arch1-1 (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION As I am neither a software engineer nor familiar with C++ / Qt I can't tell what exactly is going on, but it seems the problem is in bookserver.cpp. In line 28 return std::move(resp); it seems the std::move() call creates the segmentation fault trying to move the resp pointer. -- You are receiving this mail because: You are watching all bug changes.