Re: Quite strange crash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Quite strange crash
Date
Msg-id 4557.978890936@sss.pgh.pa.us
Whole thread Raw
In response to Quite strange crash  (Denis Perchine <dyp@perchine.com>)
Responses Re: Quite strange crash  (Denis Perchine <dyp@perchine.com>)
List pgsql-hackers
Denis Perchine <dyp@perchine.com> writes:
> Does anyone seen this on PostgreSQL 7.0.3?????
> FATAL: s_lock(401f7435) at bufmgr.c:2350, stuck spinlock. Aborting.

Were there any errors before that?

I've been suspicious for awhile that the system might neglect to release
buffer cntx_lock spinlocks if an elog() occurs while one is held.  This
looks like it might be such a case, but you're only showing us the end
symptom not what led up to it ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Suggested fix for pg_dump
Next
From: Tom Lane
Date:
Subject: Re: Re: Beta2 ... ?