Re: BUG #1473: Backend bus error, possibly due to ANALYZE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1473: Backend bus error, possibly due to ANALYZE
Дата
Msg-id 2999.1108074252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1473: Backend bus error, possibly due to ANALYZE  ("Brian B." <brian-pgsql@bbdab.org>)
Ответы Re: BUG #1473: Backend bus error, possibly due to ANALYZE  (Neil Conway <neilc@samurai.com>)
Re: BUG #1473: Backend bus error, possibly due to ANALYZE  ("Brian B." <brian-pgsql@bbdab.org>)
Список pgsql-bugs
"Brian B." <brian-pgsql@bbdab.org> writes:
> On Thu, Feb 10, 2005 at 10:08:14AM -0500, Tom Lane wrote:
>> There is a check_stack_depth call in there, so this could only be the
>> explanation if max_stack_depth is set too high for the actual
>> stack depth limit.  What's the platform, and what ulimit values is the
>> postmaster started under?

> FreeBSD 4.11 on x86 using PostgreSQL 8.0.1

> % limits
> Resource limits (current):
>   stacksize           65536 kb

Hmm, 64meg should certainly be far past where check_stack_depth will
start to complain, so there's something else going on here.  (BUT:
the ulimits you see interactively aren't necessarily what the postmaster
was started under.  You might want to confirm that the results are the
same if you put the limits call into the boot script that launches
the postmaster...)

> the backend will want to crash around that point. I will try
> to narrow down what query is being ran at that point. Perhaps
> I can extract it from the core dump.

See debug_query_string.

            regards, tom lane

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

Предыдущее
От: "Brian B."
Дата:
Сообщение: Re: BUG #1473: Backend bus error, possibly due to ANALYZE
Следующее
От: Dennis Hübner
Дата:
Сообщение: No connection to Server