Thread: exit status code table?

exit status code table?

From
Carlo Perassi
Date:
Hi, all.

Here

http://groups.google.com/groups?selm=200111030720.fA37KmYT005641%40linda.lfix.co.uk&output=gplain

someona said
"exit status 11" in /var/log/postgres.log
*is not* a SIGSEGV

So what is it?
Where could I found an exit status code table?
I wasn't able to find it in the PostgreSQL source code, sorry.

Thank you.

--
Carlo Perassi
http://www.linux.it/~carlo/
--


Re: exit status code table?

From
Tom Lane
Date:
Carlo Perassi <carlo@linux.it> writes:
> someona said
> "exit status 11" in /var/log/postgres.log
> *is not* a SIGSEGV

Might or might not be; you didn't tell us your platform.  Try looking in
/usr/include/signal.h.

            regards, tom lane

Re: exit status code table?

From
Carlo Perassi
Date:
Tom Lane wrote:

> Might or might not be; you didn't tell us your platform.  Try looking in
> /usr/include/signal.h.


My platform:
Debian GNU/Linux testing
with
PostgreSQL 7.1.3

BTW the value of SIGSEGV on my OS is 11.

Thanks.

--
Carlo Perassi
http://www.linux.it/~carlo/
--