From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 16 12:04:44 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DEFF16A4B3; Tue, 16 Sep 2003 12:04:44 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E915243F3F; Tue, 16 Sep 2003 12:04:42 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.9p1/8.12.3) with ESMTP id h8GJ4eib004631; Tue, 16 Sep 2003 21:04:40 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h8GJ4dlH13801320; Tue, 16 Sep 2003 21:04:39 +0200 (MES) Date: Tue, 16 Sep 2003 21:04:39 +0200 (CEST) From: Martin Blapp To: sysadmin@wvths.com In-Reply-To: <23988.24.218.220.202.1063738362.squirrel@webmail.wvths.com> Message-ID: <20030916210151.J47434@cvs.imp.ch> References: <23988.24.218.220.202.1063738362.squirrel@webmail.wvths.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hackers@freebsd.org cc: mbr@freebsd.org Subject: Re: 4.8-stable kernel panic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 19:04:44 -0000 Hi, > #0 dumpsys () at ../../kern/kern_shutdown.c:487 > #1 0xc0168237 in boot (howto=256) at ../../kern/kern_shutdown.c:316 > #2 0xc0168675 in panic (fmt=0xc02db260 "m_copydata, offset > size of mbuf > chain") at ../../kern/kern_shutdown.c:595 > #3 0xc018576e in m_copydata (m=0xc1560d00, off=6144, len=2048, > cp=0xc155a800 "") at ../../kern/uipc_mbuf.c:979 > #4 0xc0186776 in m_defrag (m0=0xc1560d00, how=1) at > ../../kern/uipc_mbuf.c:1572 > #5 0xc021de70 in dc_encap (sc=0xc21c3000, m_head=0xc1560d00, > txidx=0xd72d9f60) at ../../pci/if_dc.c:3006 > #6 0xc021e0bb in dc_start (ifp=0xc21c3000) at ../../pci/if_dc.c:3105 > #7 0xc021de09 in dc_intr (arg=0xc21c3000) at ../../pci/if_dc.c:2970 This doesn't help me at all. Looks like corrupted mbufs, this doesn't have to be in the if_dc driver itself. So how can you reproduce this panic, is it a fresh panic at all, or did you encounter it since ever ? What kind of card do you have (pciconf -lv) ? Martin