| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | lr(at)pcorp(dot)us |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #14286: PostgreSQL build tests segfaulting |
| Date: | 2016-08-09 20:53:03 |
| Message-ID: | 4473.1470775983@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I wrote:
> lr(at)pcorp(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Regina Obe | 2016-08-09 21:09:13 | Re: BUG #14286: PostgreSQL build tests segfaulting |
| Previous Message | Tom Lane | 2016-08-09 20:41:52 | Re: BUG #14286: PostgreSQL build tests segfaulting |