Closed
Bug 1600345
Opened 6 years ago
Closed 6 years ago
Building Fenix with GeckoBetaDebug build variant leads to application crash on launch
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1581979
People
(Reporter: mleclair, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
-
Select build variant GeckoBetaDebug. Version used was beta_version = "71.0.20191125115111"
-
Build the application and wait for it to launch
Actual results:
Application builds, and crashes on launch.
E/AndroidRuntime: FATAL EXCEPTION: Gecko
Process: org.mozilla.fenix.debug, PID: 15047
java.lang.Exception: Error loading gecko libraries
at org.mozilla.gecko.mozglue.GeckoLoader.loadGeckoLibsNative(Native Method)
at org.mozilla.gecko.mozglue.GeckoLoader.loadGeckoLibs(GeckoLoader.java:478)
at org.mozilla.gecko.GeckoThread.loadGeckoLibs(GeckoThread.java:271)
at org.mozilla.gecko.GeckoThread.initGeckoEnvironment(GeckoThread.java:289)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:448)
Expected results:
Application should launch.
As an aside, I was able to run it fine with geckoNightlyDebug.
Comment 1•6 years ago
|
||
Thanks for the report Marc, this should be due to Bug 1581979.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•