Re: [HACKERS] Another crack at doing a Win32 build under MINGW

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Dann Corbit" <DCorbit(at)connx(dot)com>
Cc: "PostgreSQL Win32 port list" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [HACKERS] Another crack at doing a Win32 build under MINGW
Date: 2004-03-05 12:01:11
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B3BA@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> Dann Corbit wrote:
> > I am able to build now, and perform initdb. However, I
> cannot run the
> > postmaster. I don't know how far along the port is. What is the
> > current state of the port to Win32?
> >
> > dcorbit(at)DANNFAST /usr/local/pgsql/bin
> > $ postmaster -D u:/pgdata
> > LOG: select() failed in postmaster: No such file or directory
> >
> > dcorbit(at)DANNFAST /usr/local/pgsql/bin
> > $ FATAL: could not attach to proper memory at fixed address:
> > shmget(key=5432001, addr=00E10000) failed: No such file or directory
>
> [ email moved to win32 list.]
>
> They have only a few regression tests failing, so we are very
> far along.
>
> The message you are seeing looks like code that assumes that
> a child can map to the same shared memory address as the
> postmaster. We haven't seen that fail for anyone before, but
> it is an assumption we weren't sure about. Of course this is
> all a guess.

I've seen both these messages after each other when -i is not specified.
Been meaning to adress the issue of it not failing gracefully without -i
on win32.

Anyway. It seems the postmaster goes down while a child process is still
going up (stats collector, I guess) or something along that line. This
way the child can't attach to shared memory, and there you go.

If you add PID information to the log, you will notice that the messages
are from two different processes.

//Magnus

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Claudio Natoli 2004-03-05 12:26:23 Re: [HACKERS] Another crack at doing a Win3
Previous Message Magnus Hagander 2004-03-05 11:57:03 Re: [HACKERS] Tablespaces