From owner-freebsd-current Fri Mar 19 2:38: 3 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 53E4314BF4 for ; Fri, 19 Mar 1999 02:37:58 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA22624; Fri, 19 Mar 1999 21:37:38 +1100 Date: Fri, 19 Mar 1999 21:37:38 +1100 From: Bruce Evans Message-Id: <199903191037.VAA22624@godzilla.zeta.org.au> To: current@FreeBSD.ORG, obrien@NUXI.com Subject: Re: panics while reading Solaris CDROM Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I get very consistant panics when doing ``find . -type f |xargs grep >foo'' on a Solaris CDROM in my Plextor 8x CDROM drive (device cd0). I'm >not sure how to proceed in fixing this. This should be fixed now. I got very consistent panics for `cd /dosD/windows; find . | xargs cksum' on an msdosfs with a block size of 2K :). cd9660 also has a block size of 2K, and getnewbuf() returned corrupt buffers when it reused buffers that had b_data offset 2K into the space reserved for the buffer data. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message