Re: Out of memory - Mailing list pgsql-general

From Tom Lane
Subject Re: Out of memory
Date
Msg-id 17490.1206751901@sss.pgh.pa.us
Whole thread Raw
In response to Re: Out of memory  (Alex Adriaanse <alex@innovacomputing.com>)
Responses Re: Out of memory  (Alex Adriaanse <alex@innovacomputing.com>)
List pgsql-general
Alex Adriaanse <alex@innovacomputing.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

pgsql-general by date:

Previous
From: brian
Date:
Subject: Re: Primary Key with serial
Next
From: carty mc
Date:
Subject: Re: creating a trigger to access another postgres database?