Status: New
Owner: ----

New issue 1979 by [email protected]: can't use V8 with tcmalloc shadow stack support
http://code.google.com/p/v8/issues/detail?id=1979

When compiling V8 within chromium with the following gyp define

GYP_DEFINES="linux_keep_shadow_stacks=1"

The resulting V8 does not work, i.e. the following CHECK is triggered:

#
# Fatal error in ../../v8/src/platform-linux.cc, line 771
# CHECK_EQ(0, result) failed
#   Expected: 0
#   Found: 22
#


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

Reply via email to