Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 15:37:39 -0600 (CST)
From:      Mark Tinguely <tinguely@casselton.net>
To:        freebsd-current@freebsd.org, snezhko@indorsoft.ru
Cc:        max@love2party.net
Subject:   Re: CURRENT + amd64 + user-ppp = panic
Message-ID:  <200511082137.jA8Lbdkm097916@casselton.net>
In-Reply-To: <u64r2kgko.fsf@indorsoft.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

This is great, you caught the kernel trashing a callout entry
in uma_dbg.

I cannot figure out how #14 linked the function sorecieved() to 
the inline function uma_zfree(). (thinking as I am typing) Could
someone changed the recieve function call for this socket?

In my opinion, you can remove the callout_check_callwheel function
and calls. You want to always catch it before it corrupts, and that
is done in the uma_dbg. Once you catch the corruption, we know it
will panic in the near future, unless we are in the debugger long
enough, for the timer to expire and be removed.

I would completely delete the compile directory and "config" and
do a fresh make.

--Mark Tinguely



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511082137.jA8Lbdkm097916>