Date: Mon, 12 Feb 2001 11:20:03 -0800 (PST) From: Stas Kisel <stask@tiger.unisquad.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Message-ID: <200102121920.f1CJK3L24601@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24608; it has been noted by GNATS. From: Stas Kisel <stask@tiger.unisquad.com> To: freebsd-gnats-submit@FreeBSD.org Cc: myleal@spliceip.com.br Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Date: Mon, 12 Feb 2001 21:18:23 +0200 Hi. It looks like kmem_malloc() is not the one who returns wrong pointer to m_mballoc(), but it is one of MGET()/MGETHDR()/MFREE() spoiling mmbfree, and thus MGET()/MGETHDR() return wrong pointer in various places. I've added ever more logging to see who of them is the killer, and I'll post results tomorrow. \bye Stas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102121920.f1CJK3L24601>