DevZH.UI icon indicating copy to clipboard operation
DevZH.UI copied to clipboard

Appcrash at exit when resource intensive operations happen

Open nopara73 opened this issue 9 years ago • 0 comments

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.

nopara73 avatar Feb 15 '17 09:02 nopara73