From: Jeff Garzik <hidden> Date: 2004-09-29 04:12:37
Just logged into my router, which is running 2.6.9-rc2-bk1 (or -bk2, not
sure), and saw a buttload of the following messages:
[jgarzik@pretzel g]$ dmesg -s123000 |grep -c BUG
488
[jgarzik@pretzel g]$ dmesg -s123000 |grep BUG|sort|uniq
BUG: dst underflow 0: cf5dd180 at f8c0be5d
BUG: dst underflow 0: cf5dd180 at f8c0d15c
BUG: dst underflow 0: cf5dd180 at f8c1656f
router seems to be working fine regardless of these BUGs.
ifconfig, .config, and lspci attached.
Is this a known, already-fixed issue?
Jeff
In article [off-list ref] (at Wed, 29 Sep 2004 00:57:52 -0400), Jeff Garzik [off-list ref] says:
David S. Miller wrote:
quoted
On Wed, 29 Sep 2004 00:12:37 -0400
Jeff Garzik [off-list ref] wrote:
quoted
BUG: dst underflow 0: cf5dd180 at f8c0be5d
:
quoted
Can you match up the 0xf8xxxxxx addresses to spots
in your System.map? Thanks.
:
ipv6 232192 38 - Live 0xf8c01000
^^^^ appears to be this
Hmm, I haven't met this (during TAHI test against latest tree).
Would you try latest bk tree?
Plus, if you know how to reproduce this, tell me.
Thank you.
--yoshfuji
On Wed, Sep 29, 2004 at 12:12:37AM -0400, Jeff Garzik wrote:
Just logged into my router, which is running 2.6.9-rc2-bk1 (or -bk2, not
sure), and saw a buttload of the following messages:
I've been seeing this too for a week or two on 2.6.8-1.521smp, which
is some kind of Red Hat bastardized version of 2.6.8 that comes with
Fedora Core 2.
BUG: dst underflow 0: 3bcf9a80 at 42350024
ipt_state 5569 1 - Live 0x4231e000
iptable_mangle 6209 0 - Live 0x42321000
mii 7617 2 usbnet,e100, Live 0x42324000
ip_conntrack 30929 3 ipt_MASQUERADE,iptable_nat,ipt_state, Live 0x42329000
ipv6 233701 50 - Live 0x42345000 <====
ipt_mark 5441 1 - Live 0x423f9000
ipt_MASQUERADE 6849 1 - Live 0x423fc000
e100 33861 0 - Live 0x423ff000
I'm running 6to4 on this machine, but not using it as a router.
Any easy way to find out which symbol in ipv6.ko this address is in?
--L