Comment #6 on issue 1505 by [email protected]: general protection fault
due to misaligned addresses with sse in v8::internal::DateParser::Parse
http://code.google.com/p/v8/issues/detail?id=1505
STACK_ALIGN is going to be 16 when compiling in 64-bit. And it will be 4 in
32-bit. You should only need to change ActivationFameAlignment. I copied
the wrong function by mistake, sorry about that.
I've attached, built, and not-exhaustively tested via the node test suite a
small patch which is one way to code the solution. You can probably just
hard code the numbers if you'd rather since those numbers shouldn't be
changing. Whatever you guys prefer. Thanks for fixing it.
Attachments:
v8-1505.diff 532 bytes
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev