Closed
Bug 1251726
Opened 9 years ago
Closed 9 years ago
Intermittent test_bug879717.html,test_streams_element_capture_reset.html,test_streams_autoplay.html | application crashed [@ mozilla::layers::BufferTextureHost::PrepareTextureSource] or application crashed [None]
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: KWierso, Assigned: sotaro)
References
Details
(Keywords: intermittent-failure, Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
nical
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Comment 2•9 years ago
|
||
Nical, in the second report, looks like it is crashing here: https://dxr.mozilla.org/mozilla-central/source/gfx/layers/composite/TextureHost.cpp#546
mCompositor seems null there at the time PrepareTextureSource is called.
Seems regression happened with:
https://hg.mozilla.org/mozilla-central/rev/eced4790cbdc
Flags: needinfo?(nical.bugzilla)
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•9 years ago
|
Updated•9 years ago
|
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8726690 [details] [diff] [review]
patch - Make sure and check if Compositor is set.
milan, can you review the patch?
Attachment #8726690 -
Flags: review?(milan)
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8726690 -
Flags: review?(milan)
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8726690 -
Attachment is obsolete: true
Assignee | ||
Comment 7•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8726723 -
Flags: review?(nical.bugzilla)
Updated•9 years ago
|
Summary: Intermittent test_streams_element_capture_reset.html | application crashed [@ mozilla::layers::BufferTextureHost::PrepareTextureSource] or application crashed [None] → Intermittent test_bug879717.html,test_streams_element_capture_reset.html | application crashed [@ mozilla::layers::BufferTextureHost::PrepareTextureSource] or application crashed [None]
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Attachment #8726723 -
Flags: review?(nical.bugzilla) → review+
Updated•9 years ago
|
Summary: Intermittent test_bug879717.html,test_streams_element_capture_reset.html | application crashed [@ mozilla::layers::BufferTextureHost::PrepareTextureSource] or application crashed [None] → Intermittent test_bug879717.html,test_streams_element_capture_reset.html,test_streams_autoplay.html | application crashed [@ mozilla::layers::BufferTextureHost::PrepareTextureSource] or application crashed [None]
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•9 years ago
|
Flags: needinfo?(nical.bugzilla)
Reporter | ||
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 11•9 years ago
|
||
Please nominate this for Aurora approval when you get a chance.
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8726723 [details] [diff] [review]
patch - Check if Compositor is set
Approval Request Comment
[Feature/regressing bug #]: Bug 1249273
[User impact if declined]: It could cause the crash during starting firefox.
[Describe test coverage new/current, TreeHerder]: landed to m-c.
[Risks and why]: low. It just added pointer check.
[String/UUID change made/needed]:none
Attachment #8726723 -
Flags: approval-mozilla-aurora?
Comment on attachment 8726723 [details] [diff] [review]
patch - Check if Compositor is set
fixes an intermittent, taking it.
Attachment #8726723 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 14•9 years ago
|
||
bugherder uplift |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•