Re: pthread/longjmp/signal problem

2001-07-05 Thread Louis-Philippe Gagnon
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 signals, longjmp and pthreads; I'm hoping someone can help me make sense

Re: pthread/longjmp/signal problem

2001-06-28 Thread Louis-Philippe Gagnon
] 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. I've encountered a problem in the interaction betwen signals, longjmp and pthreads; I'm

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 function

Re: pthread/longjmp/signal problem

2001-06-25 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 signal handlers and longjmp/setjmp. It seemed

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, until I started using

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.

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

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,