Closed
Bug 1215195
Opened 9 years ago
Closed 9 years ago
continued abort crash in mozilla::layers::PImageBridgeChild::Write
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
People
(Reporter: kairo, Assigned: nical)
References
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Crash Data
[Tracking Requested - why for this release]:
+++ This bug was initially created as a clone of Bug #1208071 +++
Even after the fix in bug 1208071, we still have crashes with this signature, even though a reduced amount, those are 1.5% of 42.0b6 crashes right now.
Examples are bp-e8f793ed-457e-4e14-9496-1f1d32151014 or bp-9c634c8a-9e5c-4546-9f6d-214ef2151014
Nical, any idea what's up here?
Flags: needinfo?(nical.bugzilla)
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Comment 2•9 years ago
|
||
I have a STR, see Bug 1213344 Comment#9
Are all of the remaining crashes shutdown?
Assignee: nobody → nical.bugzilla
Reporter | ||
Comment 4•9 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #3)
> Are all of the remaining crashes shutdown?
No idea, I don't know how I could check for that.
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #4)
> (In reply to Milan Sreckovic [:milan] from comment #3)
> > Are all of the remaining crashes shutdown?
>
> No idea, I don't know how I could check for that.
I was naively assuming that metadata ShutdownProgress set to xpcom-shutdown indicated that we were in shutdown procedure, perhaps that's not the case?
Reporter | ||
Comment 6•9 years ago
|
||
Oh, OK, sounds like that, yes. And the shutdown progress facet on this search says that 99.92% of those crashes are there, yes:
https://crash-stats.mozilla.com/search/?product=Firefox&signature=%3Dmozalloc_abort+|+NS_DebugBreak+|+mozilla%3A%3Alayers%3A%3APImageBridgeChild%3A%3AWrite&_facets=signature&_facets=shutdown_progress&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-shutdown_progress
Comment 7•9 years ago
|
||
Shutdown hangs are sad but not big enough to track that late in the cycle. Untracking.
Comment 8•9 years ago
|
||
But tracking for 43.
status-firefox43:
--- → affected
tracking-firefox43:
--- → +
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(nical.bugzilla)
Comment 9•9 years ago
|
||
Still a topcrash in 43 beta, but marking wontfix as we are a week from release.
I don't see either of these signatures in 44 or 45, perhaps a good sign.
Updated•9 years ago
|
Assignee | ||
Comment 10•9 years ago
|
||
This is another symptom of bug 1207220: some video frames which hold on to gfx resources are still alive during/after gfx shutdown.
Depends on: 1207220
Assignee | ||
Comment 11•9 years ago
|
||
No crash since bug 1209039 landed (nightly and aurora). There's another bug that should have helped with this on beta as well but I don't have the bug number handy.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•