-
Notifications
You must be signed in to change notification settings - Fork 6
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
Acousticbrainz stalls after 994 songs. #21
Comments
Occured for me too. UI responds, just progress is stopped. App uses almost 0% CPU. Here is stack trace made with lldb. After pressing "Stop" it crashed (second stacktrace). acousticbrainz-gui-osx-0.1 |
When tried to scan directory containing file on which it freezed for the first time, it completed successfully for second time. |
My guess is that some files had some errors while processing and we didn't correctly update the status by +1 for these files, so by the time the dialog gets to this stage there are no further files to process (hence the low CPU), but the app thinks that some threads are still running (hence it crashing when it tries to kill non-existent threads) |
Is there anything we can do to help debug this? |
The text was updated successfully, but these errors were encountered: