| От | Tom Lane |
|---|---|
| Тема | Re: PSQL core dumps |
| Дата | |
| Msg-id | 14385.1010604309@sss.pgh.pa.us обсуждение |
| Ответ на | PSQL core dumps ("Ian Harding" <ianh@tpchd.org>) |
| Список | pgsql-general |
"Ian Harding" <ianh@tpchd.org> writes:
> Can someone give me the 10 second "gdb for Dummies" so I can get some information from my psql.core files? It dumps
coreevery time I exit after having done
> \c otherdatabase
> within that session. Other than that, no problems.
What version are you running? I seem to recall a bug with symptoms like
that having been around for a short time.
If it's current code (7.1.3 or later) then it's worth gdb'ing. Try
gdb psql-executable-file psql-core-file
gdb> bt
gdb> quit
and send in the results. If you don't get anything symbolic from the bt
command, you'll need to rebuild with debug symbols to get a useful
trace.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера