Re: Unresolved error 0xC0000409 on Windows Server

Поиск
Список
Период
Сортировка
От Matthew Gerber
Тема Re: Unresolved error 0xC0000409 on Windows Server
Дата
Msg-id CAOcpbfpGKz025BpbH57dXMswziRv8m+5HOMiBkb1q=0S2OoEsQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unresolved error 0xC0000409 on Windows Server  (Craig Ringer <ringerc@ringerc.id.au>)
Ответы Re: Unresolved error 0xC0000409 on Windows Server  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers


On Sun, Nov 4, 2012 at 3:39 AM, Craig Ringer <ringerc@ringerc.id.au> wrote:
On 11/04/2012 08:47 AM, Matthew Gerber wrote:


So I attached the VS debugger, but the server died without raising an exception in VS. Not sure what's going on here.

Try creating a directory called "crashdumps" in the data directory, at the same level as "pg_xlog" and "pg_clog" etc. Give the "postgresql" user the "full control" permission on it. Then run the test again.

Do any minidump files appear in the directory? If so, you can examine them with windbg or Visual Studio to see where the crash happened.

I did this but nothing appears in crashdumps after the server crashes. The latest test I did included the addition of this directory and the disabling of my antivirus software. Nothing seems to have changed. Following Tom's suggestion, I'll try to get a stack trace again (last time didn't produce anything).

The only other thing I've noticed is that the crash always occurs when inserting into the "places" table (definition in previous email), even though there are two other tables that are also receiving inserts. This is odd to me. Any thoughts?

Matt

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Allow WAL information to recover corrupted pg_controldata
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Statistics and selectivity estimation for ranges