公告
财富商城
积分规则
提问
发文
2019-06-23 18:01发布
够拽才男人
Do signal handlers have a separate stack, (like each thread have separate stacks)?
This is in Linux/C context.
From the Linux manual page signal(7):
signal(7)
By default, the signal handler is invoked on the normal process stack. It is possible to arrange that the signal handler uses an alternate stack; see sigaltstack(2) for a discussion of how to do this and when it might be useful.
最多设置5个标签!
From the Linux manual page
signal(7)
: