Re: BUG #15704: Possible causes for calling abort () system callduring querying database. - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #15704: Possible causes for calling abort () system callduring querying database.
Date
Msg-id 20190320020939.GF3488@paquier.xyz
Whole thread Raw
In response to Re: BUG #15704: Possible causes for calling abort () system callduring querying database.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-bugs
On Wed, Mar 20, 2019 at 02:01:49PM +1300, Thomas Munro wrote:
> Just to rule something obvious out: did you make sure that libpq
> connections are never accessed by multiple threads at the same time?

More to the point: if you do that the memory handling of the internal
libpq structures gets heavily messed up, in ways similar to what your
report shows.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #15668: Server crash in transformPartitionRangeBounds
Next
From: Michael Paquier
Date:
Subject: Re: BUG #15703: Segfault in cancelled CALL-Statements