[pgpool-general: 3339] Re: Watchdog - ifconfig up failed

Tatsuo Ishii ishii at postgresql.org
Wed Dec 3 23:21:37 JST 2014


> Yeah could be. I will come up if other idea comes to me.

I wonder what signal action for SIGCHLD is set before calling
fork(). If it's set to SIG_IGN, then sigchild will not be delivered to
parent when the child exits. What about making sure that the action is
SIG_DFL?

Patch attached.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wd_if.c.patch
Type: text/x-patch
Size: 1023 bytes
Desc: not available
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20141203/8ba9a3e5/attachment.bin>


More information about the pgpool-general mailing list