From: | Johann Spies <jspies(at)sun(dot)ac(dot)za> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: ERROR: invalid memory alloc request size |
Date: | 2007-05-15 10:50:42 |
Message-ID: | 20070515105042.GA8121@burger.sun.ac.za |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [070514 16:36]:
>
> If Postgres was built with debug symbols it would be useful to get a
> stack trace to try to figure out more about what's happening. If you
> want to try that, attach to the backend with gdb while the COPY is
> running, then do
>
> $ gdb /path/to/postgres PID-of-backend
Which pg-process? The Postmaster or psql? I have done this for the
Postmaster now but
> gdb> b errfinish
> gdb> cont
> ... wait for breakpoint to be hit ...
This did not happen although the error occurred (after a few hours).
Regards
Johann
--
Johann Spies Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch
"Let not your heart be troubled: ye believe in God,
believe also in me." John 14:1
From | Date | Subject | |
---|---|---|---|
Next Message | Jessica Richard | 2007-05-15 19:49:54 | query becomes much slower after Postgres 8.2.4 and Postgis 1.2.1 upgrade |
Previous Message | Johann Spies | 2007-05-15 06:07:16 | Re: ERROR: invalid memory alloc request size |