Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery
Date
Msg-id 14677.1502638689@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] initdb failure on Debian sid/mips64el inEventTriggerEndCompleteQuery  (Christoph Berg <myon@debian.org>)
Responses Re: [HACKERS] initdb failure on Debian sid/mips64el inEventTriggerEndCompleteQuery  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
Christoph Berg <myon@debian.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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] [WIP] Zipfian distribution in pgbench