Re: pg_dump gives segmentation fault and cores

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: pg_dump gives segmentation fault and cores
Дата
Msg-id m31yf8xf4z.fsf@varsoon.denali.to
обсуждение исходный текст
Ответ на pg_dump gives segmentation fault and cores  (replogle992@hotmail.com (Andrew Replogle))
Ответы Re: pg_dump gives segmentation fault and cores
Список pgsql-general
replogle992@hotmail.com (Andrew Replogle) writes:

> when trying to run pg_dump dbname > dbname.db   it runs for a few
> minutes then gives the following output as well as a core dump:
>
> Segmentation fault (core dumped)
>
> at which time I run gdb on it with the following output:
>
> Core was generated by `pg_dump'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x28084b8c in ?? ()

You'll need to rebuild Postgres with debugging turned on, and get a
backtrace from the core file (type 'bt' at the gdb prompt).

What version is this?

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: "Brian Moran"
Дата:
Сообщение: Re: setting up a trace through extended stored procedures
Следующее
От: SURESH V
Дата:
Сообщение: problem in pgsql_perl5 module