Re: Postgres 7.3 from source --with-tcl : Errors again...

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Postgres 7.3 from source --with-tcl : Errors again...
Дата
Msg-id 20030204183748.GD1400@tishler.net
обсуждение исходный текст
Ответ на Re: Postgres 7.3 from source --with-tcl : Errors again...  (s0lao@netscape.net (S. L.))
Список pgsql-cygwin
On Mon, Feb 03, 2003 at 02:40:01AM -0500, S. L. wrote:
> [...]
> >    HKCU\Software\Cygnus Solutions\Cygwin\heap_chunk_in_mb
> >
> >doesn't seem to help. :,(

The above problem was not due to exhausting the Cygwin heap.  Instead,
it was cygipc's shmget() returning ENOMEM because /tmp/cygipc_0 was open
and mmap-ed in another backend:

    (libcygipc) newseg : LBuff = /tmp/cygipc_0, errno = 13, return -ENOMEM (2)

See the following thread for the root cause analysis:

    http://cygwin.com/ml/cygwin/2003-02/msg00255.html

I'm amazed that (so far) only PL/Tcl has triggered this problem.

Does anyone have any ideas on how to workaround this problem?  Is it
time to switch to the Win32 version? :,)

Thanks,
Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: question
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: question