Re: Fix for psql core dumping on bad user - Mailing list pgsql-patches

From D. Hageman
Subject Re: Fix for psql core dumping on bad user
Date
Msg-id Pine.LNX.4.33.0104182359180.7437-200000@typhon.dracken.com
Whole thread Raw
In response to Re: Fix for psql core dumping on bad user  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Fix for psql core dumping on bad user
List 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>  ||
\\===================================================================//

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fix for psql core dumping on bad user
Next
From: Tatsuo Ishii
Date:
Subject: Re: Fix for psql core dumping on bad user