Hi,
The multiple views sample for JS (see https://code.msdn.microsoft.com/windowsapps/Multiple-Views-Sample-2582fcf3) crashes on Windows 10 preview when a secondary view is closed (scenario 1). This works fine on Windows 8.1
Visual studio shows the following errors:
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x40080201: WinRT originate error (parameters: 0x000000008000001F, 0x000000000000010F, 0x000000F23A65DF20).
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x8000001F: A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment
call control.
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x40080201: WinRT originate error (parameters: 0x000000008000001F, 0x000000000000010F, 0x000000F23A65E140).
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x8000001F: A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment
call control.
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x40080201: WinRT originate error (parameters: 0x000000008000001F, 0x000000000000010F, 0x000000F23C2C2BE0).
First-chance exception at 0x00007FFFC3985F08 (KernelBase.dll) in WWAHost.exe: 0x8000001F: A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment
call control.
The thread 0xa8c has exited with code 0 (0x0).
The thread 0xae0 has exited with code 0 (0x0).
First-chance exception at 0x00007FFFC3985F08 in WWAHost.exe: Microsoft C++ exception: _com_error at memory location 0x000000F238D2F008.
First-chance exception at 0x00007FFFC3985F08 in WWAHost.exe: Microsoft C++ exception: _com_error at memory location 0x000000F238D2EED8.
First-chance exception at 0x00007FFFC3985F08 in WWAHost.exe: Microsoft C++ exception: _com_error at memory location 0x000000FA44CCEF48.
First-chance exception at 0x00007FFFC3985F08 in WWAHost.exe: Microsoft C++ exception: _com_error at memory location 0x000000FA44CCEE18.
call stack:
KernelBase.dll!RaiseException()
Unknown
msvcrt.dll!_CxxThrowException()
Unknown
d3d11.dll!C11On12::RelocateDeviceFuncs(struct D3D10DDI_HDEVICE,struct D3DWDDM2_0DDI_DEVICEFUNCS *)
Unknown
d3d10level9.dll!DeallocateCB(void *,struct _D3DDDICB_DEALLOCATE const *)
Unknown
Is this a Windows 10 bug or will there be an updated sample?
Thanks