Piotr Caban piotr.caban@gmail.com writes:
It happens when native _resetstkoflw is called when there's little memory left on the stack. I don't know if there's any real application that is calling it in that case. I thought that it's incorrect to grow the stack size above stack limit anyway.
No, the stack limit indicates the limit of the current growth. If the stack grows the limit is updated.