Re: [BUGS] BUG #14809: Heap Corruption with deeply nested triggers. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14809: Heap Corruption with deeply nested triggers.
Date
Msg-id 6098.1505076052@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #14809: Heap Corruption with deeply nested triggers.  (Matthew Maurer <matthew.r.maurer@gmail.com>)
Responses Re: [BUGS] BUG #14809: Heap Corruption with deeply nested triggers.
List pgsql-bugs
Matthew Maurer <matthew.r.maurer@gmail.com> writes:
> In case it helps, I was running Ubuntu Xenial inside docker.

I spent some more time today trying to reproduce this, without success.
At this point it seems probably platform- or build-specific.  Related
to that, the memory map you showed contains an awful lot of libraries
that I would not have expected to find loaded in a Postgres executable.
(I mean, libsqlite3?  Seriously?  And we don't officially support gnutls
nor libicu (in 9.6), for instance.)  So my suspicion at this point is
that Ubuntu has hacked up their version of PG and broken it somehow.
You said you were running a "release build", but whose exactly?
If it's Ubuntu's, you might try the PG community build for Ubuntu
https://www.postgresql.org/download/linux/ubuntu/
or roll your own from source, and then see if you can still reproduce
the problem.
        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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14808: V10-beta4, backend abort
Next
From: Matthew Maurer
Date:
Subject: Re: [BUGS] BUG #14809: Heap Corruption with deeply nested triggers.