exit status code table?
Started by Carlo Perassiover 24 years ago3 messagesgeneral
Hi, all.
Here
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?
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?
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/
--