FATAL: stuck spinlock

From: Jakub Ouhrabka <jouh8664(at)ss1000(dot)ms(dot)mff(dot)cuni(dot)cz>
To: <pgsql-general(at)postgresql(dot)org>
Subject: FATAL: stuck spinlock
Date: 2002-05-01 06:13:05
Message-ID: Pine.LNX.4.33.0205010808220.17057-100000@u-pl1.ms.mff.cuni.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,

i've found these messages in my server log:

FATAL: s_lock(0x40361030) at lwlock.c:236, stuck spinlock. Aborting.
FATAL: s_lock(0x40361030) at lwlock.c:236, stuck spinlock. Aborting.
FATAL: s_lock(0x40361030) at lwlock.c:236, stuck spinlock. Aborting.
FATAL: s_lock(0x40361030) at lwlock.c:236, stuck spinlock. Aborting.

after these messages all backends were restarted (closed connections to
clients). now everything seems to be ok. what does it mean?

thanks, kuba

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Witney 2002-05-01 10:38:26 Failed compile on Sun
Previous Message Tom Lane 2002-05-01 03:39:07 Re: Count(*) Question