http://codereview.chromium.org/6674002/diff/5001/src/platform-solaris.cc
File src/platform-solaris.cc (right):

http://codereview.chromium.org/6674002/diff/5001/src/platform-solaris.cc#newcode683
src/platform-solaris.cc:683: pthread_kill(vm_tgid_, SIGPROF);
This looks really suspicious. vm_tgid_ is not a pthread_t/thread id at
all. It's a PID.

Can we check pthread_kill return result? I have a feeling that it just
returns EINVAL.

http://codereview.chromium.org/6674002/

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

Reply via email to