Re: Bug #889: PQconnectdb SEGV

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #889: PQconnectdb SEGV
Дата
Msg-id 29930.1043878857@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #889: PQconnectdb SEGV  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> In the libpq C interface, PQconnectdb results in a SEGV when the conn->sock number is greater than __FD_SETSIZE (1024
onlinux).  The crash is caused by stack corruption when attempting to FD_SET. 

<blink> Shouldn't you be filing this bug against libc?  Seems to me the
left hand is not talking to the right hand, if open() can return FDs
that don't work with select().

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #889: PQconnectdb SEGV
Следующее
От: "Jose Manuel"
Дата:
Сообщение: Windows Ports