Re: [sqlsmith] crashes in RestoreSnapshot on hot standby

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [sqlsmith] crashes in RestoreSnapshot on hot standby
Дата
Msg-id CAB7nPqT-2FWOYROTjdVLkZ0yg-Cb1Ndvnr1peV1oCuV9gufu0g@mail.gmail.com
обсуждение исходный текст
Ответ на [sqlsmith] crashes in RestoreSnapshot on hot standby  (Andreas Seltenreich <seltenreich@gmx.de>)
Ответы Re: [sqlsmith] crashes in RestoreSnapshot on hot standby  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is a UDF binary portable across different minor releases and PostgreSQL distributions?