Re: Archive recovery crashes on win32 in HEAD - hot standby related?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Archive recovery crashes on win32 in HEAD - hot standby related?
Date: 2010-01-16 13:28:48
Message-ID: 603c8f071001160528pbc3ab56je1b5d03a2d3677b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jan 16, 2010 at 8:19 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Not knowing that code very well at this time, but is this perhaps a
> structure not being properly initialized in EXEC_BACKEND case?

It looks like KnownAssignedXidsHash is not initialized. That's
supposed to happen when CreateSharedProcArray calls
KnownAssignedXidsInit, but that only happens for the first process to
call that function... but without EXEC_BACKEND it'll just work anyway.

...Robert

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-01-16 13:32:59 Re: Testing with concurrent sessions
Previous Message Matteo Beccati 2010-01-16 13:21:58 Re: mailing list archiver chewing patches