Re: BUG #14180: Segmentation fault on replication slave

From: Andres Freund <andres(at)anarazel(dot)de>
To: Bo Ørsted Andresen <boa(at)neogrid(dot)dk>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14180: Segmentation fault on replication slave
Date: 2016-06-07 18:16:35
Message-ID: 20160607181635.jwojcyachsocuntx@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 before it 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bo Ørsted Andresen 2016-06-07 18:20:22 Re: BUG #14180: Segmentation fault on replication slave
Previous Message Bo Ørsted Andresen 2016-06-07 18:15:14 Re: BUG #14180: Segmentation fault on replication slave