From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 6 00:10:03 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 386FF106564A for ; Tue, 6 Apr 2010 00:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0961A8FC0C for ; Tue, 6 Apr 2010 00:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o360A23U005779 for ; Tue, 6 Apr 2010 00:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o360A2SH005778; Tue, 6 Apr 2010 00:10:02 GMT (envelope-from gnats) Date: Tue, 6 Apr 2010 00:10:02 GMT Message-Id: <201004060010.o360A2SH005778@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Peter Jeremy Cc: Subject: Re: bin/144446: [patch] db(3) fails with large block sizes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Jeremy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 00:10:03 -0000 The following reply was made to PR bin/144446; it has been noted by GNATS. From: Peter Jeremy To: bug-followup@FreeBSD.org, Andriy Gapon Cc: Subject: Re: bin/144446: [patch] db(3) fails with large block sizes Date: Tue, 6 Apr 2010 10:09:04 +1000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Following r206129, FreeBSD no longer has a hardwired st_blksize so the first problem should now be reproducable on FreeBSD. The scenario where I found the bug was the perl 5.8 DB_File test db-hash.t on a ZFS filesystem. The problem should therefore be reproducable on 9-current with r206129 as follows: 1) Set WRKDIRPREFIX to a ZFS filesystem. 2) cd /usr/ports/lang/perl5.8 3) make 4) cd $WRKDIRPREFIX/usr/ports/lang/perl5.8/work/perl-5.8.9/t 5) ../perl ../ext/DB_File/t/db-hash.t (it's possible perl will need to be installed for this to run) This should result in a core dump following test 21. --=20 Peter Jeremy --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAku6e6AACgkQ/opHv/APuIdQmACfWyOwW3vuLu7PXj42yOdAIK1O tLUAn2VlkxEgoNyYS5hJV7uIsIMYyAP5 =cADY -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr--