Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Appcrash at exit when resource intensive operations happen #4

@nopara73

Description

@nopara73

The gui works well, but after you try exit it crashes: Fault Module Name: StackHash_58aa

Consider putting this simple code to a button click event:

for (int i = 0; i < 10000; i++)
{
	var a = new int[100];
}

Maybe the numbers vary, depending on your machine.

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