Open
Bug 1659701
Opened 4 years ago
Updated 2 years ago
Crash in [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java)]
Categories
(Focus :: General, defect, P5)
Tracking
(firefox106 affected, firefox107 ?, firefox108 ?)
NEW
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-26f1a6d3-83c7-44c8-b82b-f70260200818.
Looks like it's not a new issue, but it's showing up higher in the topcrash list now that we're cleaning up some of the other topcrashes.
Java stack trace:
java.lang.RuntimeException
at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java:80)
at org.mozilla.gecko.mozglue.GeckoLoader.loadMozGlue(GeckoLoader.java:3)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:34)
Reporter | ||
Updated•4 years ago
|
Version: 5.2 → ---
Comment 1•2 years ago
|
||
Just a few crash reports from Focus 102, 103, and 104.
Updated•2 years ago
|
Severity: -- → S2
Priority: -- → P5
Updated•2 years ago
|
Component: Stability → General
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3
. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: S2 → S3
Updated•2 years ago
|
Crash Signature: [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java)] → [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary]
Summary: Crash in [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java)] → Crash in [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary]
Updated•2 years ago
|
Crash Signature: [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary] → [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java)]
Summary: Crash in [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary] → Crash in [@ java.lang.RuntimeException: at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java)]
You need to log in
before you can comment on or make changes to this bug.
Description
•