New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 759278 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

java.lang.RuntimeException: An error occurred while executing doInBackground()

Reported by nao20010...@gmail.com, Aug 26 2017

Issue description

UserAgent: 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.
 
Labels: -OS-Linux Needs-Triage-M60 OS-Android
The above issue is related to Android OS, removing Linux and adding appropriate OS label for further triage.

Thanks!

Comment 2 by smcs...@gmail.com, Sep 14 2017

Same crash observed in Chrome v60.0.3112.116.
Cc: msrchandra@chromium.org rbasuvula@chromium.org sandeepkumars@chromium.org
Labels: Needs-triage-Mobile Triaged-Mobile Needs-Feedback
@ 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!
Components: Mobile>WebView

Comment 5 by boliu@chromium.org, Feb 11 2018

Mergedinto: 809694
Status: Duplicate (was: Unconfirmed)

Sign in to add a comment