Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2005 19:25:13 -0800 (PST)
From:      Doug White <dwhite@gumbysoft.com>
To:        Frank Mayhar <frank@exit.com>
Cc:        current@freebsd.org
Subject:   Re: Hard hangs running 6-current.
Message-ID:  <20050221191909.B89025@carver.gumbysoft.com>
In-Reply-To: <200502211933.j1LJX6v4093739@realtime.exit.com>
References:  <200502211933.j1LJX6v4093739@realtime.exit.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 Feb 2005, Frank Mayhar wrote:

> Joseph Koshy wrote:
> > Try turning off HTT in the BIOS.
>
> Unfortunately, that did _not_ do the trick after all, even after I upgraded
> the BIOS to the latest.
>
> I have a vague impression that it might be related to some hardware errors
> the ath driver is claiming to see:
>
> Feb 20 22:38:05 lap kernel: ath0: hardware error; resetting
>
> But at this point I have no good ideas.

Try one of these loader tunables:
1. Disabling SMP (kern.smp.disabled=1)
2. Disabling mpsafenet (debug.mpsafenet=0)

This may be a symptom of a deadlock we're observing on
sparc64 in the network stack.  Either one of these should stop the
problem, if its the issue we were seeing earlier today.

If you especially adventurous, try setting net.inet.tcp.do_tcpdrain=0
instead of the options above.  This might cause mbuf exhaustion but is
implicated in the deadlock.

This is a total hunch and I may be influenced by the time put in on this
issue today :)

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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