Re: libsigsegv progress: SIGSEGV and siginfo_t.si_addr

2009-07-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 7/22/2009 4:26 PM: >> 2009-07-22 Eric Blake >> >> * exceptions.cc (handle_exceptions): Set si_addr according to >> POSIX for SIGSEGV. >> > Looks ok. Please check in. Done. - -- Don't work too hard, mak

Re: libsigsegv progress: SIGSEGV and siginfo_t.si_addr

2009-07-22 Thread Christopher Faylor
On Wed, Jul 22, 2009 at 09:18:57PM +, Eric Blake wrote: >POSIX requires that for SIGSEGV and SIGBUS, the si_addr member of siginfo_t be >set to the memory address where access failed, and not the address of the >instruction attempting to access that address (for SIGILL and SIGFPE, the >si_ad

libsigsegv progress: SIGSEGV and siginfo_t.si_addr

2009-07-22 Thread Eric Blake
POSIX requires that for SIGSEGV and SIGBUS, the si_addr member of siginfo_t be set to the memory address where access failed, and not the address of the instruction attempting to access that address (for SIGILL and SIGFPE, the si_addr field is correct, and for all other signals, the si_addr is u