Closed Bug 1364700 Opened 7 years ago Closed 2 years ago

Crash in NOutermost::CDevice::CreateLayeredChild

Categories

(Core :: Graphics: Layers, defect, P3)

Unspecified
Windows 10
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jseward, Unassigned)

Details

(Keywords: crash, stale-bug, Whiteboard: [gfx-noted])

Crash Data

This bug was filed from the Socorro interface and is 
report bp-f1607c6b-6744-4518-834c-d07870170511.
=============================================================

This is #17 topcrash in the Windows nightlies of 20170511063838.
It's only a single instance but looks like it might be actionable.
Flags: needinfo?(dvander)
Priority: -- → P1
Whiteboard: [gfx-noted]
The last 3 frames were in d3d11.dll, I couldn't see anything. 
00000068`b3bfbf70 00007ffa`ab213602 d3d11!NOutermost::CDevice::CreateLayeredChild+0x355
00000068`b3bfc160 00007ffa`ab20e94f d3d11!CDevice::CreateTexture2D_Worker+0x412
00000068`b3bfc580 00007ffa`839a8edf d3d11!CDevice::CreateTexture2D+0xbf

The aTextureFlags carried in CreateForDrawing() was IMMEDIATE_UPLOAD, which means we don't need to have a sourceSurface fed into UploadData when we called CreateTexture2D() in [1].

00000068`b3bfcb48 mozilla::layers::TextureFlags aTextureFlags = IMMEDIATE_UPLOAD (0n1024)
@r15              class mozilla::gfx::SourceSurface * aSurface = 0x00000000`00000000

[1]: https://searchfox.org/mozilla-central/rev/24c443a440104dabd9447608bd41b8766e8fc2f5/gfx/layers/d3d11/TextureD3D11.cpp#452

Based on above, I don't see anything to cause this crash.
Agreed, unless the address being passed to copy pixels from is garbage, this is probably a driver bug. I guess we can see if it spikes.
Flags: needinfo?(dvander)
This is a P1 bug without an assignee. 

P1 are bugs which are being worked on for the current release cycle/iteration/sprint. 

If the bug is not assigned by Monday, 28 August, the bug's priority will be reset to '--'.
Keywords: stale-bug
Priority: P1 → P3
QA Whiteboard: qa-not-actionable

Closing because no crashes reported for 12 weeks.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.