Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault - Mailing list pgsql-bugs

From Maksim Karaba
Subject Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault
Date
Msg-id 5eaf3b7e1ee34fe3bd138cc5339011c1@EPBYMINSA0001.epam.com
Whole thread Raw
In response to Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Thank you for your answer so quickly.

>(gdb) p debug_query_string
>$1 = 0x2c2e748 "DO $$DECLARE\nBEGIN\n PERFORM dwh.load_trade_record_inc();\nEND$$;"

We added logging to the function and found out that the error always occurs on the same update
(in attachments)
Plan explain verbose in attachments


MAKSIM KARABA
Senior Systems Engineer, EPAM
Office: +375 17 389 0100 x 53194   Cell: +375296772871   Email: maksim_karaba@epam.com
Minsk, Belarus (GMT+3)   epam.com



-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, August 16, 2017 4:47 PM
To: Maksim Karaba <Maksim_Karaba@epam.com>
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault

maksim_karaba@epam.com writes:
> We are getting error "server process was terminated by signal 11:
> Segmentation fault" and server goes to recovery mode on production system.
> It repeats several times a day, always on complicated updates using
> postgres_fdw.

Please show the failing query or queries.  (If you don't have postmaster logs showing them, "p debug_query_string" in
thecore files should get the info.)  Also, please show EXPLAIN VERBOSE plans for the query(s), as well as schema
information(psql \d output would do) for the referenced tables. 

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

            regards, tom lane

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14781: server process was terminated by signal 11: Segmentation fault