Subject: Re: [Boost-users] Boost.Context: SIGSEGV when switch a thread within a catch block
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-01-02 05:09:53


you must no call jump-op inside a catch block - that means you can't use
async-op handlers inside exception handler
exceptions might be implemented using sj/lj - in general, exception
handlers are handled/implemented in a special way.