Re: FW: query pg_stat_ssl hang 100%cpu

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: FW: query pg_stat_ssl hang 100%cpu
Дата
Msg-id CA+hUKGJKXdMyLdqYDioVnAUiAE4GKdmxues61e+4nz5YHnmQkQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: FW: query pg_stat_ssl hang 100%cpu  ("James Pang (chaolpan)" <chaolpan@cisco.com>)
Ответы RE: FW: query pg_stat_ssl hang 100%cpu  ("James Pang (chaolpan)" <chaolpan@cisco.com>)
Список pgsql-bugs
On Thu, Sep 7, 2023 at 9:38 PM James Pang (chaolpan) <chaolpan@cisco.com> wrote:
> (gdb) p  RecordCacheArrayLen
> $3 = 0

Clearly this system lacks check against wrapping around, but it must
be hard work to allocate billions of typmods...

Or maybe if in an earlier call we assigned RecordCacheArray but the
allocation of RecordIdentifierArray failed (a clue would be that it is
still NULL), we never manage to assign RecordCacheArrayLen a non-zero
value?  But it must be unlikely for a small allocation to fail...



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

Предыдущее
От: "James Pang (chaolpan)"
Дата:
Сообщение: RE: FW: query pg_stat_ssl hang 100%cpu
Следующее
От: "James Pang (chaolpan)"
Дата:
Сообщение: RE: FW: query pg_stat_ssl hang 100%cpu