|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] 64 bit Intel HVM Weirdness - setjmp\longjump fp exception in Xen, not on real hardware or AMD HVM
The following program will crash with a fp exception on an INTEL 64 bit HVM
domU only:
#include <setjmp.h>
jmp_buf env; main() { if(setjmp(env)) return; longjmp(env, 1); }
This can be seen using both Linux and Windows 64 bit Guests.
My machine is a Core 2 Duo with both VT-D and VT-X extensions enabled.
Unfortunately, this is blocking our usage of 64 bit HVM Windows guests.
A similar issue was reported in KVM and recently fixed, some of their analysis is below: --------------------------------------------------
http://markmail.org/message/owy3x7pf6oywdx5e#query:+page:1+mid:spz6vmdothb2njfb+state:resultsAnyone have a solution to this? :) Allan _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |