Re: exit status 26 - Mailing list pgsql-general

From Tom Lane
Subject Re: exit status 26
Date
Msg-id 14791.979276397@sss.pgh.pa.us
Whole thread Raw
In response to Re: exit status 26  (Dan Moschuk <dan@freebsd.org>)
Responses Re: exit status 26  (Dan Moschuk <dan@freebsd.org>)
List pgsql-general
Dan Moschuk <dan@freebsd.org> writes:
> | > Can someone tell me what a postmaster process exiting with status = 26
> | > means?  FWIW, I'm doing a COPY table FROM stdin with about 14 million
> | > records to trigger this.
> |
> | That means it got a signal 26.

> Oh, sorry, for some reason I thought status = exit code.

Postgres doesn't use exit codes higher than 2, so I'm supposing that the
reported code must be a signal code.

> Signal 26 on FreeBSD is SIGVTARLM.

We don't ever set a virtual timer alarm, either.  Is it possible that
you are running the postmaster with a ulimit-style limit on total
process runtime?

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to tell if that UPDATE worked?
Next
From: Matt Beauregard
Date:
Subject: julian day number input/output