From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZS6QM-0002HS-TK for mharc-grub-devel@gnu.org; Wed, 19 Aug 2015 12:41:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS6QE-00028Y-Qj for grub-devel@gnu.org; Wed, 19 Aug 2015 12:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS6Q9-0002zl-Na for grub-devel@gnu.org; Wed, 19 Aug 2015 12:41:06 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:33639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS6Q9-0002ze-Fb for grub-devel@gnu.org; Wed, 19 Aug 2015 12:41:01 -0400 Received: by lalv9 with SMTP id v9so6681704lal.0 for ; Wed, 19 Aug 2015 09:41:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dg0aGWEF86r6DIG9yeHKSG11zqqaxDJP2ZlMzWIJyeU=; b=UB6FS4nbTonNXvwait4HonqPjL/TLeXm0lEbyD0Yec3WHHAo30DIZ19PZ/Dj6SICg2 HWJ64L1ThSzo4sKHHRZq8X5PSEEG1Q5q1a/1Ihi/D+JUlOLp+cyu910h5uKgMfOK59BV 6GS/T6nxEdTwniex+gy3L0km/XryJjW8SdJCTsO/o7E2V4U0oDN6+g8YYUk6NdKo3Zow RldhmECN8EbIImwpprtSeZMqUxvcAU3UaWT7Pdq91EMkmF69nUJU4SS0iwvzidksXqIS n4/lPm4ne4UwiJaxv3VygQoHxruawZ16A2j6f//8NP5vlK9zVVQBDq83uSA81vO63baT QKIg== X-Received: by 10.152.87.116 with SMTP id w20mr11993232laz.119.1440002460661; Wed, 19 Aug 2015 09:41:00 -0700 (PDT) Received: from [192.168.1.43] (ppp91-76-5-127.pppoe.mtu-net.ru. [91.76.5.127]) by smtp.gmail.com with ESMTPSA id r7sm351248lah.42.2015.08.19.09.40.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Aug 2015 09:40:59 -0700 (PDT) Message-ID: <55D4B19B.4030907@gmail.com> Date: Wed, 19 Aug 2015 19:40:59 +0300 From: Andrei Borzenkov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Grub2 bug report References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::231 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: Wed, 19 Aug 2015 16:41:12 -0000 19.08.2015 13:00, du pingping пишет: > I think that the grub2 needs to work for many grub shell commands. > But critical error is occurred as follow.Bug scenario is as following.- at the grub menu, press C key. > - enter "linux /vmlinuz" command to "grub>" shell > - enter above command once more. > - grub2 does not response.I traced the code lines. > So the grub2 is entered and never ended a loop at the grub_core/lib/relocator.c, free_subchunk function. > And I could not skip this loop, because if i skip this loop, the /proc/cmdline is broken. > Please always specify exact version you are using. I cannot reproduce it using current GIT master.