Re: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Regina Obe" <lr(at)pcorp(dot)us>
Cc: 'Juan José Santamaría Flecha' <juanjo(dot)santamaria(at)gmail(dot)com>, "'PostgreSQL mailing lists'" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head
Date: 2021-03-12 22:57:30
Message-ID: 2558564.1615589850@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Regina Obe" <lr(at)pcorp(dot)us> writes:
>> (FWIW, walleye's owners report that the failure goes away when they change
>> their compiler options to more debug-friendly settings. Hmm.)

> What is considered a more debug-friendly setting?

Apparently they don't see a crash with CFLAGS="-ggdb -Og -g3"
(as opposed to the default -O2 possibly with -g).

> As far as crashers go, they all seem to be crashing at the
> 0x00000000008da31a in pg_re_throw () at elog.c:1776

Cool, thanks for confirming that. At least now we know
what it is we don't know.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Regina Obe 2021-03-13 04:36:37 RE: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head
Previous Message Regina Obe 2021-03-12 22:50:29 RE: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head