From: | Bo Ørsted Andresen <boa(at)neogrid(dot)dk> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
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-08 00:24:38 |
Message-ID: | VI1PR04MB14889458898428790E63DABBCB5E0@VI1PR04MB1488.eurprd04.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> On 2016-06-07 20:00, Andres Freund wrote:
> > > > Not sure what else I can do short of recompiling postgresql mysql.
> > >
> > > Any chance the running version of postgres is out of date with the
> > > installed binaries / debug symbols?
> >
> > You mean that I upgraded without restarting postgres before the segfault?
>
> Yes, that's what I was wondering. But alas, that's aparently not the reason.
>
> This is going to be a bit more complicated, sorry :(
>
> Could you try to reproduce the problem, and do 'p/x ReadRecPtr'? That
> should give you something like 0x5434343496. If you rewrite this as first-four-
> bytes/last-four-bytes e.g. 54/34343496 you get the LSN. With that, could you
> try pg_xlogdump -p /path/to/data/directory -s 54/34343496 -n 100 and send
> the output?
Output attached.
Thanks,
Bo Ørsted Andresen
Attachment | Content-Type | Size |
---|---|---|
xlogdump | application/octet-stream | 17.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2016-06-08 00:25:13 | Re: [BUGS] Routine analyze of single column prevents standard autoanalyze from running at all |
Previous Message | Tom Lane | 2016-06-07 22:27:03 | Re: BUG #14181: pg_upgrade: operator family "btree_hstore_ops" does not exist |