Re: BUG #15033: Segmentation fault running a query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15033: Segmentation fault running a query
Дата
Msg-id 11849.1517120505@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #15033: Segmentation fault running a query  (Andrew Grossman <agrossman@gmail.com>)
Ответы Re: BUG #15033: Segmentation fault running a query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Andrew Grossman <agrossman@gmail.com> writes:
> It looks like the same crash:

Yeah, I agree, create_plan_recurse is at fault there.  Will fix it,
thanks for confirming!

Of course, the "fix" will just result in producing a "stack overflowed"
error instead of dumping core.  There's still the question of why this
case worked for you before and doesn't now.  Seemingly, current code
needs more stack to process this query than 9.5 did.  Is it significantly
more, or were you just unlucky enough to overrun the limit when you'd
not quite done so before?  And if it is significantly more, is there
anything we can reasonably do about that?  These questions remain unclear
at this point.

            regards, tom lane


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

Предыдущее
От: Andrew Grossman
Дата:
Сообщение: Re: BUG #15033: Segmentation fault running a query
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: BUG #15018: yum install postgis24_96 failure