Status: New
Owner: ----
New issue 1180 by [email protected]: SetResourceConstraints race
condition with multiple threads on x64
http://code.google.com/p/v8/issues/detail?id=1180
If you use v8 with multiple threads on x64 it seems that the stack guard is
not getting set up correctly when you initialize the stack limits. In order
to hit the bug you must hit a stack overflow in Javascript on the thread's
first use of v8, before ever releasing the v8 lock (and before another
thread archives your thread).
Attached is a simple repro case.
Attachments:
stack-guard.cc 2.5 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev