Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-09 Thread Camm Maguire
Greetings, and thanks for your reply! Russell King <[EMAIL PROTECTED]> writes: > On Thu, Mar 08, 2001 at 10:28:39PM -0500, Camm Maguire wrote: > > Greetings, and thank you so much for your helpful reply! Was this on > > an i386? I'm specifically looking for a way to do his on arm, alpha, > >

Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-09 Thread Camm Maguire
Greetings, and thanks for your reply! Russell King [EMAIL PROTECTED] writes: On Thu, Mar 08, 2001 at 10:28:39PM -0500, Camm Maguire wrote: Greetings, and thank you so much for your helpful reply! Was this on an i386? I'm specifically looking for a way to do his on arm, alpha, and

Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread Camm Maguire
Greetings, and thank you so much for your helpful reply! Was this on an i386? I'm specifically looking for a way to do his on arm, alpha, and sparc, and I don't believe they have the cr2 member of struct sigcontext. Any info you might have, including where you found this solution, would be

Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread David Watson
> Greetings!  Shouldn't a SIGSEGV fill in th si_addr member of the > siginfo_t structure passed to a signal handler?  Here is what I see Our group ran into this problem last summer while we were developing the Oasis+ DSM system. We worked around it by utilizing the following code fragment:

2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread Camm Maguire
Greetings! Shouldn't a SIGSEGV fill in th si_addr member of the siginfo_t structure passed to a signal handler? Here is what I see (on several archs): = q.c

2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread Camm Maguire
Greetings! Shouldn't a SIGSEGV fill in th si_addr member of the siginfo_t structure passed to a signal handler? Here is what I see (on several archs): = q.c

Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread David Watson
Greetings! Shouldn't a SIGSEGV fill in th si_addr member of the siginfo_t structure passed to a signal handler? Here is what I see Our group ran into this problem last summer while we were developing the Oasis+ DSM system. We worked around it by utilizing the following code fragment: void

Re: 2.2.x kernels not filling in siginfo_t.si_addr on SEGV?

2001-03-08 Thread Camm Maguire
Greetings, and thank you so much for your helpful reply! Was this on an i386? I'm specifically looking for a way to do his on arm, alpha, and sparc, and I don't believe they have the cr2 member of struct sigcontext. Any info you might have, including where you found this solution, would be