From owner-freebsd-current Sat Apr 20 06:53:17 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13754 for current-outgoing; Sat, 20 Apr 1996 06:53:17 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA13749 for ; Sat, 20 Apr 1996 06:53:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id XAA17330; Sat, 20 Apr 1996 23:50:50 +1000 Date: Sat, 20 Apr 1996 23:50:50 +1000 From: Bruce Evans Message-Id: <199604201350.XAA17330@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: Anyone else notice NFS broken in -current? Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> The ip header optimizations broken it yesterday. All large packets >> ... >Is this part of a larger fix you're working on, or should we run >with some interim solution to fix the broken state of the world? I'm waiting for Garrett to read his mail :-). I can only fix the inline function, and it seemed OK. >> I'm running with the following fix. Note that it has breakpoint >> instructions to trap the header optimizations that haven't failed >> yet. >Yep, I just hit one.. :-) Do you want the crash dump, or do you already >have plenty of your own to look at? No. Just remove the breakpoints. Then the wrong code will only be used for checking. Bruce