Crash in [@ java.lang.IllegalArgumentException: at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)]
Categories
(Firefox for Android :: General, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | + | fixed |
firefox87 | + | fixed |
People
(Reporter: fluffyemily, Unassigned)
References
Details
(Keywords: crash, regression, Whiteboard: [geckoview:m87])
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/d42daa28-d94a-473e-b455-a508c0210128
Java stack trace:
java.lang.IllegalArgumentException
at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:101)
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Full stacktrace with message:
java.lang.IllegalArgumentException: Could not process image.
at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:101)
Comment 2•4 years ago
|
||
[Tracking Requested - why for this release]: This is our top crash in nightly, looks like introduced on the 26th.
Comment 3•4 years ago
|
||
Looks like we throw here: https://searchfox.org/mozilla-central/rev/4f07d49f1c7a823da07e3a231ac87c6435c8fd58/widget/android/ImageDecoderSupport.cpp#62 not sure why we eat the stacktrace. It might be a java -> cpp -> java -> cpp case.
Comment 4•4 years ago
|
||
Corresponding sentry entry: https://sentry.prod.mozaws.net/share/issue/aa9464f4ae7c433db8e418df3fcafc9e/
Comment 5•4 years ago
|
||
Ok this might already be fixed https://github.com/mozilla-mobile/android-components/issues/9531
Roger does that sound right?
Comment 6•4 years ago
|
||
Yes, this is fixed and merge in Fenix master. The fix is also uplifted to AC 72.0 and should be merged in Fenix Beta soon.
Comment 7•4 years ago
|
||
(In reply to Roger Yang from comment #6)
Yes, this is fixed and merge in Fenix master. The fix is also uplifted to AC 72.0 and should be merged in Fenix Beta soon
Clarification: by soon I mean the next Fenix Beta build.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Talked with Ryan in the channel meeting and we have this in Beta 2 of Fenix 86.
Updated•4 years ago
|
Updated•3 years ago
|
Description
•