Re: Polygon contrib - Mailing list pgsql-patches

From Tom Lane
Subject Re: Polygon contrib
Date
Msg-id 632.1028789122@sss.pgh.pa.us
Whole thread Raw
In response to Re: Polygon contrib  (Pierre-Yves LANDURE <pylandur@ifremer.fr>)
Responses Re: Polygon contrib  (Pierre-Yves LANDURE <pylandur@ifremer.fr>)
List pgsql-patches
Pierre-Yves LANDURE <pylandur@ifremer.fr> writes:
> and, to ask a stupid question..... How can i do a stack trace ;))))

Something like

    gdb /path/to/postgres-executable /path/to/corefile
    gdb> bt
    gdb> quit

If you do not see a core file in the $PGDATA/base/yourdbnumber/
directory, you probably are running the postmaster with core dumps
disabled by ulimit.  Try setting "ulimit -c unlimited" in the
script that starts it.

If the bt command produces a bunch of numbers and no routine names, you
need to recompile with debug symbols --- rerun configure adding
"--enable-debug", then rebuild and reinstall.

            regards, tom lane

pgsql-patches by date:

Previous
From: Pierre-Yves LANDURE
Date:
Subject: Re: Polygon contrib
Next
From: Pierre-Yves LANDURE
Date:
Subject: Re: Polygon contrib