Error 16104

Severity

10 or 20

Message text

Unable to allocate stack, size %1!, for new thread.

Explanation

The stack size passed to srv_spawn() is too large.

Action

Ensure that the value of the stacksize parameter is smaller than or equal to the maximum stack size, which is the amount of memory that can be allocated by a call to malloc.

Additional information

Symbolic constant: SRV_ESTACKALLOC