Crash in [@ java.lang.IllegalArgumentException: at android.app.DownloadManager.addCompletedDownload(DownloadManager.java)]
Categories
(Firefox for Android :: General, defect, P3)
Tracking
()
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-349ff670-fa5d-4fff-b629-87a940200617.
Looks like the crashes started with the 20200603092905 Nightly build.
Java stack trace:
java.lang.IllegalArgumentException
at android.app.DownloadManager.addCompletedDownload(DownloadManager.java:2013)
at android.app.DownloadManager.addCompletedDownload(DownloadManager.java:1991)
at mozilla.components.feature.downloads.AbstractFetchDownloadService.addToDownloadSystemDatabaseCompat$feature_downloads_release(AbstractFetchDownloadService.kt:17)
at mozilla.components.feature.downloads.AbstractFetchDownloadService.updateDownloadNotification$feature_downloads_release(AbstractFetchDownloadService.kt:5)
at mozilla.components.feature.downloads.AbstractFetchDownloadService.access$updateDownloadNotification(AbstractFetchDownloadService.kt:5)
at mozilla.components.feature.downloads.AbstractFetchDownloadService$onStartCommand$2.invokeSuspend(AbstractFetchDownloadService.kt:7)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
at kotlinx.coroutines.AwaitKt.resume(Await.kt:11)
at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:18)
at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:5)
at kotlinx.coroutines.CancellableContinuationImpl.resumeUndispatched(CancellableContinuationImpl.kt:2)
at kotlinx.coroutines.android.HandlerContext$scheduleResumeAfterDelay$$inlined$Runnable$1.run(Runnable.kt:1)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7124)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:975)
| Reporter | ||
Comment 1•5 years ago
|
||
This is currently the #5 overall Fenix Nightly topcrash.
Comment 2•5 years ago
|
||
We put a patch on 45.0.20200616130058 It should be already fixed on nightly, if you see new occurrences please let me know.
Comment 3•5 years ago
|
||
I was able to reproduce this crash on Nightly 6/18 with Xiaomi Redmi Note 8T (Android 9)
STR:
- Open https://drive.google.com/file/d/1FNmuJkUivTWbihkjepp6zEwKtE6JGfjU/view in normal browsing.
- Download the file.
Note: download failed in private browsing, not crash displayed.
Comment 4•5 years ago
|
||
(In reply to Sorina Florean [:sflorean] from comment #3)
I was able to reproduce this crash on Nightly 6/18 with Xiaomi Redmi Note 8T (Android 9)
STR:
- Open https://drive.google.com/file/d/1FNmuJkUivTWbihkjepp6zEwKtE6JGfjU/view in normal browsing.
- Download the file.
Note: download failed in private browsing, not crash displayed.
Thanks for the info Sorina, the issue is only reproducible on Xiaomi Redmi Note 8T (Android 9)?
Comment 5•5 years ago
•
|
||
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=1071116 (Fennec case). This might be fixed by https://github.com/mozilla-mobile/android-components/commit/88f48e3fecef123c2655510310b61916b34c562f
Comment 6•5 years ago
|
||
(In reply to Arturo Mejia from comment #4)
(In reply to Sorina Florean [:sflorean] from comment #3)
I was able to reproduce this crash on Nightly 6/18 with Xiaomi Redmi Note 8T (Android 9)
STR:
- Open https://drive.google.com/file/d/1FNmuJkUivTWbihkjepp6zEwKtE6JGfjU/view in normal browsing.
- Download the file.
Note: download failed in private browsing, not crash displayed.
Thanks for the info Sorina, the issue is only reproducible on Xiaomi Redmi Note 8T (Android 9)?
I was able to reproduce also with LG G7 FIT (Android 8).
And not reproducible with Nokia 6 (A 7.1.1), Samsung Note 10 (Android 10), Google Pixel 3 (Android 11), Huawei MediaPad M2(Android 5.1.1), Pixel 3 XL (Android 9), Samsung Galaxy S9 (Android 8) si Sony Xperia Z5 (Android 7).
Comment 7•4 years ago
|
||
Crash volume is extremely low, but not fixed. We've received 12 crash reports from Fenix 94.1.* and 1 from Fenix 95.*.
Comment 8•3 years ago
|
||
No crash reports since Fenix 97.1.0.
Updated•3 years ago
|
Description
•