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?
-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
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
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