Closed
Bug 1092205
Opened 10 years ago
Closed 10 years ago
add mozilla::layers::CompositorD3D11::HandleError and ::Failed to prefix skiplist
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrmuizel, Assigned: lars)
References
Details
We recently added support for unified crashing when D3D11 calls fail. This ends up in mozilla::layers::CompositorD3D11::HandleError(). The signatures would be much more useful if we included the next two frames.
For example, in https://crash-stats.mozilla.com/report/index/dedddf07-b4f6-467c-9314-116682141030
It would be good to include mozilla::layers::CompositorD3D11::UpdateRenderTarget() in the crash signature.
Comment 1•10 years ago
|
||
So, after a quick IRC conversation with Jeff, we need to add those two expressions to the prefix skiplist:
mozilla::layers::CompositorD3D11::HandleError
mozilla::layers::CompositorD3D11::Failed
Summary: Include more callers in signatures from mozilla::layers::CompositorD3D11::HandleError() → add mozilla::layers::CompositorD3D11::HandleError and ::Failed to prefix skiplist
Updated•10 years ago
|
Assignee: nobody → lars
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•