Re: BUG #14286: PostgreSQL build tests segfaulting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14286: PostgreSQL build tests segfaulting
Дата
Msg-id 4473.1470775983@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #14286: PostgreSQL build tests segfaulting  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> lr@pcorp.us writes:
>> This could be something wrong in my config, but since August 8th, our
>> PostGIS Debian build bot has been segfaulting in the PostgreSQL tests
>> packaged with PostgreSQL.

> Stack traces?  Or at least identify the failing commands?

BTW, looking closer, I think that the pg_regress output is telling us
that it's psql that is segfaulting, not the backend.  I wonder whether
the cause could be the refactoring that Noah did to move some quote
processing functionality into src/fe_utils/.  In this theory, the reason
why your build is failing and nobody else's is could be that you're
somehow linking to an obsolete version of libpgfeutils.a, causing a
missing-symbol error (which Linux is not good about complaining about
at link time).

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14286: PostgreSQL build tests segfaulting
Следующее
От: "Regina Obe"
Дата:
Сообщение: Re: BUG #14286: PostgreSQL build tests segfaulting