Subject: Re: kern/36188: pkgsrc/misc/screen exits with "select: Invalid argument" when used with XEN2_DOM0
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <fukumoto@imasy.or.jp>
List: netbsd-bugs
Date: 04/29/2007 12:20:04
The following reply was made to PR kern/36188; it has been noted by GNATS.
From: fukumoto@imasy.or.jp
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: kern/36188: pkgsrc/misc/screen exits with "select: Invalid argument" when used with XEN2_DOM0
Date: Sun, 29 Apr 2007 21:19:03 +0900
It turned out that xen_microtime() in arch/xen/xen/clock.c is
returning bogus value, thus the timeout value for select(2) becomes
negative, and it is rejected with EINVAL. Maybe AMD processor
specific.
FUKUMOTO Atsushi
fukumoto@imasy.or.jp