Re: [HACKERS] Spinlock error - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Spinlock error
Date
Msg-id 6393.949004799@sss.pgh.pa.us
Whole thread Raw
In response to Spinlock error  ("Jeff MacDonald <jeff@pgsql.com>" <jeffm@pgsql.com>)
Responses Re: [HACKERS] Spinlock error
List pgsql-hackers
"Jeff MacDonald <jeff@pgsql.com>" <jeffm@pgsql.com> writes:
> After those spinlock errors the postmaster died.... I tries to start it
> back up and it failed with this error.

You may need to clean up shared memory blocks and/or semaphores ---
those are supposed to be deallocated when the postmaster quits,
but it sounds like it didn't happen.  See the pgsql ipcclean script.

Not sure what caused the stuck spinlock in the first place.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] CVS problem
Next
From: pkeck@coe.uga.edu (Paul Keck)
Date:
Subject: Soundex in Postgres?