Status: New
Owner: ----

New issue 1037 by [email protected]: Crash on x64 when using External::Wrap as a data of function template.
http://code.google.com/p/v8/issues/detail?id=1037

I have a crash on X64 when using the value created by v8::External::Wrap as the data of a function template, and this function is called several times.

See the attached testcase for more information.

We can get the same crash by calling a function 3 times instead of calling the script 3 times.

External::Wrap'ed pointer are considered as SMI, but they are not really that. And some code still try to convert them to integer, loosing the real pointer value.


Attachments:
        wrapbug.cc  2.8 KB

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

Reply via email to