Open
Bug 2039491
Opened 13 days ago
Updated 5 days ago
Crash in [@ java.lang.IllegalArgumentException: at org.mozilla.geckoview.GeckoRuntime.init(GeckoRuntime.java)]
Categories
(Firefox for Android :: Crash Reporting, defect)
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned, NeedInfo)
Details
(Keywords: crash, topcrash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/aeb0d46a-2cf2-4e26-9141-c09c80260513
Top 10 frames:
0 org.mozilla.geckoview.GeckoRuntime init GeckoRuntime.java:69
1 org.mozilla.geckoview.GeckoRuntime create GeckoRuntime.java:6
2 org.mozilla.fenix.gecko.GeckoProvider createRuntime GeckoProvider.kt:710
3 org.mozilla.fenix.components.Core$$ExternalSyntheticLambda44 invoke R8$$SyntheticClass:32
4 kotlin.SynchronizedLazyImpl getValue LazyJVM.kt:21
5 org.mozilla.fenix.components.Core$$ExternalSyntheticLambda0 invoke R8$$SyntheticClass:1213
6 kotlin.SynchronizedLazyImpl getValue LazyJVM.kt:21
7 org.mozilla.fenix.components.Core getEngine Core.kt:3
8 org.mozilla.fenix.components.Components$$ExternalSyntheticLambda48 invoke R8$$SyntheticClass:100
9 kotlin.SynchronizedLazyImpl getValue LazyJVM.kt:21
The exception message is: Crash handler service must run in a separate process. It seems like we're trying to instance the crash handler within the main process.
Comment 1•13 days ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 AArch64 and ARM crashes on nightly
For more information, please visit BugBot documentation.
Keywords: topcrash
Comment 2•5 days ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jboek)
You need to log in
before you can comment on or make changes to this bug.
Description
•