From nobody@FreeBSD.org  Wed Jul 12 01:43:07 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BB3A16A4DE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Jul 2006 01:43:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA9EE43D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Jul 2006 01:43:06 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6C1h65F040436
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Jul 2006 01:43:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6C1h6du040435;
	Wed, 12 Jul 2006 01:43:06 GMT
	(envelope-from nobody)
Message-Id: <200607120143.k6C1h6du040435@www.freebsd.org>
Date: Wed, 12 Jul 2006 01:43:06 GMT
From: echizen <echizen@zb.wakwak.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: keyhit function in boot2.c that falls into an infinite loop. 
X-Send-Pr-Version: www-2.3

>Number:         100133
>Category:       misc
>Synopsis:       [boot] keyhit function in boot2.c that falls into an infinite loop.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 01:50:16 GMT 2006
>Closed-Date:    
>Last-Modified:  Sun Jan 23 21:41:07 UTC 2011
>Originator:     echizen
>Release:        FreeBSD 5.4-RELEASE
>Organization:
>Environment:
FreeBSD ***.***.*** 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Sat Feb  4 15:57:08 JST 2006     ***@***.***.***:/usr/src/sys/amd64/compile/SAKURA  amd64
>Description:
Product        :HP ProLiant ML370 G4
CPU            :Xeon 3.2,3.6
CPU Installing :1,2

"F1 FreeBSD
Default : F1"
There is no response after this. 
It progresses when the key is beaten. 

Almost 100% phenomenon was generated in the above-mentioned 
environment. 
>How-To-Repeat:

>Fix:
/usr/src/sys/boot/i386/boot2/boot2.c
keyhit function
"for(;;)" is changed into "for(limit=0;limit<10000;limit++)". 
Waiting time is different though it is possible to solve by losing an infinite loop according to the environment. 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->brucec  
Responsible-Changed-By: brucec 
Responsible-Changed-When: Tue Mar 2 23:40:54 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100133 
Responsible-Changed-From-To: brucec->freebsd-bugs 
Responsible-Changed-By: brucec 
Responsible-Changed-When: Sun Jan 23 21:40:45 UTC 2011 
Responsible-Changed-Why:  
Back to the pool due to lack of time. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100133 
>Unformatted:
