Re: [BUGS] BUG #14897: Segfault on statitics SQL request

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14897: Segfault on statitics SQL request
Дата
Msg-id 17617.1510355215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #14897: Segfault on statitics SQL request  (Dmitry Dolgov <9erthalion6@gmail.com>)
Ответы Re: [BUGS] BUG #14897: Segfault on statitics SQL request  (Andres Freund <andres@anarazel.de>)
Re: [BUGS] BUG #14897: Segfault on statitics SQL request  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
Dmitry Dolgov <9erthalion6@gmail.com> writes:
> Looks like I can reproduce something close to this issue on my Gentoo
> installation using the provided dataset, but it looks quite weird for me:

Interesting.  I wonder whether __int128 has an alignment requirement that
is more than MAXALIGN.  Intel chips generally don't enforce alignment
requirements, but maybe there's an exception here?

My Fedora box thinks __alignof__(__int128) is 16, which is suspicious,
but it's not crashing.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [BUGS] BUG #14897: Segfault on statitics SQL request
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [BUGS] BUG #14897: Segfault on statitics SQL request