Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 12:03:45 -0500
From:      Adam Twardowski <adam.twardowski@gmail.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: [urtw] Random wireless crash / kernel panic
Message-ID:  <CAEvxfZdAG8Tj%2BpUSKUKkpkAzmYohGQD6SZMiysqZpx1VT0Yn4Q@mail.gmail.com>
In-Reply-To: <CAJ-Vmondt98a1gtmVL0kOrJYjTzq0psrEdN4bA=ZbPWHeMSv2g@mail.gmail.com>
References:  <CAEvxfZdTxkN-BJnCa1kNYba0k1jA54aDinQ6d_jdYRUqhLATXQ@mail.gmail.com> <CAJ-Vmondt98a1gtmVL0kOrJYjTzq0psrEdN4bA=ZbPWHeMSv2g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I do still have the kernel and the crash dump.  I'll try that fix tonight
to see how it goes.  Unfortunately, the kernel doesn't usually crash, more
likely the wifi stops working and I am forced to reboot the machine to get
it working again.

On Feb 20, 2012 2:56 AM, "Adrian Chadd" <adrian@freebsd.org> wrote:
>
> Hi,
>
> Do you still have the kernel?
>
>
> On 19 February 2012 18:23, Adam Twardowski <adam.twardowski@gmail.com>
wrote:
> > Hello, I submitted a bug report the other day regarding a kernel panic
> > related to the urtw driver.  If anyone needs any additional
> > infromation, please let me know.
>
> It looks like there's no node associated with that particular TX.
>
> Change:
>
>                if (m->m_flags & M_TXCB) {
>
>
> to
>
>                if ((m->m_flags & M_TXCB) && (data->ni != NULL)) {
>
> .. that may fix the crash but it doesn't explain how an mbuf marked
> M_TXCB has no node..
>
>
>
> Adrian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEvxfZdAG8Tj%2BpUSKUKkpkAzmYohGQD6SZMiysqZpx1VT0Yn4Q>