fiber: Make sure the guard page is created
The mprotect() syscall may fail due to heavy memory
pressure (say there is no enough resources to split
VMAs and etc).
In this case we must not proceed without guard page
but refuse to create a new fiber.
Closes #4541
Signed-off-by:
Kirill Yukhin <kyukhin@tarantool.org>
Loading
Please register or sign in to comment