Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery
Дата
Msg-id 14677.1502638689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] initdb failure on Debian sid/mips64el inEventTriggerEndCompleteQuery  (Christoph Berg <myon@debian.org>)
Ответы Re: [HACKERS] initdb failure on Debian sid/mips64el inEventTriggerEndCompleteQuery  (Christoph Berg <myon@debian.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] initdb failure on Debian sid/mips64el in EventTriggerEndCompleteQuery
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] [WIP] Zipfian distribution in pgbench