Re: Possible libc_r pthread bug

2001-12-04 Thread Dan Eischen
ecause you are running on the scheduler stack, not the threads stack. You also have a bug in the way you changed the check for cancellation flags. There only clean way to fix this is to add a return frame to the interrupted context so that it can check for cancellation (and other things) before returning to the threads interrupted context. -- Dan Eischen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: bin/25110

2001-04-17 Thread Dan Eischen
forking. > > The PR precisely describes the underlying cause and points out how you > can examine and solve the problem. > > I'd appreciate if you or someone else with a clue could deal with it. You can try the patch below. I think I've posted this patch before, but I guess