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

From Peter Eisentraut
Subject Re: Fix for psql core dumping on bad user
Date
Msg-id Pine.LNX.4.30.0104181823200.762-100000@peter.localdomain
Whole thread Raw
In response to Re: Fix for psql core dumping on bad user  ("D. Hageman" <dhageman@dracken.com>)
Responses Re: Fix for psql core dumping on bad user
List 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 by date:

Previous
From: "D. Hageman"
Date:
Subject: Re: Fix for psql core dumping on bad user
Next
From: "D. Hageman"
Date:
Subject: Re: Fix for psql core dumping on bad user