Bug 413262 - kdeinit5 crash, after closing gwenview
Summary: kdeinit5 crash, after closing gwenview
Status: RESOLVED DUPLICATE of bug 408797
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-21 07:48 UTC by klivmanis+kde
Modified: 2019-11-26 10:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
full backtrace, as provided by gbd (10.66 KB, text/plain)
2019-11-26 08:01 UTC, klivmanis+kde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klivmanis+kde 2019-10-21 07:48:49 UTC
SUMMARY
Opening an image with Gwenview, and closing the instance shortly after, causes the kdeinit5 crash.

Error message:
Executable: kdeinit5 PID: 9 069 Signal: Aborted (6) Time: 21.10.19 10:38:11

STEPS TO REPRODUCE
1. Folder contains many images(Currently, more than 23 000 images)
2. Open any image with Gwenview
3. Close Gwenview, before it has counted total images in folder - status shows 0 of {incomplete number of images in folder} items
4. kdeinit5 crash is reported

OBSERVED RESULT
If Gwenview completes the enumeration of all images, closing the instance does not results in a crash.

EXPECTED RESULT
kdeinit5 exits cleanly, if Gwenview is closed before counting all images in folder

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 19.10
(available in About System)
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4

ADDITIONAL INFORMATION
Comment 1 Christoph Feck 2019-11-11 11:07:06 UTC
Please add the backtrace for the crash. For more information, please read https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Reassigning to Gwenview developers for inspection.
Comment 2 Bug Janitor Service 2019-11-26 04:33:18 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 klivmanis+kde 2019-11-26 08:01:18 UTC
Created attachment 124121 [details]
full backtrace, as provided by gbd

gdb full backtrace, obtained via following method:
Reproduce gwenview/kdeinit5 crash.

cd /var/crash/
apport-unpack _usr_bin_kdeinit5.1000.crash kdeinit5
cd kdeinit5/
gdb `cat ExecutablePath` CoreDump
bt full
Comment 4 klivmanis+kde 2019-11-26 08:03:01 UTC
backtrace attachment added
Comment 5 Christoph Feck 2019-11-26 10:00:35 UTC
This looks like bug 408797, which should be fixed with KF5 5.63.0. If this still happens with that version, please add a comment.

*** This bug has been marked as a duplicate of bug 408797 ***