Closed
Bug 1476346
Opened 7 years ago
Closed 7 years ago
GeckoView onCrash is being called very often
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox-esr52 unaffected, firefox-esr60 unaffected, firefox61 unaffected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox61 | --- | unaffected |
People
(Reporter: ekager, Assigned: cpeterson)
Details
(Whiteboard: [geckoview:klar:p1])
With our Nightly users, we've seen GV onCrash be called very often. In fact it's currently our top Sentry event for Focus with over 7900 crashes from 882 users.
Should we be concerned with content crashes happening this often with such a small test group?
https://github.com/mozilla-mobile/focus-android/issues/2900
Comment 1•7 years ago
|
||
Do crashes that trigger onCrash() show up on crash-stats.mozilla.com and can we correlate them somehow?
Updated•7 years ago
|
Whiteboard: [geckoview:klar]
| Assignee | ||
Comment 2•7 years ago
|
||
These 7000+ onCrash reports might have been the 7000+ mozilla::gl::GLContext::InitWithPrefixImpl crashes from bug 1468747, though that crash was fixed in GV 62 beta about two weeks ago.
status-firefox61:
--- → unaffected
status-firefox62:
--- → affected
status-firefox63:
--- → affected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
OS: Unspecified → Android
Priority: -- → P1
Whiteboard: [geckoview:klar] → [geckoview:klar:p1]
| Assignee | ||
Comment 4•7 years ago
|
||
I think those 7000+ crashes are GLContext::InitWithPrefixImpl bug 1468747, fixed in GV 62.0b3. Sentry reports that we are now receiving about 200-600 crashes per day [1] in GeckoView code, which is in line to the number of GeckoView crash reports we receive in Socorro [2]. I don't think any action is required for this bug, other than fixing the individual crashes
[1] https://sentry.prod.mozaws.net/operations/focus-android/issues/4423158/events/22674680/
[2] https://crash-stats.mozilla.com/search/?product=FennecAndroid&version=62.0b&process_type=content&_sort=-date&_facets=signature&_facets=cpu_arch&_facets=version&_facets=platform_pretty_version&_facets=process_type&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
status-firefox62:
affected → ---
status-firefox63:
affected → ---
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
You need to log in
before you can comment on or make changes to this bug.
Description
•