Re: cvs commit: src/sys/kern sys_process.c

2000-12-31 Thread John Baldwin
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.

Re: cvs commit: src/sys/kern sys_process.c

2000-12-30 Thread Paul Saab
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

Re: cvs commit: src/sys/kern sys_process.c

2000-12-30 Thread John Baldwin
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 "

Re: cvs commit: src/sys/kern sys_process.c

2000-12-30 Thread Paul Saab
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

cvs commit: src/sys/kern sys_process.c

2000-12-29 Thread Szilveszter Adam
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