On Mon, 15 Mar 1999, Dmitrij Tejblum wrote:

> Matthew Dillon wrote:
> > -                   error = acquire(lkp, extflags,
> > -                           LK_HAVE_EXCL | LK_WANT_EXCL | LK_WANT_UPGRADE);
> > +                   if (p->p_flag & P_DEADLKTREAT) {
> > +                           error = acquire(
> 
> This is broken: p may be NULL, it is checked several lines before. 
> My kernel just paniced for this reason.
> 
> Well, sorry for late response, but: what was wrong with Tor Egge's 
> "workaround" from kern/8416?

I'm almost relieved.  I had a report of this on the alpha and I thought it
might be alpha-specific.

--
Doug Rabson                             Mail:  d...@nlsystems.com
Nonlinear Systems Ltd.                  Phone: +44 181 442 9037




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to