exit status code table?

Started by Carlo Perassiover 24 years ago3 messagesgeneral
Jump to latest
#1Carlo Perassi
carlo@linux.it

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/
--

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Carlo Perassi (#1)
Re: exit status code table?

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

#3Carlo Perassi
carlo@linux.it
In reply to: Carlo Perassi (#1)
Re: exit status code table?

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/
--