Closed
Bug 964813
Opened 11 years ago
Closed 11 years ago
crash in mozilla::AndroidBridge::GetJNIEnv()
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Tracking
(firefox29 affected)
RESOLVED
FIXED
Firefox 29
Tracking | Status | |
---|---|---|
firefox29 | --- | affected |
People
(Reporter: aaronmt, Assigned: jchen)
Details
(Keywords: crash, reproducible)
Crash Data
Attachments
(1 file)
2.04 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-12c6530b-5e95-489b-92fd-a942c2140128.
=============================================================
This crash happens when a web app is launched and the browser is not running.
Reproducible on my LG Nexus 4 (Android 4.4.2)
Reporter | ||
Updated•11 years ago
|
tracking-fennec: --- → ?
status-firefox29:
--- → affected
Assignee | ||
Comment 1•11 years ago
|
||
The original cause is an exception thrown by GeckoLayerClient.setFirstPaintViewport in Java, but that uncaught exception exposed a bug in the crash reporting code, which led to this crash.
Assignee: nobody → nchen
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
GeckoAppShell.HandleUncaughtException is called from multiple threads, so its JNI wrapper should be multithreaded.
Attachment #8366786 -
Flags: review?(bugmail.mozilla)
Updated•11 years ago
|
Attachment #8366786 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•11 years ago
|
tracking-fennec: ? → ---
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•