Re: shmctl EIDRM preventing startup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: shmctl EIDRM preventing startup
Дата
Msg-id 20613.1183343941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: shmctl EIDRM preventing startup  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: shmctl EIDRM preventing startup  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Maybe what is happening is that an entirely unrelated process created a
> segment with that ID, attached to it, and then it was deleted.  I don't
> know how to check however.

AFAIK, EIDRM should imply that the segment has been IPC_RMID'd but still
exists because there are still processes attached to it.  So the thing
to look for is processes still attached.  Not 100% sure how to do that,
but I'm sure the info is exposed under /proc somehow...

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: shmctl EIDRM preventing startup
Следующее
От: Casey Crosbie
Дата:
Сообщение: Re: Can't change working directory to C:/Documents and Settings in Windows