Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 10:06:38 -0600 (CST)
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        kuriyama@imgsrc.co.jp, current@freebsd.org
Subject:   Re: FYI: Panic at in_pcbremlists()
Message-ID:  <200112211606.fBLG6cf73267@prism.flugsvamp.com>
In-Reply-To: <local.mail.freebsd-current/7mk7vgfxjh.wl@waterblue.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <local.mail.freebsd-current/7mk7vgfxjh.wl@waterblue.imgsrc.co.jp> you write:
>
>I got a panic with today's current.  I don't know I can reproduce this
>panic or not...

This probably is in:

1015                    if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
1016                            LIST_REMOVE(phd, phd_hash);
1017                            free(phd, M_PCB);

but without the structure pointers, there isn't much to debug.
Is there a crash dump available?
--
Jonathan

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112211606.fBLG6cf73267>