From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LyePe-0003Rg-Hj for mharc-grub-devel@gnu.org; Mon, 27 Apr 2009 23:55:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyePd-0003Rb-8l for grub-devel@gnu.org; Mon, 27 Apr 2009 23:55:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyePY-0003RP-ME for grub-devel@gnu.org; Mon, 27 Apr 2009 23:55:16 -0400 Received: from [199.232.76.173] (port=58391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyePY-0003RM-JS for grub-devel@gnu.org; Mon, 27 Apr 2009 23:55:12 -0400 Received: from c60.cesmail.net ([216.154.195.49]:15344) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LyePY-00058a-1P for grub-devel@gnu.org; Mon, 27 Apr 2009 23:55:12 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 27 Apr 2009 23:55:11 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 4A21534C6A for ; Mon, 27 Apr 2009 23:53:01 -0400 (EDT) From: Pavel Roskin To: grub-devel@gnu.org Content-Type: text/plain Date: Mon, 27 Apr 2009 23:55:10 -0400 Message-Id: <1240890910.29799.104.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 (2.26.1-2.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Crash in usb_keyboard X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2009 03:55:17 -0000 Hello! Running "terminal_input.usb_keyboard" crashed GRUB (or qemu it's running in). It turns out we never check if usbdev in term/usb_keyboard.c is not NULL. It is NULL if no USB host controllers have been detected. I'm not sure if we even want to call grub_term_register_input() if no USB keyboard is present. -- Regards, Pavel Roskin