Summary: | [arp] [panic] arpintr()->in_lltable_lookup() 8.1 bce(4) crash | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | pluknet <pluknet> | ||||
Component: | kern | Assignee: | Qing Li <qingli> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | 8.1-RELEASE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
pluknet
2011-03-29 10:00:22 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net Over to maintainer(s). State Changed From-To: open->feedback I think it's not a bug of bce(4) but arp(4) and I guess it was fixed in 8.2-RELEASE. Can you reproduce the issue on 8.2-RELEASE or latest stable/8? Responsible Changed From-To: freebsd-net->yongari Grab. I'm sorry I have no much 8.2 boxes in production use (yet). The crash is occasional. I cannot reproduce it reliably: I have 3 crashes for a month among ~100 boxes. -- wbr, pluknet On Mon, Apr 11, 2011 at 08:00:23AM +0000, Sergey Kandaurov wrote:
> The following reply was made to PR kern/156026; it has been noted by GNATS.
>
> From: Sergey Kandaurov <pluknet@gmail.com>
> To: bug-followup@FreeBSD.org, pluknet@gmail.com
> Cc:
> Subject: Re: kern/156026: bce panic arpintr ->in_lltable_lookup 8.1 bce 4 crash
> Date: Mon, 11 Apr 2011 11:57:55 +0400
>
> I'm sorry I have no much 8.2 boxes in production use (yet).
> The crash is occasional. I cannot reproduce it reliably:
> I have 3 crashes for a month among ~100 boxes.
>
Ok, please let me know when you encounter the issue on 8.2-RELEASE.
I think there were a large set of change of arp(4) in stable/8
after the release of 8.1-RELEASE. Qing Li may know better whether
this is really one of them(CCed).
Qing, could you look over the issue?
This bug definitely still exists in 8.2-RELEASE -- it's currently the #1 panic on FreeBSD/EC2. -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid On Tue, May 10, 2011 at 05:40:10AM +0000, Colin Percival wrote:
> The following reply was made to PR kern/156026; it has been noted by GNATS.
>
> From: Colin Percival <cperciva@freebsd.org>
> To: bug-followup@FreeBSD.org, pluknet@gmail.com
> Cc:
> Subject: Re: kern/156026: [bce] [panic] arpintr()->in_lltable_lookup()
> 8.1 bce(4) crash
> Date: Mon, 09 May 2011 22:37:44 -0700
>
> This bug definitely still exists in 8.2-RELEASE -- it's currently the #1 panic
> on FreeBSD/EC2.
Is there easy way to reproduce the issue? I have a quad-port bce(4)
controller but I didn't see any issues.
Would you show me dmesg and pciconf -lcbv output get more details
on controller/firmware revision?
On 05/10/11 10:06, YongHyeon PYUN wrote:
> On Tue, May 10, 2011 at 05:40:10AM +0000, Colin Percival wrote:
>> This bug definitely still exists in 8.2-RELEASE -- it's currently the #1 panic
>> on FreeBSD/EC2.
>
> Is there easy way to reproduce the issue? I have a quad-port bce(4)
> controller but I didn't see any issues.
> Would you show me dmesg and pciconf -lcbv output get more details
> on controller/firmware revision?
I don't have any easy way to reproduce this, but I can say that it does not
require bce, since EC2 doesn't have bce -- the hardware there is the Xen xn
virtual interface.
So I think it's safe to say that this is a bug in the arp/lltable/etc code,
not in any network driver.
--
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
State Changed From-To: feedback->open Ok, thanks for confirming this. I think it would be better to give it to our arp guru, Qing Li. Qing, would you take a look this issue? It seems it's not device driver related issue. If you have no time or interests to fix it in near future, please assign it back to freebsd-net@. Responsible Changed From-To: yongari->qingli Ok, thanks for confirming this. I think it would be better to give it to our arp guru, Qing Li. Qing, would you take a look this issue? It seems it's not device driver related issue. If you have no time or interests to fix it in near future, please assign it back to freebsd-net@. Thanks. I am told that this was fixed by r214675 -- this certainly seems plausible to me. John, can you confirm this so that we can close this PR? -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid On 5/14/11 3:00 PM, Colin Percival wrote:
> I am told that this was fixed by r214675 -- this certainly seems
> plausible to me. John, can you confirm this so that we can close
> this PR?
Yes.
--
John Baldwin
State Changed From-To: open->closed jhb confirms that this was fixed in r214675 (Nov 2010, MFCed to stable/8 as r217848 in Jan 2011). |