Re: Win32 hard crash problem

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: Win32 hard crash problem
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579014DBE80@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: Win32 hard crash problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >> My bet is something depending on GetTickCount to measure elapsed
time
> >> (and no, it's not used in the core Postgres code, but you've got
> >> plenty of other possible culprits in that stack).
>
> > This doesn't quite make sense. The only reason we have to reboot is
> > because PostgreSQL no longer responds. The system itself is fine.
>
> The Windows kernel may still work, but that doesn't mean that
> everything Postgres depends on still works.

It may be a not reacting listen socket. This may be because of a handle
leak. Next time it blocks look at the handle counts (e.g. with
handle.exe
from sysinternals).

You could also look for handle count now with Task Manager and see if it
increases constantly. (handle.exe shows you the details)

Andreas


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Win32 hard crash problem
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: Prepared statements considered harmful