Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 00:25:51 +0900
From:      Jun Kuriyama <kuriyama@sky.rim.or.jp>
To:        current@FreeBSD.org
Subject:   panic in uipc_mbuf.c or if_aue.c
Message-ID:  <14460.40191.708206.82051O@localhost.sky.rim.or.jp>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14460.40191.708206.82051O>