svn commit: r211982 - head/sbin/hastd

Kostik Belousov kostikbel at gmail.com
Mon Aug 30 08:01:17 UTC 2010


On Mon, Aug 30, 2010 at 12:06:05AM +0000, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Mon Aug 30 00:06:05 2010
> New Revision: 211982
> URL: http://svn.freebsd.org/changeset/base/211982
> 
> Log:
>   Use sigtimedwait(2) for signals handling in primary process.
>   This fixes various races and eliminates use of pthread* API in signal handler.

Replying to the random commit.

In the multithreaded process, after the fork in the child, you shall
not call any not async-signal safe functions. I suppose that hook_execv()
exposes the issue, calling into some stdio functions and sysconf().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20100830/29527990/attachment.pgp


More information about the svn-src-all mailing list