Re: initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery
Date: 2017-08-13 15:38:09
Message-ID: 14677.1502638689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christoph Berg <myon(at)debian(dot)org> writes:
> Seems to be a gcc-7 problem affecting several packages on mips64el:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871514

Hm, unless there is a use of sigsetjmp earlier in that clamav
routine, I would not assume that that's the same issue. The bug
I suspect we are looking at here is very specific to sigsetjmp
callers: it usually amounts to the compiler unsafely trying to
use the same temporary location for multiple purposes.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2017-08-13 17:57:20 Re: [WIP] Zipfian distribution in pgbench
Previous Message Tom Lane 2017-08-13 15:33:37 Re: initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery