-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange bug that program appear to be hang after scan completed or stopped #1229
Labels
bug
Something isn't working
Comments
Crash happens in this code czkawka/czkawka_core/src/similar_images.rs Lines 372 to 396 in e5a0219
and is caused by using here image with unknown extension - this situation should never happens, because images with known extensions should be used in this code, but somehow happened. |
great, since you had traced the issue, i believe you will be able to fix it soon, thanks! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
latest github source, build following the guide. (i had been doing this since long time ago and it was always working correctly until recently).
during hashing stage, if user stop the hashing, or even hashing completed, for large library, the program will appear like hang, but you can still move the czkawka dialog box.
Steps to reproduce:
just scan images for large library, and then stop.
![image](https://private-user-images.githubusercontent.com/1291771/308022667-fb49bba1-6c3f-42b8-96c0-549b0389bcff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODA5MTcsIm5iZiI6MTczOTU4MDYxNywicGF0aCI6Ii8xMjkxNzcxLzMwODAyMjY2Ny1mYjQ5YmJhMS02YzNmLTQyYjgtOTZjMC01NDliMDM4OWJjZmYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDA1MDE3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTNhYjkwMGM5M2MyNDRiNmEyNWFiYTk5YmRjYWE1Zjk5ZGI4NWI1MmY0MTk3MDM0YjhlMDc5MGYxNzJlNGViMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AZzNIWhirzsI-IIhdbaysghcP5jgLtrJL__3nMtKOFw)
i had been stuck in this interface for more than 12 hours, htop show there is no activity, no high CPU usage nor IO usage.
System
i was thinking that maybe my Linux OS corrupted, so i installed a fresh new Ubuntu.
then i think maybe my database corrupted, i deleted the database in .cache/czkawka folder.
but still the result is same.
The text was updated successfully, but these errors were encountered: