CG <[EMAIL PROTECTED]> wrote:

> I didn't find a core dump. 
> 
> Perhaps I'm looking in the wrong spot or for the wrong file. The file should 
> be
> called "core.32140", correct? ... I did a "find / -name core*" ... that found
> nothing useful.

find / -name '*core*' would be more reliable.  FreeBSD, for example, makes
coredumps in the format {processname}.core.

> --- Tom Lane <[EMAIL PROTECTED]> wrote:
> 
> > CG <[EMAIL PROTECTED]> writes:
> > > 2006-05-25 08:30:50.076 EDT   LOG:  server process (PID 32140) was
> > terminated
> > > by signal 11
> > 
> > That should be leaving a core dump file (if not, restart the postmaster
> > under "ulimit -c unlimited").  Get a stack trace with gdb to get some
> > more info about what's going on.

-- 
Bill Moran

Also, I can kill you with my brain.

    River Tam


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to