Boost logo

Boost Users :

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.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net