From owner-freebsd-current Tue Dec 26 23:30:07 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA08160 for current-outgoing; Tue, 26 Dec 1995 23:30:07 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA08152 for ; Tue, 26 Dec 1995 23:30:03 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id XAA08931; Tue, 26 Dec 1995 23:30:01 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id XAA06196; Tue, 26 Dec 1995 23:30:04 -0800 (PST) Message-Id: <199512270730.XAA06196@corbin.Root.COM> To: Faried Nawaz cc: current@freebsd.org Subject: Re: another m_copydata crash In-reply-to: Your message of "Thu, 21 Dec 95 12:38:22 PST." <199512212038.MAA00467@pain.csrv.uidaho.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 26 Dec 1995 23:30:03 -0800 Sender: owner-current@freebsd.org Precedence: bulk >i had > 3 crashes today, but /var/crash (actually /usr/crash) filled up >so i only got the first dump. > > >Script started on Thu Dec 21 12:35:25 1995 >; gdb -k -q >(kgdb) symbol-file kernel.debug >Reading symbols from kernel.debug...done. >(kgdb) exec-file /var/crash/kernel.20 >(kgdb) core-file /var/crash/vmcore.20 >IdlePTD 1a2000 >current pcb at 1937fc >panic: m_copydata I think this bug has to do with the packet length when tcp options are involved. How do you have tcp_extensions set in /etc/sysconfig? -DG