Re: [PATCH] Change lockmgr() to not recursively panic

2001-08-08 Thread Julian Elischer
ah yes stupid of me.. yes. On Wed, 8 Aug 2001, John Baldwin wrote: > > On 08-Aug-01 Julian Elischer wrote: > > not from me, though you might say why you want this.. > > Ever had a panic. Tried to get a dump, and then had lockmgr blow up with > some other panic? That's what this is tryin

Re: [PATCH] Change lockmgr() to not recursively panic

2001-08-08 Thread John Baldwin
On 08-Aug-01 Julian Elischer wrote: > not from me, though you might say why you want this.. Ever had a panic. Tried to get a dump, and then had lockmgr blow up with some other panic? That's what this is trying to prevent. I'll have to make sure that case is still reproducible, however. Haven

Re: [PATCH] Change lockmgr() to not recursively panic

2001-08-08 Thread Jason Evans
On Wed, Aug 08, 2001 at 11:17:38AM -0700, Julian Elischer wrote: > not from me, though you might say why you want this.. I think the reason was in the Subject line: Subject: [PATCH] Change lockmgr() to not recursively panic Jason To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: [PATCH] Change lockmgr() to not recursively panic

2001-08-08 Thread Julian Elischer
not from me, though you might say why you want this.. On Wed, 8 Aug 2001, John Baldwin wrote: > Any objections to the following patch? > > Index: kern_lock.c > === > RCS file: /usr/cvs/src/sys/kern/kern_lock.c,v > retrieving revis