From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S11l4-0007XS-Af for mharc-grub-devel@gnu.org; Fri, 24 Feb 2012 15:28:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S11l1-0007W7-8e for grub-devel@gnu.org; Fri, 24 Feb 2012 15:28:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S11l0-0003Ms-4L for grub-devel@gnu.org; Fri, 24 Feb 2012 15:28:47 -0500 Received: from mandjes.xs4all.nl ([82.95.177.154]:37360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S11kz-0003Ka-Tf for grub-devel@gnu.org; Fri, 24 Feb 2012 15:28:46 -0500 Received: from profit.local (profit.local [172.29.0.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kees) by mandjes.xs4all.nl (Postfix) with ESMTPSA id 9F13219D958 for ; Fri, 24 Feb 2012 21:28:44 +0100 (CET) Message-ID: <4F47F2FC.6040308@xs4all.nl> Date: Fri, 24 Feb 2012 21:28:44 +0100 From: Kees Bakker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: grub-mount (ubuntu) hangs with hfs+ partition References: <4F46A5AD.5080804@xs4all.nl> <4F4767C2.5090206@gmail.com> In-Reply-To: <4F4767C2.5090206@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 82.95.177.154 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Fri, 24 Feb 2012 20:28:48 -0000 On 24-02-12 11:34, Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > On 23.02.2012 21:46, Kees Bakker wrote: >> >> I've tried to debug this problem, but I am not making any progress. >> The program hangs in a while(1) loop at line 657 in=20 >> grub-core/fs/hfsplus.c >> > there is no loop at this location in the latest trunk. Could you use=20 > this please? Correct, the while (1) is at line 665. Here is the good news: the hang does not happen with the trunk version anymore. Great work Vladimir. You seem to have done quite a bit of work there, according to the ChangeLog. Thanks a lot. Now, if only Ubuntu would like to take a more recent upstream version ... --=20 Kees