Re: Segmentation Fault (Logical Replication)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "M Rehman Kahloon" <m(dot)rehman(at)3gca(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Segmentation Fault (Logical Replication)
Date: 2020-01-29 15:25:38
Message-ID: 13037.1580311538@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"M Rehman Kahloon" <m(dot)rehman(at)3gca(dot)org> writes:
> I am facing very critical issue with my master database when
> implemented logical replication using pglogical and built in replication
> feature ( publisher using postgrSQL 10 and subscription using PostgreSQL
> 11).
> DB crashing frequently with error 'Segmentation Fault' error. Same issue
> when seeting pg-wal logical and replica.

There's nowhere near enough information in this report for anyone to
help you. Please see

https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

and

https://www.postgresql.org/docs/11/bug-reporting.html

for some advice about what to put in a useful trouble report.
Since you're getting crashes, we'd probably also wish to see
a stack trace,

https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kieran McCusker 2020-01-29 15:31:05 Re: BUG #16223: Performance regression between 11.6 and 12.1 in an SQL query with a recursive CTE based on function
Previous Message Tom Lane 2020-01-29 15:18:51 Re: BUG #16223: Performance regression between 11.6 and 12.1 in an SQL query with a recursive CTE based on function