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); On 2011/03/11 01:02:00, ry wrote:
On 2011/03/11 00:08:27, Vitaly Repeshko wrote: > Does work with vm_tid_ here?
Oops. With that I get crashes
So if it crashes because of a stale thread handle, we have to use something lower level. Please try using thr_* stuff. http://codereview.chromium.org/6674002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
