From owner-freebsd-current Wed Jan 12 7:25:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by hub.freebsd.org (Postfix) with ESMTP id 2F3D314E12 for ; Wed, 12 Jan 2000 07:25:56 -0800 (PST) (envelope-from kuriyama@sky.rim.or.jp) Received: from mail1.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id AAA00891 for ; Thu, 13 Jan 2000 00:25:53 +0900 (JST) Received: from rhea.sky.rim.or.jp (ppp543.kt.rim.or.jp [202.247.140.193]) by mail1.rim.or.jp (3.7W/) id AAA15333 for ; Thu, 13 Jan 2000 00:25:54 +0900 (JST) Received: from localhost.sky.rim.or.jp (localhost [127.0.0.1]) by rhea.sky.rim.or.jp (8.9.3/3.7W/rhea-1.2) with ESMTP id AAA22576 for ; Thu, 13 Jan 2000 00:25:53 +0900 (JST) Date: Thu, 13 Jan 2000 00:25:51 +0900 Message-ID: <14460.40191.708206.82051O@localhost.sky.rim.or.jp> From: Jun Kuriyama To: current@FreeBSD.org Subject: panic in uipc_mbuf.c or if_aue.c User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/20.4 (Emerald) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got more panic with DEBUG=-g and INVARIANTS. I saved core dump at this time. This panic is caused when I tested heavy traffic via aue0 (USB ethernet adaptor) with "while looped" large file scp. I think that is only active process. My ipfw is set as default like as "65535 allow ip from any to any". Should I give some data to solve this problem? ----- Panic message ... ipfw: -1 Refuse TCP 192.168.1.7:22 192.168.1.5:1014 in via aue0 panic: m_copydata, length > size of mbuf chain ----- ----- Stack trace #10 0xc015b906 in m_copydata (m=0xc05d4e00, off=0, len=1514, cp=0xc08b8954 "...data..."...) at ../../kern/uipc_mbuf.c:727 #11 0xc021b7af in aue_encap (sc=0xc0828600, m=0xc05d4e00, idx=0) at ../../dev/usb/if_aue.c:1107 #12 0xc021b888 in aue_start (ifp=0xc0828600) at ../../dev/usb/if_aue.c:1162 #13 0xc021b6ca in aue_txeof (xfer=0xc082f080, priv=0xc082871c, status=USBD_NORMAL_COMPLETION) at ../../dev/usb/if_aue.c:1044 #14 0xc02109bd in usb_transfer_complete (xfer=0xc082f080) at ../../dev/usb/usbdi.c:815 #15 0xc020ce1f in uhci_idone (ii=0xc08afc40) at ../../dev/usb/uhci.c:1126 #16 0xc020cbf4 in uhci_check_intr (sc=0xc0830000, ii=0xc08afc40) at ../../dev/usb/uhci.c:1019 #17 0xc020cb23 in uhci_intr (arg=0xc0830000) at ../../dev/usb/uhci.c:965 #18 0xc025ba49 in intr_mux (arg=0xc059ec00) at ../../i386/isa/intr_machdep.c:569 #19 0x8052a7a in ?? () #20 0x8051e53 in ?? () #21 0x804e833 in ?? () #22 0x804f37b in ?? () #23 0x804b4ee in ?? () #24 0x804a0fd in ?? () ----- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message