Closed Bug 1083624 Opened 10 years ago Closed 10 years ago

Fix assertion failure in Factory::GetDirect3D10Device()

Categories

(Core :: Graphics, defect)

x86
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: n.nethercote, Assigned: n.nethercote)

Details

Attachments

(1 file)

I installed Window 8.1 in a VM on Linux. When I ran trunk Firefox within the VM
and ran the memory reporters (by clicking on "Measure" in about:memory) I got
an assertion failure in Factory::GetDirect3D10Device() because |mD3D10Device|
was null.
This skips the assertion if |mD3D10Device| is null, which is enough to get
things working again.
Attachment #8505931 - Flags: review?(bas)
OS: All → Windows 8.1
Hardware: All → x86
I forgot to say that the GetDirect3D10Device() call comes from within GPUAdapterReporter::GetDXGIAdapter().
Attachment #8505931 - Flags: review?(bas) → review+
https://hg.mozilla.org/mozilla-central/rev/cbf06fe7f47a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in before you can comment on or make changes to this bug.