Re: Weird irreproducible behaviors in plpython tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Weird irreproducible behaviors in plpython tests
Date: 2016-04-11 02:47:30
Message-ID: 16364.1460342850@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> I downloaded the RHEL6 srpm, and it appears to be patched to
> automatically disable pymalloc when running under valgrind (via
> disable-pymalloc-on-valgrind-py26.patch). That explains why you're
> seing the problem, but skink isn't (it's running debian).

Hah. I suspected Red Hat had done something to hide the issue, but
didn't get around to investigating yet. Anyway, it's clearly a real
bug, even if skink is failing to find it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2016-04-11 03:12:51 pgsql: Allow Pin/UnpinBuffer to operate in a lockfree manner.
Previous Message Etsuro Fujita 2016-04-11 02:30:31 Re: Optimization for updating foreign tables in Postgres FDW