Re: postmaster crashing - Mailing list pgsql-general

From Tom Lane
Subject Re: postmaster crashing
Date
Msg-id 1676.1062640819@sss.pgh.pa.us
Whole thread Raw
In response to postmaster crashing  (psql-mail@freeuk.com)
List pgsql-general
psql-mail@freeuk.com writes:
> How do i get the core files to examine? There never seem to be any
> produced, even outside the debuggers.

Most likely you have launched the postmaster under "ulimit -c 0", which
prevents core dumps.  This seems to be the default state in recent Linux
releases, for reasons I cannot fathom :-(.  I put "ulimit -c unlimited"
into the postmaster launch script whenever I am working on Linux.

            regards, tom lane

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: What is the good equivalent for ENUM ?
Next
From: Joseph Hepburne Healy
Date:
Subject: Re: What is the good equivalent for ENUM ?