In article <local.mail.freebsd-current/[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to