Closed
Bug 1073328
Opened 11 years ago
Closed 11 years ago
Only use actual system uncaught handler
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox34 fixed, firefox35 fixed)
RESOLVED
FIXED
Firefox 35
People
(Reporter: jchen, Assigned: jchen)
Details
Attachments
(1 file)
|
1.28 KB,
patch
|
snorp
:
review+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Right now we get the system uncaught handler in GeckoApp.onCreate through GeckoAppShell.registerGlobalExceptionHandler, but if GeckoApp.onCreate is called multiple times, we end up grabbing our own handler as the system handler.
| Assignee | ||
Comment 1•11 years ago
|
||
I've only seen this in developer builds, but we should fix it by grabbing the system handler only once.
Attachment #8495649 -
Flags: review?(snorp)
Comment 2•11 years ago
|
||
Comment on attachment 8495649 [details] [diff] [review]
Prevent using our own handler as system handler (v1)
Review of attachment 8495649 [details] [diff] [review]:
-----------------------------------------------------------------
oops :)
Attachment #8495649 -
Flags: review?(snorp) → review+
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8495649 [details] [diff] [review]
Prevent using our own handler as system handler (v1)
Approval Request Comment
[Feature/regressing bug #]: bug 1066175
[User impact if declined]: Hang in rare situations when Gecko crashes on startup
[Describe test coverage new/current, TBPL]: m-c, locally
[Risks and why]: No risk; three-line patch only fixes the bug.
[String/UUID change made/needed]: None
Attachment #8495649 -
Flags: approval-mozilla-beta?
| Assignee | ||
Updated•11 years ago
|
Comment 5•11 years ago
|
||
Comment on attachment 8495649 [details] [diff] [review]
Prevent using our own handler as system handler (v1)
Beta+
Attachment #8495649 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•11 years ago
|
||
status-firefox36:
fixed → ---
Updated•5 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
•