Closed
Bug 1061713
Opened 11 years ago
Closed 11 years ago
crash in @0x0 | aticfx32.dll@0x10c99 or aticfx32.dll@0x10d09
Categories
(Core :: Graphics, defect)
Tracking
()
VERIFIED
FIXED
mozilla35
People
(Reporter: bjacob, Assigned: nsilva)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
1.54 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-7c50c8b1-7ac8-4685-bd37-86d6f2140901.
=============================================================
This is the 38th topcrasher among sessions attempting D3D11 layers (prerelease channels on Windows).
Reporter | ||
Comment 1•11 years ago
|
||
Actually there are multiple signatures for the same crash --- putting it together, this is more like the 15th top crasher. Much higher still if we look at the population of ATI users.
Crash Signature: [@ @0x0 | aticfx32.dll@0x10c99] → [@ @0x0 | aticfx32.dll@0x10c99]
[@ @0x0 | aticfx32.dll@0x10d09]
Summary: crash in @0x0 | aticfx32.dll@0x10c99 → crash in @0x0 | aticfx32.dll@0x10c99 or aticfx32.dll@0x10d09
Comment 2•11 years ago
|
||
Bas, do you think this is the "40% more D3D11 users" and we need to blocklist, or the recent changes?
Flags: needinfo?(bas)
Comment 3•11 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #2)
> Bas, do you think this is the "40% more D3D11 users" and we need to
> blocklist, or the recent changes?
If there's a corellation with older ATI driver versions, probably, but I don't know if that's true?
Flags: needinfo?(bas)
Comment 4•11 years ago
|
||
Hard to be sure, but this could be caused by allocation failing in the middle of some messy logic in ContentClient, the latter not properly handling it and trying to unlock a texture that wasn't locked/allocated. this patch makes sure we don't crash in this case in release builds (should definitely crash debug builds because it's bad to be in this state).
Attachment #8490800 -
Flags: review?(bas)
Updated•11 years ago
|
Attachment #8490800 -
Flags: review?(bas) → review+
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Assignee: nobody → nsilva
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Comment 7•11 years ago
|
||
Socorro shows no more crashes with these signatures over the past 4 weeks.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•