Re: Socket problem using beta2 on Windows-XP

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Socket problem using beta2 on Windows-XP
Дата
Msg-id 20050929081107.GC25771@svana.org
обсуждение исходный текст
Ответ на Socket problem using beta2 on Windows-XP  (Thomas Hallgren <thhal@mailblocks.com>)
Ответы Re: Socket problem using beta2 on Windows-XP  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
On Thu, Sep 29, 2005 at 08:50:30AM +0200, Thomas Hallgren wrote:
> Hi,
> I've installed PostgreSQL 8.1-beta2 as a service on my Windows-XP box.
> It runs fine but I get repeated messages like this in the log:
>
>   2005-09-29 00:41:09 FATAL:  could not duplicate socket 1880 for use
> in backend: error code 10038

That's from postmaster.c:write_inheritable_socket(). Error 10038 is
WSAENOTSOCK. Very odd, time to get out the debugger? Get a backtrace at
least.

Hope this helps,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [PATCHES] Proposed patch for sequence-renaming problems
Следующее
От:
Дата:
Сообщение: Constraint exclusion, some questions