NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56925: Amd64 server randomly panics
The following reply was made to PR kern/56925; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/56925: Amd64 server randomly panics
Date: Thu, 14 Jul 2022 23:22:10 -0000 (UTC)
riastradh%NetBSD.org@localhost (Taylor R Campbell) writes:
>From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
> So it is in wake_ccb, as I guessed, and it looks like conn is null
> when wake_ccb tries to acquire conn->c_lock:
The first thing should be a kernel built with DIAGNOSTIC. If conn
is NULL, the assertion will trigger.
ISCSI_DEBUG is enabled by default, you just have to configure
the level with sysctl. A level of 15 will trace CCB usage, but
that generates lots of output, but if the error still appears,
you can probably see where things go wrong.
Home |
Main Index |
Thread Index |
Old Index