Subject: Re: [boost] structured exceptions for UNIXs -- the hard way
From: Peter Foelsche (foelsche_at_[hidden])
Date: 2011-09-21 10:14:46


"Steven Watanabe" <watanabesj_at_[hidden]> wrote in message
news:4E7906C4.9050601_at_providere-consulting.com...

> I didn't think longjmp was async signal safe.

from what I've read it is only not safe to be callled from a nested signal
handler -- means a signal handler called from another signalhandler.