Closed
Bug 1557317
Opened 6 years ago
Closed 5 years ago
Crash in [@ java.lang.IllegalArgumentException: at android.app.job.JobParameters.completeWork(JobParameters.java)]
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox68 fix-optional)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fix-optional |
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This bug is for crash report bp-c17c1517-e271-4ea0-a12c-5927f0190604.
This crash is showing up in Fennec nightly and in 68 beta: https://bit.ly/2MvI9T3. Not super high volume but one comment mentions crashing when starting the app. 13 crashes/13 installs in the last week. There were a few single crashes in previous releases, but this seems more noticeable in 68.
APIs 26-28 are affected.
Java stack trace:
java.lang.IllegalArgumentException: Given work is not active: JobWorkItem{id=2 intent=Intent { act=upload (has extras) } dcount=1}
at android.app.job.JobParameters.completeWork(JobParameters.java:233)
at android.support.v4.app.JobIntentService$JobServiceEngineImpl$WrapperWorkItem.complete(JobIntentService.java:268)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:394)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:383)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
| Reporter | ||
Comment 1•6 years ago
|
||
Only a handful of crashes in 68.0b7. This will likely be fix optional unless the volume increases dramatically.
Updated•6 years ago
|
Comment 3•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•