On 2011/03/10 22:24:04, ry wrote:
On 2011/03/10 22:20:18, Vitaly Repeshko wrote:
> http://codereview.chromium.org/6674002/diff/1/src/platform-solaris.cc
> File src/platform-solaris.cc (right):
>
>

http://codereview.chromium.org/6674002/diff/1/src/platform-solaris.cc#newcode683
> src/platform-solaris.cc:683: /*
> On 2011/03/10 22:17:15, ry wrote:
> > yes. will update - going to use pthread_kill
>
> pthread_kill didn't work on linux because you can't send it to a dead thread
and
> there's no easy way to get notified of thread death. We had to use lower
level
> calls there.

Is there a test that tests this?

Yes, IIRC our cctest suite caught a crash in one of the threading tests with
pthread_kill.


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

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

Reply via email to