Skip to content

crash on windows #381

@ZenYuan

Description

@ZenYuan

A crash occurred when the window was minimized after being correctly created. Preliminary analysis: Normally, minimizing the window will set _windowMapped to false, and the window->visible() check will not cause a Swapchain to be recreated upon minimizing. However, in the vsgwin32 example, the Win32 event is processed in the main thread, and the rendering loop runs in a separate thread. It may be that _windowMapped is changed at an inappropriate time, causing the crash.

version:vsg1.1.11;vsgExample1.1.9

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions