Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect
Date
Msg-id 19442.1177382558@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect
List pgsql-bugs
Well hot dang, I managed to reproduce this:

$ ./followlog "dbname = tschema" <log.sql
command failed at log line 30522:
COMMIT PREPARED
'257_dm0td2luMjAwMHByby8yNTM2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_MQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=='
PANIC:  failed to re-find shared lock object
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
$

So at least now we know it's not a Windows-specific issue, which is
something I was getting more and more worried about after two days of
not being able to duplicate the crash.  I went so far as to make a
program that reads the log excerpt Michel sent, and execute the commands
in sequence on as many different connections as he had active ... and
darn if it doesn't fail.  It seems fully reproducible on both 8.2 and
HEAD.

Now to start debugging.  We can stop pestering Michel to run various
strange binaries, at least.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Daniele Varrazzo"
Date:
Subject: ILIKE fails with accented letters on utf8 locale
Next
From: Tom Lane
Date:
Subject: Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect