On 31-Dec-00 Paul Saab wrote:
> I already have and that fixed it.
Well, try http://www.FreeBSD.org/~jhb/patches/kern_sig.patch and see if that
helps. I fubar'd some of the sched_lock handling in the signal code. If that
works, try putting the proctree lock back in and see if it still hangs.
I already have and that fixed it.
John Baldwin ([EMAIL PROTECTED]) wrote:
>
> On 30-Dec-00 Paul Saab wrote:
> > This will not fix the problem. I even removed rev 1.57-1.58 and it
> > still causes gdb to lockup the system.
>
> Try backing out the proctree lock.
>
> --
>
> John Baldwin <[EMA
On 30-Dec-00 Paul Saab wrote:
> This will not fix the problem. I even removed rev 1.57-1.58 and it
> still causes gdb to lockup the system.
Try backing out the proctree lock.
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc
"
This will not fix the problem. I even removed rev 1.57-1.58 and it
still causes gdb to lockup the system.
Szilveszter Adam ([EMAIL PROTECTED]) wrote:
> Hello everybody!
>
> ps 2000/12/29 16:44:44 PST
>
> Modified files:
> sys/kern sys_process.c
> Log:
> Pass me
Hello everybody!
ps 2000/12/29 16:44:44 PST
Modified files:
sys/kern sys_process.c
Log:
Pass me the pointy hat. Do not hold sched_lock over psignal.
Submitted by: alfred
Revision ChangesPath
1.58 +2 -2 src/sys/kern/sys_process.c
I thin