Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optick GUI crashes with many threads #138

Open
jonas2602 opened this issue Sep 2, 2021 · 0 comments
Open

Optick GUI crashes with many threads #138

jonas2602 opened this issue Sep 2, 2021 · 0 comments

Comments

@jonas2602
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant