From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | "D(dot) Hageman" <dhageman(at)dracken(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Fix for psql core dumping on bad user |
Date: | 2001-04-18 16:25:22 |
Message-ID: | Pine.LNX.4.30.0104181823200.762-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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(at)gmx(dot)net http://funkturm.homeip.net/~peter
From | Date | Subject | |
---|---|---|---|
Next Message | D. Hageman | 2001-04-18 16:40:15 | Re: Fix for psql core dumping on bad user |
Previous Message | Mario Weilguni | 2001-04-18 16:12:50 | Re: Strange behaviour of to_date() |
From | Date | Subject | |
---|---|---|---|
Next Message | D. Hageman | 2001-04-18 16:40:15 | Re: Fix for psql core dumping on bad user |
Previous Message | D. Hageman | 2001-04-18 12:06:48 | Re: Fix for psql core dumping on bad user |