Skip to content
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

Open
BoBeR182 opened this issue Dec 21, 2016 · 4 comments
Open

Acousticbrainz stalls after 994 songs. #21

BoBeR182 opened this issue Dec 21, 2016 · 4 comments

Comments

@BoBeR182
Copy link

screenshot from 2016-12-20 20-08-43

@kolen
Copy link

kolen commented Jul 7, 2017

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

@kolen
Copy link

kolen commented Jul 8, 2017

When tried to scan directory containing file on which it freezed for the first time, it completed successfully for second time.

@alastair
Copy link
Member

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)

@BoBeR182
Copy link
Author

BoBeR182 commented Feb 4, 2018

Is there anything we can do to help debug this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants