Re: gcc5: initdb produces gigabytes of _fsm files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: gcc5: initdb produces gigabytes of _fsm files
Дата
Msg-id 22708.1423774704@sss.pgh.pa.us
обсуждение исходный текст
Ответ на gcc5: initdb produces gigabytes of _fsm files  (Christoph Berg <cb@df7cb.de>)
Ответы Re: gcc5: initdb produces gigabytes of _fsm files
Список pgsql-hackers
Christoph Berg <cb@df7cb.de> writes:
> gcc5 is lurking in Debian experimental, and it's breaking initdb.

Yeah, I just heard the same about Red Hat as well:

https://bugzilla.redhat.com/show_bug.cgi?id=1190978

Not clear if it's an outright compiler bug or they've just found some
creative new way to make an optimization assumption we're violating.
Either way it seems clear that the find-a-page-with-free-space code is
getting into an infinite loop whereby it keeps extending the FSM till
it runs out of disk space.

There's a more detailed stack trace in the Red Hat report.
        regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: assessing parallel-safety
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: enabling nestedloop and disabling hashjon