From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S0sUK-0001Td-C0 for mharc-grub-devel@gnu.org; Fri, 24 Feb 2012 05:34:56 -0500 Received: from eggs.gnu.org ([140.186.70.92]:53592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sUE-0001S3-TF for grub-devel@gnu.org; Fri, 24 Feb 2012 05:34:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0sUC-0004aW-Pt for grub-devel@gnu.org; Fri, 24 Feb 2012 05:34:49 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:47097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sUC-0004aA-I9 for grub-devel@gnu.org; Fri, 24 Feb 2012 05:34:48 -0500 Received: by eeke53 with SMTP id e53so499775eek.0 for ; Fri, 24 Feb 2012 02:34:47 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.101.6 as permitted sender) client-ip=10.14.101.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.101.6 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.101.6]) by 10.14.101.6 with SMTP id a6mr1159507eeg.27.1330079687838 (num_hops = 1); Fri, 24 Feb 2012 02:34:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pJl3WBgI7BpF2KJZJ0pXDTpKBiGWra+vjnDzy+sbw7g=; b=VU9cN61W6N673YJ6FvAoedowm1ZA/lkDzxBsKrM5N6Eq969IrRc2fA1YTey4VnVEd5 BpwuVnvim1Xupx/mX9WAInGnD+Cghuj4UmbQNqcSyv3iM368WZSf3yKZ7tRuPuZW49uv wrK/NRtU1xhobxJ3fsjygHHgfev7oFVuGROOU= Received: by 10.14.101.6 with SMTP id a6mr878058eeg.27.1330079687697; Fri, 24 Feb 2012 02:34:47 -0800 (PST) Received: from debian.x201.phnet (91-234.197-178.cust.bluewin.ch. [178.197.234.91]) by mx.google.com with ESMTPS id z47sm16633984eeh.9.2012.02.24.02.34.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 02:34:46 -0800 (PST) Message-ID: <4F4767C2.5090206@gmail.com> Date: Fri, 24 Feb 2012 11:34:42 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: grub-mount (ubuntu) hangs with hfs+ partition References: <4F46A5AD.5080804@xs4all.nl> In-Reply-To: <4F46A5AD.5080804@xs4all.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 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 10:34:55 -0000 On 23.02.2012 21:46, Kees Bakker wrote: > Hi, > > In Ubuntu (and Debian I guess) there is a grub-mount command. > It's added to grub with branch_fuse.patch, and in that file it mentions > http://lists.gnu.org/archive/html/grub-devel/2011-01/msg00056.html > > I have a MacPro system with Ubuntu installed and some HFS+ > partitions. Everytime I do a kernel update (and update-grub) > it hangs when a grub-mount command is used on one of the HFS+ > partitions. > > The grub-mount command does not hang on all my HFS+ partitions. > But the fact that it hangs on one of them makes it very annoying. > > 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 > grub-core/fs/hfsplus.c > there is no loop at this location in the latest trunk. Could you use this please? Also what is the value of currnode on every loop iteration? > BTW. I've also tried to contact Macro Gerards (the contributor of the > HFS+ > code), but I didn't get a reply from him. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko