Re: Getting the way a SIGSEGV append when catching a SIGSEGV from within

2017-03-27 Thread Richard Weinberger
Am 27.03.2017 um 20:55 schrieb none: > Le 2017-03-27 17:30, Richard Weinberger a écrit : >> On Mon, Mar 27, 2017 at 4:45 PM, none wrote: >>> Hello, >>> >>> There’s three way to perform an invalid memory access : >>> >>> The attempt to execute/jump at an invalid address. >>> The attempt to read at

Re: Getting the way a SIGSEGV append when catching a SIGSEGV from within

2017-03-27 Thread none
Le 2017-03-27 17:30, Richard Weinberger a écrit : On Mon, Mar 27, 2017 at 4:45 PM, none wrote: Hello, There’s three way to perform an invalid memory access : The attempt to execute/jump at an invalid address. The attempt to read at an invalid address. The attempt to write at an invalid addres

Re: Getting the way a SIGSEGV append when catching a SIGSEGV from within

2017-03-27 Thread Richard Weinberger
On Mon, Mar 27, 2017 at 4:45 PM, none wrote: > Hello, > > There’s three way to perform an invalid memory access : > > The attempt to execute/jump at an invalid address. > The attempt to read at an invalid address. > The attempt to write at an invalid address. > > Determining the execute case with