microsoft / Windows.UI.Composition-Win32-Samples

Windows.UI.Composition Win32 Samples
MIT License
469 stars 186 forks source link

SimpleCapture::Close() crash #63

Open yjlintw opened 4 years ago

yjlintw commented 4 years ago

Occasionally, calling SimpleCapture::Close() will crash. It seems to happen only when I have too many window captures running at the same time. I have multiple SimpleCapture instance, each capturing one different window.

This might be relevant to the same issue. And here is my .dump file

Let me know if you need any more information.

robmikh commented 4 years ago

Sorry about the late reply. I'm looking into the issue, I think this is the same as something we're tracking.

Just to confirm, you're running version 2004 (19041.*)?

yjlintw commented 4 years ago

Yes, and it happens in earlier version as well.