Date: Tue, 3 Sep 2002 14:31:34 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: "Marc G. Fournier" <scrappy@hub.org> Cc: Matthew Dillon <dillon@apollo.backplane.com>, <freebsd-stable@FreeBSD.ORG> Subject: Re: Crash with KVM monitoring in place ... Message-ID: <15733.6.230871.576113@grasshopper.cs.duke.edu> In-Reply-To: <20020903152551.W2186-100000@hub.org> References: <15732.65091.212238.888206@grasshopper.cs.duke.edu> <20020903152551.W2186-100000@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Marc G. Fournier writes:
>
> ah, for some reason, its clearing out the dmesg ... this one might help a
> bit better:
>
> jupiter# kldload netdump_client
> kldload: can't load netdump_client: Exec format error
> jupiter# dmesg
> 9, 1.26
> link_elf: symbol tulip_intr_normal undefined
OK, I win my bet ;)
Comment out the code regarding tulip_intr():
/*void tulip_intr_normal __P((void *));*/
/* else if (strcmp(ifn->if_name, "de") == 0) {
tulip_intr_normal(ifn->if_softc);
}*/
And please reply privately, I doubt everybody on -stable cares about
this..
Drew
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15733.6.230871.576113>
