-
Notifications
You must be signed in to change notification settings - Fork 278
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
Get System error #8
Comments
I can't reproduce this myself, although this SO question might help you: http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android Does the app actually crash? Or does it just log the error message? The answer on SO suggests just ignoring the Exception. Could you try if this fixes your problem, and if it does submit a Pull Request, so others can benefit from your fix? |
Thanks a lot for reply me. And my app is crash and I get this error log. My app is not crash at particular point but it is randomly crashing and I get below log. A/libc(29188): Fatal signal 11 (SIGSEGV) at 0x42f20000 (code=2), thread 29529 (Visualizer) Above is the main error which I get. Can you please help me to resolve this issue? Thanks |
Sorry, I can't repro this, so don't know if I can be much help. Perhaps you could try to post on StackOverflow, with more detailed information? I found this question, which might help: http://stackoverflow.com/questions/14302825/fatal-signal-11-android-visualizer |
Hello
I have used visualizer in my app and I get below system error randomly So I can not figure out actual issue. Can you please help me to solve this issue.
E/MediaPlayer(29188): Should have subtitle controller already set
A/libc(29188): Fatal signal 11 (SIGSEGV) at 0x42f20000 (code=2), thread 29529 (Visualizer)
Thanks
Girish
The text was updated successfully, but these errors were encountered: