Re: BUG #4961: pg_standby.exe crashes with no args

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: BUG #4961: pg_standby.exe crashes with no args
Дата
Msg-id 3f0b79eb0908121008i24a49f9cl1fe14c16d0e78c53@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #4961: pg_standby.exe crashes with no args  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: BUG #4961: pg_standby.exe crashes with no args  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-bugs
Hi,

On Tue, Aug 11, 2009 at 3:10 AM, Magnus Hagander<magnus@hagander.net> wrote:
> I have reproduced this. The problem is:
>        (void) signal(SIGUSR1, sighandler);
>        (void) signal(SIGINT, sighandler);      /* deprecated, use SIGUSR1 */
>
>
> None of these signals exist on WIN32. I think the only reason it
> compiles at all is that we bring in *some* of our signals emulation
> code, but certainly not all of it.

SIGINT has been used in pg_standby for a while (e.g., v8.3.7). I wonder
why this problem arises only in v8.4.0.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4978: "too many private dirs demanded" error during postgres startup
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #4961: pg_standby.exe crashes with no args