Re: BUG #14735: A core dumpe is reported in the source of PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ayi_zhou(at)aliyun(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14735: A core dumpe is reported in the source of PostgreSQL
Date: 2017-07-05 14:43:17
Message-ID: 18791.1499265797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

ayi_zhou(at)aliyun(dot)com writes:
> Here is the core dump information:

This looks like something has clobbered malloc's internal data structures.
I'm skeptical that it was libpq itself that did so, though. I'd suggest
running your program under valgrind or a similar tool to try to find the
cause.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Karina Mankauskas 2017-07-05 18:51:25 The 'Postgre SQL Server' locked in task manager
Previous Message Craig Ringer 2017-07-05 12:50:27 Re: [HACKERS] Postgres process invoking exit resulting in sh-QUIT core