Re: Curious buildfarm failures (fwd)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Curious buildfarm failures (fwd)
Дата
Msg-id 7481.1358297812@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Curious buildfarm failures (fwd)  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Curious buildfarm failures (fwd)  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> FWIW its also triggerable if two other function calls are places inside
> the above if() (I tried fprintf(stderr, "argh") and kill(0, 0)).

[ confused... ]  You mean replacing the abort() in the elog macro with
one of these functions?  Or something else?

> It seems the change just made an existing issue visible.
> No idea what to do about it.

Pretty clearly a compiler bug at this point.  Since there doesn't seem
to be a clean workaround (no, I don't want to expand the struct
assignment manually), and anyway we can't be sure that the bug doesn't
also manifest in other places, recommending Sergey update his compiler
seems like the thing to do.

At this point I'm more interested in his report in
<alpine.LRH.2.03.1301152012220.773@ast.cam.ac.uk> about
the Assert at spgdoinsert.c:1222 failing.  That's pretty new code, so
more likely to have a genuine bug, and I wonder if it's related to
the spgist issue in <50EBF992.2000704@qunar.com> ...
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Enabling Checksums
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Curious buildfarm failures (fwd)