Re: shmdt error

From: Jason Tishler <jason(at)tishler(dot)net>
To: Charl van Jaarsveldt <charlvj(at)yahoo(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: shmdt error
Date: 2004-03-15 13:00:33
Message-ID: 20040315130033.GA2324@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Charl,

On Fri, Mar 12, 2004 at 10:19:06AM +0000, Charl van Jaarsveldt wrote:
> When I run postmaster, the first line of the log is this:
> shmdt (0x1330000) failed: Invalid Argument
> After that the program goes on and successfully start the database.

AFAICT, you can ignore the above error. I started to notice errors like
the above sometime in the past, but they never affected PostgreSQL's
operation so I ignored them myself.

> I can then log in using psql, but not with something else, like
> pgAdmin.

Your pgAdmin problem is most likely unrelated. Did you start
postmaster with the -i option (to enable TCP/IP sockets)? IIRC, pgAdmin
does not use Unix domain sockets.

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

  • shmdt error at 2004-03-12 10:19:06 from Charl van Jaarsveldt

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Patrick Samson 2004-03-15 15:02:02 strace the postmaster can prevent PL/Tcl spi_exec to run correctly
Previous Message Jason Tishler 2004-03-15 12:12:33 Re: Postgres on Cygwin