Re: Curious buildfarm failures - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Curious buildfarm failures
Date
Msg-id 50F4835A.6040409@vmware.com
Whole thread Raw
In response to Curious buildfarm failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Curious buildfarm failures
List pgsql-hackers
On 14.01.2013 23:35, Tom Lane wrote:
> Since commit 2065dd2834e832eb820f1fbcd16746d6af1f6037, there have been
> a few buildfarm failures along the lines of
>
>    -- Commit table drop
>    COMMIT PREPARED 'regress-two';
> ! PANIC:  failed to re-find shared proclock object
> ! PANIC:  failed to re-find shared proclock object
> ! connection to server was lost
>
> Evidently I bollixed something, but what?  I've been unable to reproduce
> this locally so far.  Anybody see what's wrong?

I was able to reproduce this by setting max_locks_per_transaction and 
max_connections to the minimum. My assumption is that there's something 
wrong in the way hash_update_hash_key() handles collisions.

- Heikki



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Curious buildfarm failures
Next
From: Andres Freund
Date:
Subject: s/size_t/off_t/ in sendTimeLineHistory