Date: Wed, 22 Oct 2003 22:05:35 -0700 From: Sam Leffler <sam@errno.com> To: Marcos Biscaysaqu <marcos@thepacific.net>, freebsd-current@freebsd.org Subject: Re: Ath0 Crash the PC Message-ID: <200310222205.35615.sam@errno.com> In-Reply-To: <3F973EBE.4020805@thepacific.net> References: <3F95CB0A.3030406@thepacific.net> <200310211902.29183.sam@errno.com> <3F973EBE.4020805@thepacific.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 22 October 2003 07:36 pm, Marcos Biscaysaqu wrote: > Hi There. > With the debug on in hte kernel "ZABU" I found this when my Atheros card > crash: > > lock order reversal > 1st 0xc36c1e84 rl0 (network driver) @ pci/if_rl.c:1485 > 2nd 0xc0766280 bridge (bridge) @ net/bridge.c:777 > Stack backtrace: > lock order reversal > 1st 0xc0768540 ifnet (ifnet) @ net/bridge.c:424 > 2nd 0xc379307c radix node head (radix node head) @ net/route.c:544 > Stack backtrace: > > > looks like is a Bridge problem, I have the option BRIDGE in my kernel > may be I need try another way to make the bridge work? LOR's will not cause a system crash. If a LOR causes a problem it will likely deadlock your system. The two LORs shown above are known and should not be a problem. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310222205.35615.sam>