Closed
Bug 758532
Opened 13 years ago
Closed 12 years ago
crash in mozilla::gfx::DrawTargetDual::DrawTargetDual
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 758531
People
(Reporter: scoobidiver, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
It first appeared in 15.0a1/20120523164348. The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=36e938e51481&tochange=d499dc65cdab
It's probably a regression from bug 715768.
Signature mozilla::gfx::DrawTargetDual::DrawTargetDual(mozilla::gfx::DrawTarget*, mozilla::gfx::DrawTarget*) More Reports Search
UUID 60729fde-01da-4c48-a8c9-38a262120524
Date Processed 2012-05-24 22:05:04
Uptime 15199
Last Crash 4.0 days before submission
Install Age 5.9 hours since version was first installed.
Install Time 2012-05-24 16:10:23
Product Firefox
Version 15.0a1
Build ID 20120523164348
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 42 stepping 7
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x3c
App Notes
AdapterVendorID: 0x1002, AdapterDeviceID: 0x6758, AdapterSubsysID: 23091787, AdapterDriverVersion: 8.961.0.0
D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+
EMCheckCompatibility True
Total Virtual Memory 4294836224
Available Virtual Memory 2641534976
System Memory Use Percentage 78
Available Page File 982515712
Available Physical Memory 913616896
Frame Module Signature Source
0 gkmedias.dll mozilla::gfx::DrawTargetDual::DrawTargetDual gfx/2d/DrawTargetDual.h:41
1 gkmedias.dll mozilla::gfx::DrawTargetDual::CreateSimilarDrawTarget gfx/2d/DrawTargetDual.cpp:177
2 xul.dll gfxContext::PushGroup gfx/thebes/gfxContext.cpp:1461
3 xul.dll gfxContext::PushGroupAndCopyBackground gfx/thebes/gfxContext.cpp:1537
4 xul.dll mozilla::layers::BasicLayerManager::PushGroupForLayer gfx/layers/basic/BasicLayers.cpp:620
5 xul.dll mozilla::layers::BasicThebesLayer::PaintThebes gfx/layers/basic/BasicLayers.cpp:677
6 xul.dll mozilla::layers::BasicLayerManager::PaintLayer gfx/layers/basic/BasicLayers.cpp:2023
7 xul.dll mozilla::layers::BasicLayerManager::PaintLayer gfx/layers/basic/BasicLayers.cpp:2038
8 xul.dll mozilla::layers::BasicLayerManager::EndTransactionInternal gfx/layers/basic/BasicLayers.cpp:1688
9 xul.dll mozilla::layers::BasicLayerManager::EndTransaction gfx/layers/basic/BasicLayers.cpp:1635
10 xul.dll mozilla::PaintInactiveLayer layout/base/FrameLayerBuilder.cpp:1560
11 xul.dll mozilla::FrameLayerBuilder::DrawThebesLayer layout/base/FrameLayerBuilder.cpp:2527
12 xul.dll mozilla::layers::ThebesLayerD3D10::DrawRegion gfx/layers/d3d10/ThebesLayerD3D10.cpp:460
More reports at:
https://crash-stats.mozilla.com/report/list?signature=mozilla%3A%3Agfx%3A%3ADrawTargetDual%3A%3ADrawTargetDual%28mozilla%3A%3Agfx%3A%3ADrawTarget*%2C+mozilla%3A%3Agfx%3A%3ADrawTarget*%29
Comment 1•12 years ago
|
||
Most of the crashing URLs seem to Gmail operations. Here are some others:
http://en.lagoonia.com/game.php
http://www.twitch.tv/thegdstudio
http://boards.4chan.org/mu/res/25232925
http://vk.com/id22469817
http://freddegredde.com/04/delayed-video-and-new-haircut/
http://www.scribd.com/doc/28499541/Manual-Nuevo-Aplicativo-Gcias-y-Bs-Person-Ales
http://www.metal-archives.com/collection/owner-list/releaseId/142464
http://www.mediafire.com/?sljx5b6e31kyz
https://twitter.com/#!/following
Comment 2•12 years ago
|
||
I strongly suspect this was the same leak as bug 758531. Let's see if it goes away.
Comment 3•12 years ago
|
||
This seems to have gone away with the large improvement made on bug 758531
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•