Re: Fix for psql core dumping on bad user

Поиск
Список
Период
Сортировка
От D. Hageman
Тема Re: Fix for psql core dumping on bad user
Дата
Msg-id Pine.LNX.4.33.0104182359180.7437-200000@typhon.dracken.com
обсуждение исходный текст
Ответ на Re: Fix for psql core dumping on bad user  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Fix for psql core dumping on bad user  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-patches
Attached is the backtrace from gdb.  I didn't find it very helpful when I
first looked into this problem, but maybe you can see something that I
missed.

I think tomorrow at work, I will take some time out to step through the
code and see exactly what is going on in this situation.  I get the
impression from the responses that I recieved that my quick analysis is
wrong and problem exists else where ... at any rate, time for bed.

On Wed, 18 Apr 2001, Peter Eisentraut wrote:

> 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.
>
>

--
//===================================================================\\
||  D. Hageman                               <dhageman@dracken.com>  ||
\\===================================================================//

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fix for psql core dumping on bad user
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Fix for psql core dumping on bad user