java.lang.IllegalStateException at org.chromium.media.MediaPlayerBridge$LoadDataUriTask.onPostExecute(MediaPlayerBridge.java:279)
Reported by
car...@instantbits.com,
Jul 12 2016
|
||||
Issue description
Device name: Multiple
Android version: 5 and 6
WebView version (from system settings -> Apps -> Android System WebView): don't know
Application: Web Video Caster
Application version: 4.0
I have received this crash on Crashlytics. I don't know how to reproduce it. It is only happening on Android 5 and 6 on various phones from various manufacturers.
Fatal Exception: java.lang.IllegalStateException
at android.media.MediaPlayer._setDataSource(MediaPlayer.java)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1321)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1306)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1241)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1160)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1086)
at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1067)
at org.chromium.media.MediaPlayerBridge$LoadDataUriTask.onPostExecute(MediaPlayerBridge.java:279)
at org.chromium.media.MediaPlayerBridge$LoadDataUriTask.onPostExecute(MediaPlayerBridge.java:235)
at android.os.AsyncTask.finish(AsyncTask.java:636)
at android.os.AsyncTask.access$500(AsyncTask.java:177)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6838)
at java.lang.reflect.Method.invoke(Method.java)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)
,
Jul 12 2016
,
Aug 30 2016
Is there any news on when this issue will be targeted/fixed?
,
Aug 30 2016
WebView has the unified (with desktop) media pipeline from version M53. M53 should go into stable release very soon, please retest with it.
,
Sep 20 2016
Has anyone confirmed that this is resolved in version 53? This is one of our top crashes. I see here that 53 is in the midst of roll-out (https://googlechromereleases.blogspot.com/2016/09/chrome-for-android-update_16.html), but it's not available on my phone at the moment.
,
Sep 20 2016
we have noticed a giant decrease in crashes since the rollout of v53 so maybe?
,
Sep 20 2016
Yes, it should be directly related. Please notice that the release schedule for WebView might be different from Chrome application. +amineer@ who might give more insight about this.
,
Sep 30 2016
We pushed M53 to 100% on Sept 20, so this should be fixed for you. If it's not please re-open the bug. |
||||
►
Sign in to add a comment |
||||
Comment 1 by boliu@chromium.org
, Jul 12 2016Owner: ti...@chromium.org