Closed
Bug 1807232
Opened 3 years ago
Closed 3 years ago
Crash: Java.lang.UnsatisfiedLinkError: No implementation found for boolean org.mozilla.gecko.SurfaceViewWrapper.isSurfaceAbandoned
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 1783244
People
(Reporter: petru, Assigned: petru)
Details
Crash Data
Attachments
(1 file)
Issue reported on Fenix https://github.com/mozilla-mobile/fenix/issues/28297
Andrei and Lorand helped confim that the issue - a perma crash at startup affects some but not all Huawei devices and then helped track down the commit that introduced the regression and test that a backout of the latest GV would fix the startup crash.
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Crash Signature: java.lang.UnsatisfiedLinkError: No implementation found for boolean org.mozilla.gecko.SurfaceViewWrapper.isSurfaceAbandoned(android.view.Surface) (tried Java_org_mozilla_gecko_SurfaceViewWrapper_isSurfaceAbandoned and Java_org_mozilla_gecko_SurfaceViewWra… → [@ java.lang.UnsatisfiedLinkError: No implementation found for boolean org.mozilla.gecko.SurfaceViewWrapper.isSurfaceAbandoned(android.view.Surface) (tried Java_org_mozilla_gecko_SurfaceViewWrapper_isSurfaceAbandoned and Java_org_mozilla_gecko_SurfaceView…
Comment 2•3 years ago
•
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Closing in favor of https://bugzilla.mozilla.org/show_bug.cgi?id=1807716
Assignee | ||
Comment 4•3 years ago
|
||
Based on the crash signature here and the investigations from #1807716 it seems they are different bugs.
Christian pointed that this signature is actually that of an old issue which should've been fixed by #1783244.
You need to log in
before you can comment on or make changes to this bug.
Description
•