java.lang.RuntimeException: An error occurred while executing doInBackground()
Reported by
nao20010...@gmail.com,
Aug 26 2017
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 Steps to reproduce the problem: 1. Create app 2. Make a service running in an another process 3. Launch a WebView via WindowManager ref: https://stackoverflow.com/questions/18865035/android-using-webview-outside-an-activity-context 4. Open anything using WebView.loadUrl() (e.g. https://www.google.com/ ) 5. Process will crash What is the expected behavior? Not to crash What went wrong? FATAL EXCEPTION: AsyncTask #2 Process: package.name.is.here:proc, PID: 15221 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:325) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Caused by: java.lang.RuntimeException at org.chromium.base.ResourceExtractor$ExtractTask.doInBackground$51DKOQJ1EPGIUR31DPJIULJFD5I3MAACD9GNCO9FDHGMSPPFAPNMIP1R0(ResourceExtractor.java:24) at org.chromium.base.ResourceExtractor$ExtractTask.doInBackground(ResourceExtractor.java:78) at android.os.AsyncTask$2.call(AsyncTask.java:305) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Did this work before? No Chrome version: 60.0.3112.107 Channel: stable OS Version: Android 7.1.2 Flash Version: not installable There's 10 processes which do the same thing at once from an app.
,
Sep 14 2017
Same crash observed in Chrome v60.0.3112.116.
,
Oct 25 2017
@ nao20010128 : Thanks for filing the issue! could you please try in latest versions of Chrome on Android and let us know the observations and please provide the crash id from chrome://crashes,device details of the issue.Which would help us to triage the issue further. Thanks in Advance!
,
Feb 11 2018
,
Feb 11 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by brajkumar@chromium.org
, Sep 7 2017