Comment #3 on issue 1862 by [email protected]: Context::New crash when called with template with own function on Win7 x64
http://code.google.com/p/v8/issues/detail?id=1862

I think Delphi changes FPU control word and unmasks exceptions.

Try masking them back by calling Set8087CW(0x133f) somewhere early in you Delphi application before calling into V8.

There might also be a build option that controls FPUCW masking but I don't have access to Delphi to check that.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to