Re: [sqlsmith] crashes in RestoreSnapshot on hot standby - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [sqlsmith] crashes in RestoreSnapshot on hot standby
Date
Msg-id CAB7nPqT-2FWOYROTjdVLkZ0yg-Cb1Ndvnr1peV1oCuV9gufu0g@mail.gmail.com
Whole thread Raw
In response to [sqlsmith] crashes in RestoreSnapshot on hot standby  (Andreas Seltenreich <seltenreich@gmx.de>)
Responses Re: [sqlsmith] crashes in RestoreSnapshot on hot standby  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
On Fri, Jul 1, 2016 at 6:26 AM, Andreas Seltenreich <seltenreich@gmx.de> wrote:
> #1  0x0000000000822032 in RestoreSnapshot (start_address=start_address@entry=0x7f2701d5a110 <error: Cannot access
memoryat address 0x7f2701d5a110>) at snapmgr.c:2020
 
       memcpy(snapshot->subxip, serialized_xids + serialized_snapshot->xcnt,              serialized_snapshot->subxcnt
*sizeof(TransactionId));
 
So this is choking here? Is one of those pointers NULL?
-- 
Michael



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Reviewing freeze map code
Next
From: Tom Lane
Date:
Subject: Re: Is a UDF binary portable across different minor releases and PostgreSQL distributions?