android-visualizer icon indicating copy to clipboard operation
android-visualizer copied to clipboard

Get System error

Open GirishBhutiya opened this issue 11 years ago • 3 comments

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

GirishBhutiya avatar Feb 17 '14 04:02 GirishBhutiya

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?

felixpalmer avatar Feb 18 '14 09:02 felixpalmer

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

GirishBhutiya avatar Feb 18 '14 11:02 GirishBhutiya

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

felixpalmer avatar Feb 24 '14 10:02 felixpalmer