Manuel Bouyer
2018-02-07 14:46:44 UTC
Hello,
on a netbsd-8 system, running with a netbsd-5 userland so the ipv4 stack
was probably not fully initialised (some network-related commands fails
with "Protocol not supported"), I got at shutdown:
panic: kernel diagnostic assertion "llt != NULL" failed: file "/dsk/l1/misc/bouyer/netbsdtsar/netbsd-8/src/sys/net/if_llatbl.c", line 427 llt is NULL
unfortunably I couldn't get a stack trace.
Changing this KASSERT to
if (llt == NULL) {
printf("llt is NULL\n");
return;
}
allows for a clean shutdown in my case.
Is this correct ?
on a netbsd-8 system, running with a netbsd-5 userland so the ipv4 stack
was probably not fully initialised (some network-related commands fails
with "Protocol not supported"), I got at shutdown:
panic: kernel diagnostic assertion "llt != NULL" failed: file "/dsk/l1/misc/bouyer/netbsdtsar/netbsd-8/src/sys/net/if_llatbl.c", line 427 llt is NULL
unfortunably I couldn't get a stack trace.
Changing this KASSERT to
if (llt == NULL) {
printf("llt is NULL\n");
return;
}
allows for a clean shutdown in my case.
Is this correct ?
--
Manuel Bouyer <***@antioche.eu.org>
NetBSD: 26 ans d'experience feront toujours la difference
--
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Manuel Bouyer <***@antioche.eu.org>
NetBSD: 26 ans d'experience feront toujours la difference
--
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de