Comment #5 on issue 1010 by net...@gmail.com: V8 crash on XP-x64/MinGW-w64 - possibly stack corruption
http://code.google.com/p/v8/issues/detail?id=1010

I get this crash:
# Fatal error in src\x64\macro-assembler-x64.cc, line 265
# CHECK(is_int32(static_cast<int64_t>((v8::internal::Isolate::Current()->heap())
->NewSpaceMask()))) failed

Compiled v8 using:
set PATH=C:\Python27;C:\Python27\Scripts;C:\mingw64-4.5.2-tdm64-1\bin;%SystemRoot%\System32
scons mode=debug arch=x64 toolchain=gcc importenv=PATH

Compiled attached hello_world.cpp example using:
g++ -g -I include hello_world.cpp libv8_g.a -lws2_32 -lwinmm

Anyone have any idea why this assert may be failing?

Attachments:
        hello_world.cpp  950 bytes

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to