﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
9042	OS/2 guest crashes on floating point exception => fixed in svn	rudi		"The following code snippet (which is supposed to die by SIGFPE) causes an OS/2 guest to trap. Kernel is 14.104_W4.


{{{
#include <stdio.h>
#include <float.h>

int main(void)
{
  double d1 = 1.0;
  double d2 = 0.0;

  _control87(0, 0x1f);

  printf(""%lf\n"", d1 / d2);

  return 0;
}

}}}

"	defect	closed	other	VirtualBox 4.0.8	fixed			other	Windows
