Re: pthread/longjmp/signal problem

2001-07-05 Thread Louis-Philippe Gagnon
lt;[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 5:08 PM Subject: Re: pthread/longjmp/signal problem > On Thu, 21 Jun 2001, Louis-Philippe Gagnon wrote: > > No reactions the first time, let's try again. > > > > I've encountered a problem in the interaction betwen s

Re: pthread/longjmp/signal problem

2001-06-28 Thread Louis-Philippe Gagnon
]> To: "Louis-Philippe Gagnon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 5:08 PM Subject: Re: pthread/longjmp/signal problem > On Thu, 21 Jun 2001, Louis-Philippe Gagnon wrote: > > No reactions the first time, let's try again. >

Re: pthread/longjmp/signal problem

2001-06-26 Thread Daniel Eischen
On Thu, 21 Jun 2001, Louis-Philippe Gagnon wrote: > No reactions the first time, let's try again. > > I've encountered a problem in the interaction betwen signals, longjmp and > pthreads; I'm hoping someone can help me make sense of it. > > I've been trying to implement a IsBadReadPtr-style func

Re: pthread/longjmp/signal problem

2001-06-24 Thread Daniel Eischen
On Mon, 25 Jun 2001, Valentin Nechayev wrote: > Thu, Jun 21, 2001 at 10:55:10, louisphilippe (Louis-Philippe Gagnon) wrote about >"pthread/longjmp/signal problem": > > > I've been trying to implement a IsBadReadPtr-style function in FreeBSD by > > using si

Re: pthread/longjmp/signal problem

2001-06-24 Thread Valentin Nechayev
Thu, Jun 21, 2001 at 10:55:10, louisphilippe (Louis-Philippe Gagnon) wrote about "pthread/longjmp/signal problem": > I've been trying to implement a IsBadReadPtr-style function in FreeBSD by > using signal handlers and longjmp/setjmp. It seemed to work as expected, > u

Re: pthread/longjmp/signal problem

2001-06-21 Thread Louis-Philippe Gagnon
[snip] > > ERRORS > If the contents of the env are corrupted, or correspond to an environment > that has already returned, the longjmp() routine calls the routine I interpreted that as referring to the case when we longjmp after the _function_ that called setjmp has returned, but yes, "

Re: pthread/longjmp/signal problem

2001-06-21 Thread Alfred Perlstein
* Louis-Philippe Gagnon <[EMAIL PROTECTED]> [010621 09:56] wrote: > No reactions the first time, let's try again. > > I've encountered a problem in the interaction betwen signals, longjmp and > pthreads; I'm hoping someone can help me make sense of it. > > I've been trying to implement a IsBadRe

pthread/longjmp/signal problem

2001-06-21 Thread Louis-Philippe Gagnon
No reactions the first time, let's try again. I've encountered a problem in the interaction betwen signals, longjmp and pthreads; I'm hoping someone can help me make sense of it. I've been trying to implement a IsBadReadPtr-style function in FreeBSD by using signal handlers and longjmp/setjmp. I