Re: [HACKERS] Shared memory corruption? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Shared memory corruption?
Date
Msg-id 199802121939.OAA29869@candle.pha.pa.us
Whole thread Raw
In response to Shared memory corruption?  (Tom I Helbekkmo <tih@Hamartun.Priv.NO>)
List pgsql-hackers
I saw this here too.  I ran the regression tests, and while doing it,
tried to create a database.  No idea on a cause.

>
> [similar report submitted previously, but this is more complete]
>
> There is something that looks like shared memory corruption going on,
> which I first noticed by accident the other day, in the 1998-02-09
> snapshot.  It's still there today, with the 1998-02-12 one, and looks
> like the following on my Sun SS2 under NetBSD/sparc 1.3 (I've created
> a simple test case here, for easy testing elsewhere):
>
> First, I run initdb, start a postmaster, create a user 'tih', stop the
> postmaster, restart the postmaster with '-d', thus:
>
>  barsoom:postgres> postmaster -i -d
>  FindBackend: searching PATH ...
>  FindBackend: found "/usr/local/pgsql/bin/postgres" using PATH
>
> Next, I create a database 'words', thus:


--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Shared memory corruption?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] shmem/mmap Q