Re: postmaster crashing

From: psql-mail(at)freeuk(dot)com
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postmaster crashing
Date: 2003-09-04 15:31:01
Message-ID: E19uw4b-00047m-9o@buckaroo.freeuk.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> psql-mail(at)freeuk(dot)com writes:
> > I have set "ulimit -c unlimited" as you sugested,
> > i then copied postmaster to /home/postgres
> > and ran it as postgres from there...
> > but still no core files. Where should they appear?
>
> In $PGDATA/base/yourdbnumber/core (under some OSes the file name
might
> be "core" plus a number).
>
> regards, tom lane

I have one core file (yes just one despite many duplications of the
problem)
and i can't get another one to appear. This one came from $PGDATA/db_
num
as you said, and had .number on the end.
I think the core file is from an instance of run postmaster from within
gdb as
it has the signal 5 rather than 11.

Below is the gdb output.

Thank you for your help!

Core was generated by `postgres: mat test [local] SELECT '

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-09-04 15:35:06 Re: YOUR SITES SEARCH FEATURE DOES NOT WORK!
Previous Message Josué Maldonado 2003-09-04 15:27:51 Re: TCL trigger doesn't work after deleting a column