From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PAlT0-0007pL-2X for mharc-grub-devel@gnu.org; Tue, 26 Oct 2010 11:29:38 -0400 Received: from [140.186.70.92] (port=58631 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAlSg-0007PP-59 for grub-devel@gnu.org; Tue, 26 Oct 2010 11:29:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAlSW-0004Pa-H5 for grub-devel@gnu.org; Tue, 26 Oct 2010 11:29:16 -0400 Received: from efeu.mur.at ([89.106.208.66]:55650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAlSW-0004Nj-7E for grub-devel@gnu.org; Tue, 26 Oct 2010 11:29:08 -0400 Received: from localhost (localhost [127.0.0.1]) by efeu.mur.at (Postfix) with ESMTP id 8A041220F1 for ; Tue, 26 Oct 2010 17:29:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mur.at; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=zwei; t=1288106943; bh=7KfyeUh45e7fPl3otOYWYJaNB1bpJmFHA2WsZVzxgKg=; b=esjRPv7otJYh OGgidfBr4f+Tptx8eq3uhl6zim+t16chHKpGHrLacUIo67H09h7Q/pSSX0l6eNcO HQnnjzcOADLp7U6g9rfv0JQtW8xzazCWnNlGDD8bNRJDrsSN7fDbUeI/lmnyBvnK WOkc7x3QaPX7dg6teZYp/NSKVbm3SKc= X-Virus-Scanned: Debian amavisd-new at efeu.mur.at Received: from efeu.mur.at ([127.0.0.1]) by localhost (efeu.mur.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kP11R+Y8uYzo for ; Tue, 26 Oct 2010 17:29:03 +0200 (CEST) Received: from [192.168.111.2] (pc2.office.mur.at [89.106.208.202]) by efeu.mur.at (Postfix) with ESMTPSA for ; Tue, 26 Oct 2010 17:29:03 +0200 (CEST) Message-ID: <4CC6F3BF.2000409@mur.at> Date: Tue, 26 Oct 2010 17:29:03 +0200 From: Martin Schitter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100918 Icedove/3.0.8 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4CA0FF76.90207@mur.at> <4CC69821.20605@gmail.com> In-Reply-To: <4CC69821.20605@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, 3) Subject: Re: [PATCH] segfault in grub-probe when spare or faulty disks are found 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: Tue, 26 Oct 2010 15:29:33 -0000 Am 2010-10-26 10:58, schrieb Vladimir '=CF=86-coder/phcoder' Serbinenko: > Please try the attached patch yes, this patch seems to fix the problem! thanks! martin