Windows port stucking on prvInitialiseHeap

Hi. I’m using the windows simulator and I have a problem.
The code hangs in prvInitialiseHeap on

configASSERT( memcmp( &xHeapStats, &xZeroHeapStats, sizeof( HeapStats_t ) ) == 0 );

The assert returns 1.

Why it is happening?

I use Win32-MingW with eclipse.

That is a mistake in the demo of one particular release - please update to the latest FreeRTOS version.

Now works. It’s v.10.3.1 issue.

Thank you.