Re: InitBufferPoolAccess crash

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: InitBufferPoolAccess crash
Дата
Msg-id 200605091707.35542.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: InitBufferPoolAccess crash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tuesday May 9 2006 3:07 pm, Tom Lane wrote:
> "Ed L." <pgsql@bluepolka.net> writes:
> >    from /opt/pgsql/installs/postgresql-7.3.4/bin/postmaster
> > (gdb) bt
> > #0  0x12d288 in InitBufferPoolAccess ()
> >    from /opt/pgsql/installs/postgresql-7.3.4/bin/postmaster
> > Error accessing memory address 0x0: Invalid argument.
>
> Right offhand I'd imagine that the calloc() call failed and
> returned NULL --- leastwise it's hard to see how else that
> routine could crash. Could your machine be nearly out of
> memory?

Quite likely.  It turns out we had a rogue spike of 1400
processes at that time, so that makes perfect sense.

Thanks,
Ed

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

Предыдущее
От: David Link
Дата:
Сообщение: Re: EXPLAIN SELECT .. does not return
Следующее
От: "Karen Hill"
Дата:
Сообщение: Preventing SQL Injection in PL/pgSQL in psql