Closed
Bug 1027933
Opened 10 years ago
Closed 6 years ago
crash in imgFrame::Draw(gfxContext*, GraphicsFilter, gfxMatrix const&, gfxRect const&, nsIntMargin const&, nsIntRect const&, unsigned int)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox32 | --- | affected |
People
(Reporter: jbecerra, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-be184b1d-ce1d-4e7f-8323-f1d292140613.
=============================================================
This a recent signature in Fx32 Aurora, with the first instance appearing on builds from 6/10. There's only one comment saying "Browsing e-bay and crashed??", however the majority of the URLs reported are in Yahoo! mail. There are a lot of dupes, and its ranking seems to be coming down from a spike on 6/15.
More reports at: https://crash-stats.mozilla.com/report/list?product=Firefox&signature=imgFrame%3A%3ADraw%28gfxContext%2A%2C+GraphicsFilter%2C+gfxMatrix+const%26%2C+gfxRect+const%26%2C+nsIntMargin+const%26%2C+nsIntRect+const%26%2C+unsigned+int%29
0 xul.dll imgFrame::Draw(gfxContext *,GraphicsFilter,gfxMatrix const &,gfxRect const &,nsIntMargin const &,nsIntRect const &,unsigned int) image/src/imgFrame.cpp
1 xul.dll mozilla::image::RasterImage::DrawWithPreDownscaleIfNeeded(imgFrame *,gfxContext *,GraphicsFilter,gfxMatrix const &,gfxRect const &,nsIntRect const &,unsigned int) image/src/RasterImage.cpp
2 xul.dll mozilla::image::RasterImage::Draw(gfxContext *,GraphicsFilter,gfxMatrix const &,gfxRect const &,nsIntRect const &,nsIntSize const &,mozilla::SVGImageContext const *,unsigned int,unsigned int) image/src/RasterImage.cpp
3 xul.dll DrawImageInternal layout/base/nsLayoutUtils.cpp
4 xul.dll nsLayoutUtils::DrawSingleUnscaledImage(nsRenderingContext *,imgIContainer *,GraphicsFilter,nsPoint const &,nsRect const *,unsigned int,nsRect const *) layout/base/nsLayoutUtils.cpp
5 xul.dll nsSVGImageFrame::PaintSVG(nsRenderingContext *,nsIntRect const *,nsIFrame *) layout/svg/nsSVGImageFrame.cpp
6 xul.dll nsSVGUtils::PaintFrameWithEffects(nsRenderingContext *,nsIntRect const *,nsIFrame *,nsIFrame *) layout/svg/nsSVGUtils.cpp
7 xul.dll nsSVGDisplayContainerFrame::PaintSVG(nsRenderingContext *,nsIntRect const *,nsIFrame *) layout/svg/nsSVGContainerFrame.cpp
8 xul.dll nsSVGUtils::PaintFrameWithEffects(nsRenderingContext *,nsIntRect const *,nsIFrame *,nsIFrame *) layout/svg/nsSVGUtils.cpp
9 xul.dll nsSVGMaskFrame::ComputeMaskAlpha(nsRenderingContext *,nsIFrame *,gfxMatrix const &,float) layout/svg/nsSVGMaskFrame.cpp
10 xul.dll nsSVGIntegrationUtils::PaintFramesWithEffects(nsRenderingContext *,nsIFrame *,nsRect const &,nsDisplayListBuilder *,mozilla::layers::LayerManager *) layout/svg/nsSVGIntegrationUtils.cpp
11 xul.dll mozilla::PaintInactiveLayer layout/base/FrameLayerBuilder.cpp
12 xul.dll mozilla::FrameLayerBuilder::PaintItems(nsTArray<mozilla::FrameLayerBuilder::ClippedDisplayItem> &,nsIntRect const &,gfxContext *,nsRenderingContext *,nsDisplayListBuilder *,nsPresContext *,nsIntPoint const &,float,float,int) layout/base/FrameLayerBuilder.cpp
13 xul.dll mozilla::FrameLayerBuilder::DrawThebesLayer(mozilla::layers::ThebesLayer *,gfxContext *,nsIntRegion const &,mozilla::layers::DrawRegionClip,nsIntRegion const &,void *) layout/base/FrameLayerBuilder.cpp
14 xul.dll mozilla::layers::BasicThebesLayer::PaintThebes(gfxContext *,mozilla::layers::Layer *,void (*)(mozilla::layers::ThebesLayer *,gfxContext *,nsIntRegion const &,mozilla::layers::DrawRegionClip,nsIntRegion const &,void *),void *) gfx/layers/basic/BasicThebesLayer.cpp
15 xul.dll mozilla::layers::BasicLayerManager::PaintSelfOrChildren(mozilla::layers::PaintLayerContext &,gfxContext *) gfx/layers/basic/BasicLayerManager.cpp
16 xul.dll mozilla::layers::BasicLayerManager::PaintLayer(gfxContext *,mozilla::layers::Layer *,void (*)(mozilla::layers::ThebesLayer *,gfxContext *,nsIntRegion const &,mozilla::layers::DrawRegionClip,nsIntRegion const &,void *),void *) gfx/layers/basic/BasicLayerManager.cpp
17 xul.dll mozilla::layers::BasicLayerManager::PaintSelfOrChildren(mozilla::layers::PaintLayerContext &,gfxContext *) gfx/layers/basic/BasicLayerManager.cpp
18 xul.dll mozilla::layers::BasicLayerManager::PaintLayer(gfxContext *,mozilla::layers::Layer *,void (*)(mozilla::layers::ThebesLayer *,gfxContext *,nsIntRegion const &,mozilla::layers::DrawRegionClip,nsIntRegion const &,void *),void *) gfx/layers/basic/BasicLayerManager.cpp
19 xul.dll xul.dll@0x16f330
20 @0x1ee798
21 xul.dll xul.dll@0x16f330
Comment 1•10 years ago
|
||
This might be connected to OMTC on Windows, is it going down after that has been deactivated?
Updated•9 years ago
|
Crash Signature: [@ imgFrame::Draw(gfxContext*, GraphicsFilter, gfxMatrix const&, gfxRect const&, nsIntMargin const&, nsIntRect const&, unsigned int)] → [@ imgFrame::Draw(gfxContext*, GraphicsFilter, gfxMatrix const&, gfxRect const&, nsIntMargin const&, nsIntRect const&, unsigned int)]
[@ imgFrame::Draw]
Comment 2•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•