Re: BUG #14180: Segmentation fault on replication slave - Mailing list pgsql-bugs

From Andres Freund
Subject Re: BUG #14180: Segmentation fault on replication slave
Date
Msg-id 20160607181635.jwojcyachsocuntx@alap3.anarazel.de
Whole thread Raw
In response to Re: BUG #14180: Segmentation fault on replication slave  (Bo Ørsted Andresen <boa@neogrid.dk>)
Responses Re: BUG #14180: Segmentation fault on replication slave  (Bo Ørsted Andresen <boa@neogrid.dk>)
List pgsql-bugs
On 2016-06-07 18:15:14 +0000, Bo Ørsted Andresen wrote:
> The crash recovery does not continue successfully. I don't know of a way to attach in gdb to the process that crashes
beforeit already crashed, which does not involve scrapping the standby. 

gdb --args /path/to/postgres --single postgres -D /path/to/datadir
(gdb) run

should probably do the trick.

Regards,

Andres

pgsql-bugs by date:

Previous
From: Bo Ørsted Andresen
Date:
Subject: Re: BUG #14180: Segmentation fault on replication slave
Next
From: Bo Ørsted Andresen
Date:
Subject: Re: BUG #14180: Segmentation fault on replication slave