Re: Fix for psql core dumping on bad user

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Fix for psql core dumping on bad user
Дата
Msg-id Pine.LNX.4.30.0104181823200.762-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Fix for psql core dumping on bad user  ("D. Hageman" <dhageman@dracken.com>)
Ответы Re: Fix for psql core dumping on bad user  ("D. Hageman" <dhageman@dracken.com>)
Список pgsql-patches
D. Hageman writes:

> Strange.  Maybe I haven't fully explored the problem then.  I would be
> more then happy to supply a core file if you would like to analyze it.

Please compile with debug symbols, e.g.

src/bin/psql$ make clean
src/bin/psql$ make CFLAGS=-g all

then produce the core dump and run

gdb location/bin/psql some/where/core

and enter

bt

and show what it says.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: "D. Hageman"
Дата:
Сообщение: Re: Fix for psql core dumping on bad user
Следующее
От: "D. Hageman"
Дата:
Сообщение: Re: Fix for psql core dumping on bad user