Re: IpcSemaphoreKill: ...) failed: Invalid argument

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: IpcSemaphoreKill: ...) failed: Invalid argument
Дата
Msg-id 043501c2d6ed$d2266500$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на IpcSemaphoreKill: ...) failed: Invalid argument  (Christoph Haller <ch@rodos.fzk.de>)
Список pgsql-hackers
> This is a fairly spectacular failure :-(.  As far as I can see from the
> semctl and shmctl man pages, the only plausible reason for EINVAL is
> that something had deleted the semaphores and shared memory out from
> under Postgres.  I do not believe that Postgres itself could have done
> that --- it had to be some external agency.  Unless the kernel is
> broken, whatever requested those deletions had to be running as root or
> as postgres in order to have the necessary permissions.  You sure you
> didn't have some loose-cannon script running around issuing ipcrm
> commands?

Or ipcclean?

Chris




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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: deadlock in REINDEX
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: A couple of small fixes for 7.3.2 buglets