From owner-freebsd-stable@FreeBSD.ORG Mon Mar 21 21:29:25 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1BA16A4CE for ; Mon, 21 Mar 2005 21:29:25 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6678143D69 for ; Mon, 21 Mar 2005 21:29:23 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])j2LLTIK9097724; Mon, 21 Mar 2005 22:29:18 +0100 (CET) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.1/8.13.1/Submit) id j2LLTGtt097723; Mon, 21 Mar 2005 22:29:16 +0100 (CET) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Mon, 21 Mar 2005 22:29:16 +0100 From: Tilman Linneweh To: stable@FreeBSD.org Message-ID: <20050321212916.GE2997@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: tilman@arved.at Subject: panic: m_copydata, length > size of mbuf chain X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 21:29:25 -0000 Hi, I am frequently running into this problem, when connecting from a NAT'ed network via SSH to a host behind my IPfilter/IPnat firewall running RELENG_5. It usually happens if i close my laptop's lid without closing the SSH session. DDB backtrace looks like this: Tracing pid 27 tid 100021 td 0xc107f190 kdb_enter(c06b8a22) at kdb_enter+0x2b panic(c06be9b5,1,c2213340,c2213300,ca8a8b34) at panic+0xbb m_copydata(c123a600,0,38,c2213340,0) at m_copydata+0x66 ipllog(0,ca8a8be0,ca8a8b68,ca8a8b60,ca8a8b58) at ipllog+0x1f1 ipflog(19,c123a650,ca8a8be0,c123a600,0) at ipflog+0x18f fr_check(c123a650,14,c1120000,0,ca8a8c88) at fr_check+0xc6c fr_check_wrapper(0,ca8a8c88,c1120000,1,0) at fr_check_wrapper+0x2a pfil_run_hooks(c074a000,ca8a8cd4,c1120000,1,0) at pfil_run_hooks+0xbd ip_input(c123a600) at ip_input+0x231 netisr_processqueue(c0749298) at netisr_processqueue+0x6e swi_net(0) at swi_net+0x88 ithread_loop(c1074500,ca8a8d48,c1074500,c050f198,0) at ithread_loop+0x124 fork_exit(c050f198,c1074500,ca8a8d48) at fork_exit+0xa4 fork_trampoline() at fork_trampoline+0x8 This happens even if i set debug.mpsafenet=0 in loader.conf. regards tilman PS: Before RELENG_5 was created, this box ran very stable with 5.2.1.