Re: Translate signal to C++ exception

2016-04-09 Thread Christos Zoulas
In article <20160409205106.ga12...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Sat, Apr 09, 2016 at 11:05:33AM -0400, Christos Zoulas wrote: >> On Apr 9, 4:11am, n...@gmx.com (Kamil Rytarowski) wrote: >> -- Subject: Re: Translate signal to C++ exception >> >> | How to do proper unwinding?

Re: Translate signal to C++ exception

2016-04-09 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09.04.2016 22:51, Joerg Sonnenberger wrote: > On Sat, Apr 09, 2016 at 11:05:33AM -0400, Christos Zoulas wrote: >> On Apr 9, 4:11am, n...@gmx.com (Kamil Rytarowski) wrote: -- >> Subject: Re: Translate signal to C++ exception >> >> | How to do pr

Re: Translate signal to C++ exception

2016-04-09 Thread Joerg Sonnenberger
On Sat, Apr 09, 2016 at 11:05:33AM -0400, Christos Zoulas wrote: > On Apr 9, 4:11am, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Re: Translate signal to C++ exception > > | How to do proper unwinding? > | > | I was trying to disable custom signal stack with sigaltstack(2) but > | always

Re: Translate signal to C++ exception

2016-04-09 Thread Christos Zoulas
On Apr 9, 4:11am, n...@gmx.com (Kamil Rytarowski) wrote: -- Subject: Re: Translate signal to C++ exception | How to do proper unwinding? | | I was trying to disable custom signal stack with sigaltstack(2) but | always I got backtrace(3) without history beyond signal trampoline. | | I don't know