From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 12:57:59 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6932520D; Sat, 5 Jul 2014 12:57:59 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 25AAA270F; Sat, 5 Jul 2014 12:57:59 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::7488:d5b8:e5a:cd00] (unknown [IPv6:2001:7b8:3a7:0:7488:d5b8:e5a:cd00]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 77D6F5C44; Sat, 5 Jul 2014 14:57:54 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_8BFBC2F8-7735-4D1E-8644-B92496494102"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: 10.0-RELEASE BTX halted on DELL R900 From: Dimitry Andric In-Reply-To: <20140705060939.GA11739@flea.casa> Date: Sat, 5 Jul 2014 14:57:45 +0200 Message-Id: <5881B5EA-B625-4E47-ADCB-3F2F894A8630@FreeBSD.org> References: <53B659B7.3020202@gddsn.org.cn> <20140705060939.GA11739@flea.casa> To: Arrigo Marchiori X-Mailer: Apple Mail (2.1878.6) Cc: stable@freebsd.org, questions@freebsd.org, current@freebsd.org, wsk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 12:57:59 -0000 --Apple-Mail=_8BFBC2F8-7735-4D1E-8644-B92496494102 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 05 Jul 2014, at 08:09, Arrigo Marchiori wrote: >=20 > On Fri, Jul 04, 2014 at 03:37:27PM +0800, wsk wrote: >> lists >> I met a BTX halted problem while upgrade Freebsd 9.0-RC3 to=20 >> 10.0-Release via freebsd-update. >> and please check the link below: >> http://sw.gddsn.org.cn/jopens/test/btx.jpg >>=20 >> BTW: I can booted 10.0-R from DVD-ROM as expected but got same error=20= >> message with flash-driver. >=20 > I don't remember if that error message means ``division by zero''. It certainly looks a lot like it. The code at cs:eip from the OP's screenshot disassembles to: 36217: f7 35 bc d6 03 00 divl 0x3d6bc 3621d: 85 ff test %edi,%edi 3621f: 74 05 je 0x36226 36221: 89 1f mov %ebx,(%edi) 36223: 89 4f 04 mov %ecx,0x4(%edi) 36226: 89 c2 mov %eax,%edx 36228: e9 c2 00 00 00 jmp 0x362ef 3622d: 66 c7 45 ea 00 00 movw $0x0,-0x16(%ebp) 36233: 89 c8 mov %ecx,%eax This is a piece of code from /usr/src/lib/libstand/qdivrem.c, which is used to do 64-bit divides. It would be nice if you could try out this loader binary, which has a few additional checks for zero sector counts or sizes: http://www.andric.com/freebsd/loader.edd SHA256 (loader.edd) =3D = 89f99500adb3a8feaa84336ce625975bcfdc0f886514ab02de4992859a671aa9 However, this might still mis-detect your disk sizes, obviously. > Just in case, you could try the patch attached to this bug: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D176748 >=20 > The patch was compiled for 9-STABLE; if it does not apply to the 10.0 > sources, then drop me a line so I can adapt it. I tried this patch on a few FreeBSD VMs, and each of them stopped being able to mount the root filesystem because of it. I don't really know what the explanation is... -Dimitry --Apple-Mail=_8BFBC2F8-7735-4D1E-8644-B92496494102 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlO39lAACgkQsF6jCi4glqN6TwCg43hL9pRYMnkhC+4dLhcyYQlI kDoAoOV0P1iLuiAsuYWctYoSAH7YBFMV =GmAj -----END PGP SIGNATURE----- --Apple-Mail=_8BFBC2F8-7735-4D1E-8644-B92496494102--