Re: Buildfarm member gypsy_moth seems not to like alignment patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Buildfarm member gypsy_moth seems not to like alignment patch
Дата
Msg-id 9162.1204307390@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Buildfarm member gypsy_moth seems not to like alignment patch  (Jorgen Austvik - Sun Norway <Jorgen.Austvik@Sun.COM>)
Список pgsql-hackers
Jorgen Austvik - Sun Norway <Jorgen.Austvik@Sun.COM> writes:
> Tom Lane wrote:
>> This is unfortunate and surprising, since that patch was intended to
>> prevent compilers from making unsafe alignment assumptions, but it sure
>> looks like this compiler has instead added a new one.  Could you poke
>> into it --- at least get a stack trace from the core dump?

> Running initdb with debug:

Hah, I guess the problem is that the compiler decided it was okay to put
the local variable "chunk_data" at an unaligned address.  Patched, but
we'll have to see whether any other places have similar issues.

Thanks for doing the gdb-work.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Read-ahead and parallelism in redo recovery
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file