Closed
Bug 916762
Opened 11 years ago
Closed 3 years ago
crash in mozilla::layers::CreateTexturedEffect(mozilla::gfx::SurfaceFormat, mozilla::layers::TextureSource*, mozilla::gfx::Filter const&)
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
People
(Reporter: jimm, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-8446aadc-8793-407e-b3d3-091522130915.
=============================================================
0 xul.dll mozilla::layers::CreateTexturedEffect(mozilla::gfx::SurfaceFormat,mozilla::layers::TextureSource *,mozilla::gfx::Filter const &) obj-firefox/dist/include/mozilla/layers/Effects.h
1 xul.dll mozilla::layers::CreateTexturedEffect(mozilla::layers::TextureSource *,mozilla::layers::TextureSource *,mozilla::gfx::Filter const &) obj-firefox/dist/include/mozilla/layers/Effects.h
2 xul.dll mozilla::layers::CreateTexturedEffect(mozilla::layers::TextureSource *,mozilla::gfx::Filter const &) obj-firefox/dist/include/mozilla/layers/Effects.h
3 xul.dll mozilla::layers::DeprecatedImageHostSingle::Composite(mozilla::layers::EffectChain &,float,mozilla::gfx::Matrix4x4 const &,mozilla::gfx::PointTyped<mozilla::gfx::UnknownUnits> const &,mozilla::gfx::Filter const &,mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const &,nsIntRegion const *,mozilla::layers::TiledLayerProperties *) gfx/layers/composite/ImageHost.cpp
4 xul.dll mozilla::layers::CanvasLayerComposite::RenderLayer(nsIntPoint const &,nsIntRect const &) gfx/layers/composite/CanvasLayerComposite.cpp
5 xul.dll mozilla::layers::ContainerRender<mozilla::layers::ContainerLayerComposite>(mozilla::layers::ContainerLayerComposite *,nsIntPoint const &,mozilla::layers::LayerManagerComposite *,nsIntRect const &) gfx/layers/composite/ContainerLayerComposite.cpp
6 xul.dll mozilla::layers::ContainerLayerComposite::RenderLayer(nsIntPoint const &,nsIntRect const &) gfx/layers/composite/ContainerLayerComposite.cpp
7 xul.dll mozilla::layers::ContainerRender<mozilla::layers::ContainerLayerComposite>(mozilla::layers::ContainerLayerComposite *,nsIntPoint const &,mozilla::layers::LayerManagerComposite *,nsIntRect const &) gfx/layers/composite/ContainerLayerComposite.cpp
8 xul.dll mozilla::layers::ContainerLayerComposite::RenderLayer(nsIntPoint const &,nsIntRect const &) gfx/layers/composite/ContainerLayerComposite.cpp
9 xul.dll mozilla::layers::LayerManagerComposite::Render() gfx/layers/composite/LayerManagerComposite.cpp
10 xul.dll mozilla::layers::LayerManagerComposite::EndTransaction(void (*)(mozilla::layers::ThebesLayer *,gfxContext *,nsIntRegion const &,nsIntRegion const &,void *),void *,mozilla::layers::LayerManager::EndTransactionFlags) gfx/layers/composite/LayerManagerComposite.cpp
11 xul.dll mozilla::layers::CompositorParent::Composite()
Reporter | ||
Comment 1•11 years ago
|
||
Bas, any ideas on this? It's our number one top crasher in metro and doesn't appear to effect desktop.
https://crash-stats.mozilla.com/report/index/3f630a2b-9cd6-456f-9c72-6934e2131009
Flags: needinfo?(bas)
Comment 2•11 years ago
|
||
Nothing off the top of my head.. does this still occur?
Flags: needinfo?(bas)
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Bas Schouten (:bas.schouten) from comment #2)
> Nothing off the top of my head.. does this still occur?
yes, still happens. Sitting at the bottom of our top ten currently.
https://crash-stats.mozilla.com/topcrasher/products/MetroFirefox/versions/28.0a1
Updated•9 years ago
|
Crash Signature: [@ mozilla::layers::CreateTexturedEffect(mozilla::gfx::SurfaceFormat, mozilla::layers::TextureSource*, mozilla::gfx::Filter const&)] → [@ mozilla::layers::CreateTexturedEffect(mozilla::gfx::SurfaceFormat, mozilla::layers::TextureSource*, mozilla::gfx::Filter const&)]
[@ mozilla::layers::CreateTexturedEffect]
Comment 4•9 years ago
|
||
This happens as a 100% startup crash in early 44.0 release data - not with alarming frequency, but given that it's on startup, we should give it some priority.
Milan, this was mentioned at today's channel meeting as a gfx startup crash. Would you be able to help investigate? Thanks!
Flags: needinfo?(milan)
Right, this is the uplift we missed - see bug 1222171.
Flags: needinfo?(milan)
Comment 8•8 years ago
|
||
Crash volume for signature 'mozilla::layers::CreateTexturedEffect':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 1 crash from 2016-06-07.
- beta (version 48): 100 crashes from 2016-06-06.
- release (version 47): 229 crashes from 2016-05-31.
- esr (version 45): 12 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 1 0 0 0
- beta 18 16 17 13 14 7 4
- release 31 43 30 37 30 33 12
- esr 2 4 0 3 1 0 0
Affected platform: Windows
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox-esr45:
--- → affected
Comment 9•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•