fengyoulin / ef

Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请教一下关于`alt stack`的问题

x-lambda opened this issue · comments

hi,我看到代码里有提到alt stack,不是很了解,可以帮忙科普一下吗?

hi,我看到代码里有提到alt stack,不是很了解,可以帮忙科普一下吗?

协程栈是动态分配的,用到时才分配。已分配的页面用尽时,无法在当前的栈上处理信号。
https://man7.org/linux/man-pages/man2/sigaltstack.2.html