You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I have a problem when I profile my application with many threads and deep callstacks.
When I open a capture with the setting 'Thread Expand Mode' set to 'Collapse All' the GUI works just fine but as soon as enough of the entries in the Threads Panel are expanded the application crashes.
From what I know so far, the crash happens in DirectXCanvas.OnResize() when SwapChain.ResizeBuffers() is called. With each Thread entry that I expand RenderCanvas.ClientSize.Height grows and as soon as the height exceeds a certain limit (somewhere around 16k) the resize fails with an invalid argument exception and the application crashes.
Would be nice if someone could point me in a direction on how to fix that
Thanks :)
The text was updated successfully, but these errors were encountered:
Hey,
I have a problem when I profile my application with many threads and deep callstacks.
When I open a capture with the setting 'Thread Expand Mode' set to 'Collapse All' the GUI works just fine but as soon as enough of the entries in the Threads Panel are expanded the application crashes.
From what I know so far, the crash happens in DirectXCanvas.OnResize() when SwapChain.ResizeBuffers() is called. With each Thread entry that I expand RenderCanvas.ClientSize.Height grows and as soon as the height exceeds a certain limit (somewhere around 16k) the resize fails with an invalid argument exception and the application crashes.
Would be nice if someone could point me in a direction on how to fix that
Thanks :)
The text was updated successfully, but these errors were encountered: