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

From: Jason Tishler <jason(at)tishler(dot)net>
To: "S(dot) L(dot)" <s0lao(at)netscape(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Andrew Klimov <and_k_98(at)yahoo(dot)com>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Postgres 7.3 from source --with-tcl : Errors again...
Date: 2003-02-04 18:37:49
Message-ID: 20030204183748.GD1400@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-02-04 19:45:34 Re: question
Previous Message Jason Tishler 2003-02-04 18:24:16 Re: question