Closed
Bug 952968
Opened 11 years ago
Closed 11 years ago
Crash on resume from standby CPen::AdvanceToPoint
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: orry, Unassigned)
Details
(Keywords: regression)
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20131216183647
Steps to reproduce:
Let system sleep after inactivity or closing laptop lid, resume from sleep and login.
Occurs on Firefox 27 Beta on Windows 8.1, on a MacBook with Intel HD Graphics 3000.
Actual results:
Either one of the following:
* Firefox displays with the system title bar behind the tabs appearing transparent, not responding to clicks in the title bar (e.g. windows drag), and not allowing close as the system close icon is missing
* Firefox immediately crashes, showing error reporter, reported at https://crash-stats.mozilla.com/report/index/26a0d1e4-cb9a-4583-be70-4cdbf2131223
Expected results:
Firefox displays as normal following resume from sleep
Comment 1•11 years ago
|
||
all crashes of past month are windows 8.1. but bp-f7068c80-9637-4aec-8050-af0472131031 is an older crash that claims to be win7
in crash-stats there is a strong increase of crashes starting with version 25
bp-26a0d1e4-cb9a-4583-be70-4cdbf2131223
0 msvcrt.dll memcpy
1 d2d1.dll CPen::AdvanceToPoint(GpPointR const &)
2 d2d1.dll RectangularHeap<unsigned short>::AllocateRect(SizeUInt16,RectUInt16 *)
3 d2d1.dll d2d1.dll@0x42ac2
4 d2d1.dll d2d1.dll@0x427b2
5 d2d1.dll d2d1.dll@0x415dc
6 d2d1.dll CHwSurfaceRenderTarget::EnsureRenderTarget()
7 d2d1.dll CBatchSerializer::FlushInternal(FlushReason::Enum)
8 d2d1.dll OfferableResourceManager::GetDXGIResourcesInListInternal(List<ListElem<OfferableResourceBase,null_type>,win_scope::close_none,DefContainingRecordTraits<ListElem<OfferableResourceBase,null_type> > > *,IDXGIResource * *,unsigned int,unsigned int *)
9 d2d1.dll D2DDeviceContextBase<ID2D1HwndRenderTarget,ID2D1HwndRenderTarget,ID2D1DeviceContext1>::SetTransform(D2D_MATRIX_3X2_F const *)
10 gkmedias.dll mozilla::gfx::DrawTargetD2D::FlushTransformToRT()
11 gkmedias.dll mozilla::gfx::DrawTargetD2D::PrepareForDrawing(ID2D1RenderTarget *)
12 gkmedias.dll mozilla::gfx::DrawTargetD2D::FillGlyphs(mozilla::gfx::ScaledFont *,mozilla::gfx::GlyphBuffer const &,mozilla::gfx::Pattern const &,mozilla::gfx::DrawOptions const &,mozilla::gfx::GlyphRenderingOptions const *)
13 xul.dll GlyphBufferAzure::Flush(mozilla::gfx::DrawTarget *,gfxTextContextPaint *,mozilla::gfx::ScaledFont *,DrawMode,bool,mozilla::gfx::GlyphRenderingOptions const *,gfxContext *,mozilla::gfx::Matrix const *,mozilla::gfx::DrawOptions const &,bool)
14 xul.dll gfxFont::Draw(gfxTextRun *,unsigned int,unsigned int,gfxContext *,DrawMode,gfxPoint *,gfxFont::Spacing *,gfxTextContextPaint *,gfxTextRunDrawCallbacks *)
15 @0x43c14000
Crash Signature: [@ memcpy |CPen::AdvanceToPoint(GpPointR const&) ]
Keywords: regression,
regressionwindow-wanted
Summary: Crash on resume from standby → Crash on resume from standby CPen::AdvanceToPoint
Comment 2•11 years ago
|
||
Orry, Does it crash with Firefox started in safe mode?
Flags: needinfo?(orry)
Whiteboard: [closeme 2014-09-15]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(orry)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2014-09-15]
Updated•10 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•