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

Maybe a bug #21

Open
sprhawk opened this issue May 3, 2012 · 0 comments
Open

Maybe a bug #21

sprhawk opened this issue May 3, 2012 · 0 comments

Comments

@sprhawk
Copy link

sprhawk commented May 3, 2012

when quickly switch among songs, calling -stop, it may exit -startInternal before calling -failWithErrorCode(in a thread, for example parse bytes thread), however, before exiting -startInternal, state is set as AS_INITIALIZED, but in -failWithError, state is set as AS_STOPPED, so the -stop is in a dead loop.

so before set as AS_STOPPED in failWithError, it should check wheather the state is AS_INITIALIZED.

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

1 participant