Re: Out of memory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Adriaanse <alex(at)innovacomputing(dot)com>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Out of memory
Date: 2008-03-29 00:51:41
Message-ID: 17490.1206751901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alex Adriaanse <alex(at)innovacomputing(dot)com> writes:
> Unfortunately, we do not have any core dumps from those. Is there
> anything else I can provide to make tracing this easier? Could we use
> the addresses mentioned in the segfault messages for anything useful?

Hmm, you could try attaching to a running Postgres process with gdb
and doing "x/i 0xHEXADDRESS" --- that should at least come up with a
routine name, unless your kernel is into address randomization ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message carty mc 2008-03-29 01:53:29 Re: creating a trigger to access another postgres database?
Previous Message Alex Adriaanse 2008-03-29 00:44:08 Re: Out of memory