Re: exit status 26

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dan Moschuk <dan(at)freebsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: exit status 26
Date: 2001-01-12 05:13:17
Message-ID: 14791.979276397@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dan Moschuk <dan(at)freebsd(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matt Beauregard 2001-01-12 05:17:57 julian day number input/output
Previous Message Bruce Momjian 2001-01-12 05:09:35 Re: How to tell if that UPDATE worked?