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

chromaprint bugs may cause nowplaying to crash #206

Closed
aw-was-here opened this issue Jul 30, 2021 · 2 comments
Closed

chromaprint bugs may cause nowplaying to crash #206

aw-was-here opened this issue Jul 30, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@aw-was-here
Copy link
Collaborator

aw-was-here commented Jul 30, 2021

Not sure if this bug impacts just the library or fpcalc.exe. Anyway crash is:

rocessor.cpp:148: virtual void chromaprint::AudioProcessor::Consume(const int16_t*, int): Assertion `length % m_num_channels == 0' failed.
Aborted (core dumped)

Worse, however, is that it takes out the main process which leaves dead children.

@aw-was-here
Copy link
Collaborator Author

See acoustid/chromaprint#90 as to the source of the crash. Until this gets fixed, it may be required to run the acoustid code in a separate process.

@aw-was-here aw-was-here added the bug Something isn't working label Jul 30, 2021
@aw-was-here
Copy link
Collaborator Author

fixed by #223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant