Closed Bug 947240 Opened 12 years ago Closed 11 years ago

crash in mozilla::layers::CompositorD3D11::DrawQuad(mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::EffectChain const&, float, mozilla::gfx::Matrix4x4 const&)

Categories

(Core :: Graphics: Layers, defect)

28 Branch
All
Windows NT
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 974189
Tracking Status
firefox26 --- unaffected
firefox27 --- unaffected
firefox28 - affected
firefox29 - affected
firefox30 --- affected

People

(Reporter: tracy, Unassigned)

Details

(4 keywords)

Crash Data

This bug was filed from the Socorro interface and is report bp-a0511fe4-170b-4efd-91b2-f99ca2131206. ============================================================= This is quickly climbing towards topcrash status at #13 on Nightly since builds from 2013120403. Comments point to IPC: 'Trying out Multiprocess Firefox by toggling the preference 'browser.tabs.remote' to 'true'.'
This is now #5 @ 4.95% on Nightly. Given this requires e10s tabs could this be a dupe or similar to bug 947213?
Flags: needinfo?(benjamin)
Not a dupe, just another bug in e10s.
Flags: needinfo?(benjamin)
HWA is not yet supported with e10s (afaik), crashes are expected.
This seems to be rising pretty significantly. It's the #2 top crash for 28.0a1 accounting for 7.7% of all browser crashes -- we don't have high enough volume of data yet on 28.0a2 since updates won't be enabled until later today.
28.0a1 is out of business, and we don't expect this to spill over into 28.0a2 much as we only advertised e10s for Nightly and not for Aurora (and it's not on by default). It might continue to be an issue with current Nightly, which is 29.0a1. That said, we apparently know that e10s can cause crashes there and nrc said in comment #4.
Current Rank: #22 on Aurora at 0.68% #4 on Nightly at 4.13%
Most of the comments mention various behaviours like switching tabs to various about pages or watching videos with browser.tabs.remote=true. This seems to be confirmed by the top URL correlations: 18 jar:file:///C:/Program%20Files%20(x86)/Nightly/omni.ja!/chrome/toolkit/conten... 14 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browse... 11 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browse... 10 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/conten... 10 about:blank 9 jar:file:///C:/Program%20Files/Nightly/omni.ja!/chrome/toolkit/content/mozapp... 8 jar:file:///C:/Users/b010767/tool/fx_tk64/firefox/omni.ja!/chrome/toolkit/con... 6 http://www.google.de/ 6 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browse... 5 https://bugzilla.mozilla.org/show_bug.cgi?id=947213 4 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/conten... 4 http://i.firefoxchina.cn/ 4 http://www.gmx.net/ 4 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/conten... 4 https://www.google.com/ 4 http://www.spiegel.de/ 4 http://chiwou.com/newtab/ 4 http://yahoo.de/ 4 https://bugzilla.mozilla.org/show_bug.cgi?id=947240 4 https://www.facebook.com/ Paul, please see if you can find some steps to reproduce for this one.
Flags: needinfo?(paul.silaghi)
(In reply to Anthony Hughes, QA Mentor (:ashughes) from comment #8) Sorry, URLs were truncated. Here are the full URLs: 18 jar:file:///C:/Program%20Files%20(x86)/Nightly/omni.ja!/chrome/toolkit/content/mozapps/extensions/extensions.xul 14 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browser/content/browser/newtab/newTab.xul 11 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browser/content/browser/abouthome/aboutHome.xhtml 10 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/content/browser/newtab/newTab.xul 10 about:blank 9 jar:file:///C:/Program%20Files/Nightly/omni.ja!/chrome/toolkit/content/mozapps/extensions/extensions.xul 8 jar:file:///C:/Users/b010767/tool/fx_tk64/firefox/omni.ja!/chrome/toolkit/content/mozapps/extensions/extensions.xul 6 http://www.google.de/ 6 jar:file:///C:/Program%20Files%20(x86)/Nightly/browser/omni.ja!/chrome/browser/content/browser/customizableui/aboutCustomizing.xhtml 5 https://bugzilla.mozilla.org/show_bug.cgi?id=947213 4 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/content/browser/customizableui/aboutCustomizing.xhtml 4 http://i.firefoxchina.cn/ 4 http://www.gmx.net/ 4 jar:file:///C:/Program%20Files/Nightly/browser/omni.ja!/chrome/browser/content/browser/abouthome/aboutHome.xhtml 4 https://www.google.com/ 4 http://www.spiegel.de/ 4 http://chiwou.com/newtab/ 4 http://yahoo.de/ 4 https://bugzilla.mozilla.org/show_bug.cgi?id=947240 4 https://www.facebook.com/
I can crash FF very easy, without using any of the above links. STR: 1. set 'browser.tabs.remote' to 'true' 2. restart FF 3. hover with mouse the tab until the tooltip is displayed (for 2-3 seconds) 4. click the + button to open a new tab AR: FF crash https://crash-stats.mozilla.com/report/index/506f3cc8-1b6b-4ee6-b693-2c6582131219 nightly 29.0a1 (2013-12-18), win 7 x64 Looking to my STR, this sounds like bug 947213, but that has a different signature...
Flags: needinfo?(paul.silaghi)
(In reply to Paul Silaghi, QA [:pauly] from comment #10) > Looking to my STR, this sounds like bug 947213, but that has a different signature... I think we might want to merge the two bug reports. What do you think, KaiRo?
Flags: needinfo?(kairo)
Keywords: steps-wanted
I think those might be two different bugs, but both triggered by e10s. The gfx developers will need to decide that ultimately, though, once they start working on this.
Flags: needinfo?(kairo)
Current 7-day Rank: * Firefox 29: #31 @ 0.35% with 39 crashes * Firefox 28: #120 @ 0.12% with 13 crashes * Firefox 27: N/A * Firefox 26: N/A This crash is no longer at topcrash levels.
Nicolas: do you think your fix for DeprecatedTextureHostBasic bug 947213 would have also fixed this bug? Both bugs were topcrashes for e10s on Windows.
Flags: needinfo?(nical.bugzilla)
(In reply to Chris Peterson (:cpeterson) from comment #14) > Nicolas: do you think your fix for DeprecatedTextureHostBasic bug 947213 > would have also fixed this bug? Both bugs were topcrashes for e10s on > Windows. I think that the two are unrelated. My current focus is to turn on non-deprecated code on windows OMTC, so this code path should disappear soon.
Flags: needinfo?(nical.bugzilla)
Low volume crasher and it sounds like Nicolas is working on removing this code path so untracking for release-blocking.
STR on a DX11 , Win7x64 machine : 1. Start new profile 2. enable OMTC. Restart 3. Go to Amazon.in Instant crash. https://crash-stats.mozilla.com/report/index/86f61b6b-f8f2-4e39-8f8c-100212140220 https://crash-stats.mozilla.com/report/index/974c83b7-f4e9-448c-bcb2-743aa2140220
This has been in and out of topcrash status. Currently, this signature is out of top fifty on aurora and beta but is at #10 on Nightly. STR's in comment #10 and comment #17
ah, this was just fixed on 20140219 in bug 974189. duping to it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.