From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q2ijl-000077-OS for mharc-grub-devel@gnu.org; Thu, 24 Mar 2011 07:29:57 -0400 Received: from [140.186.70.92] (port=59491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2ijj-00006c-8i for grub-devel@gnu.org; Thu, 24 Mar 2011 07:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2ijh-0004xl-Nz for grub-devel@gnu.org; Thu, 24 Mar 2011 07:29:55 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:36298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2ijh-0004xM-Hu for grub-devel@gnu.org; Thu, 24 Mar 2011 07:29:53 -0400 Received: by eyh6 with SMTP id 6so2560394eyh.0 for ; Thu, 24 Mar 2011 04:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type; bh=J4hT38P4PpJj0lTTEfHOO+lc9Et5cLIceHa0f1o+qZU=; b=mb5USvHhbjQZNLlotRFZDduDjMOf/agAC5KDQ7DEBsNWHxaZ3j5HkY3csoaqb0TItK SijWIhFJ86SCjI2SuJgV50n1F5dgcHZXum7PPGtWXGGz9hVOx8AmjBwvTGJc6kSwbJ+j XMebO+V490jzIhDmnvaWymLKGAUxgr8pr5r14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=K4A2uy9hW+wTXonyWkdSL22FAYFrHAt7+CEWiyky4iKCEqkqfeO/P1a0ZE86PGBxNC hWt4wXDJPhjZm28rr/PHbNv5tUSJzF7dkByIDvjOT9UtOBtIaGgkL+oyqZfeE4KGWJ4g PzBcSxTMvg4ujWndPsFYJVzDrquwueVKwCaTw= Received: by 10.14.53.15 with SMTP id f15mr2946581eec.101.1300966192588; Thu, 24 Mar 2011 04:29:52 -0700 (PDT) Received: from debian.x201.phnet (vpn-global-dhcp2-34.ethz.ch [129.132.209.34]) by mx.google.com with ESMTPS id y7sm2925306eeh.7.2011.03.24.04.29.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Mar 2011 04:29:49 -0700 (PDT) Message-ID: <4D8B2B2B.5080500@gmail.com> Date: Thu, 24 Mar 2011 12:29:47 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: grub-devel@gnu.org References: <20110209134530.GB8349@riva.ucam.org> In-Reply-To: <20110209134530.GB8349@riva.ucam.org> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig8362CEB95C96FCEB0774AD03" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 Subject: Re: FreeBSD relocator crash X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2011 11:29:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8362CEB95C96FCEB0774AD03 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Fixed On 09.02.2011 14:45, Colin Watson wrote: > While working on Debian bug #612128 in a KVM instance, I found that any= > call to kfreebsd_module_elf seems to crash GRUB (1.99~rc1). I > reproduced this with both FreeBSD 7.2 + acpi.ko and FreeBSD 8.1 + > ufs.ko. This sequence of commands: > > kfreebsd /boot/kfreebsd-8.1-1-686.gz > set debug=3Dall > kfreebsd_module_elf /lib/modules/8.1-1-686/ufs.ko > > ... results in this sequence of debug messages just before hanging: > > kern/disk.c:245: Opening `hd0,msdos1'... > partmap/msdos.c:140: partition 0: flag 0x80, type 0xa5, start 0x3f, l= en 0x13fff71 > kern/fs.c:54: Detecting ufs2... > lib/relocator.c:1211: min_addr =3D 0xec6fec, max_addr =3D 0xffffffff,= target =3D 0xec7000 > lib/relocator.c:424: trying to allocate in 0xec7000-0xffffffff aligne= d 0x1 size 0x43ab8 > > Does anyone know what's wrong here, or my best strategy for gathering > more information if it isn't obvious? > > Thanks, > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig8362CEB95C96FCEB0774AD03 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk2LKysACgkQNak7dOguQgkiFwD8CgXPn+R02xU1bB4pPjgeqMtI tzkZLh0uHoDqg7+IydoA/057iK84nliI3hYpGLxMSC/XnaABmj2TW8nIRfmNy9Xe =y7aB -----END PGP SIGNATURE----- --------------enig8362CEB95C96FCEB0774AD03--