> Jim Bloom <[email protected]> wrote: > > > >A signal handler is not guaranteed to work. It must be written such that it > >does not require a new page of memory. Some possible problems here are the > >stack growing, writing on a new page in the data segment, etc. > > man sigaltstack
That doesn't help; there is no guarantee that your stack or your alternate stack have been mapped. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ [email protected] \\ The race is long, and in the \\ [email protected] \\ end it's only with yourself. \\ [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
