From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Floating Point Exception Date: Thu, 10 Jul 2008 19:01:04 +0100 Message-ID: <20080710180104.GX4536@implementation.uk.xensource.com> References: <22AECFD3-98E0-44F9-A19C-1667B41D0675@itfreedom.com> <8AEEC111-0A9F-4402-A17E-DDED2A0C6F58@itfreedom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <8AEEC111-0A9F-4402-A17E-DDED2A0C6F58@itfreedom.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Cody Jarrett Cc: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Cody Jarrett, le Thu 10 Jul 2008 12:56:18 -0500, a =E9crit : > gettimeofday({1214604843, 633559}, NULL) =3D 0 > nanosleep({0, 20000000}, {1, 0}) =3D 0 > gettimeofday({1214604843, 633559}, NULL) =3D 0 > --- SIGFPE (Floating point exception) @ 0 (0) --- > +++ killed by SIGFPE +++ My guess would be that it's not happy that no time has elapsed though it has called nanosleep... Samuel