Re: [JDBC] SEGFAULT in HEAD with replication

From: Jorge Solórzano <jorsol(at)gmail(dot)com>
To: Vladimir Gordiychuk <folyga(at)gmail(dot)com>
Cc: Dave Cramer <davecramer(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [JDBC] SEGFAULT in HEAD with replication
Date: 2017-01-19 15:59:36
Message-ID: CA+cVU8NBhSDX91VJR7_ujhM1VWs4gCPUQTLjsbVG4tEhSHK5EA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

I have isolated the tests run by the pgjdbc project, I have disabled the
replication (wal_level = minimal) and the error is still present so it
seems that this error is not related to the replication, the test that
cause the error is AutoRollbackTestSuite, I have enable DEBUG mesages in
postgresql and pgjdbc and this is what I get:

https://drive.google.com/drive/folders/0ByHbu-sR29gda2d2LUFpV0lPdUk

On Thu, Jan 19, 2017 at 8:42 AM, Vladimir Gordiychuk <folyga(at)gmail(dot)com>
wrote:

> Core dump was extracted from this build https://travis-ci.org/
> Gordiychuk/pgjdbc/builds/193318018
>
>
> 2017-01-19 17:38 GMT+03:00 Vladimir Gordiychuk <folyga(at)gmail(dot)com>:
>
>> Last success build from postgresql HEAD was 20 days ago
>> https://travis-ci.org/pgjdbc/pgjdbc/builds/187764274
>> We detect this problem 3 days ago.
>>
>> 2017-01-19 17:22 GMT+03:00 Dave Cramer <davecramer(at)gmail(dot)com>:
>>
>>> The travis job https://travis-ci.org/pgjdbc/pgjdbc/jobs/192517342 is
>>> seeing a segfault when we are testing against HEAD with REPLICATION turned
>>> on.
>>>
>>> Logs can be found here https://drive.google.com/
>>> drive/folders/0B-Heg5ZYCWbreEE4Uk5LdnJ5eWM?usp=sharing
>>>
>>> Regards,
>>>
>>> Dave Cramer
>>>
>>
>>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2017-01-19 16:03:05 Re: [COMMITTERS] pgsql: Add pg_sequence system catalog
Previous Message Robert Haas 2017-01-19 15:49:36 Re: increasing the default WAL segment size

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Haas 2017-01-19 16:53:02 Re: [HACKERS] SEGFAULT in HEAD with replication
Previous Message Vladimir Gordiychuk 2017-01-19 14:42:59 Re: [JDBC] SEGFAULT in HEAD with replication