Re: Quite strange crash
От | Denis Perchine |
---|---|
Тема | Re: Quite strange crash |
Дата | |
Msg-id | 01011000465002.00614@dyp.perchine.com обсуждение исходный текст |
Ответ на | Re: Quite strange crash (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Quite strange crash
Re: Quite strange crash |
Список | pgsql-hackers |
> > Didn't you get my mail with a piece of Linux kernel code? I think all is > > clear there. > > That was implementing CPU-time-exceeded kill, which is a different > issue. Opps.. You are talking about OOM killer. /* This process has hardware access, be more careful. */ if (cap_t(p->cap_effective) & CAP_TO_MASK(CAP_SYS_RAWIO)) { force_sig(SIGTERM, p); } else { force_sig(SIGKILL, p); } You will get SIGKILL in most cases. -- Sincerely Yours, Denis Perchine ---------------------------------- E-Mail: dyp@perchine.com HomePage: http://www.perchine.com/dyp/ FidoNet: 2:5000/120.5 ----------------------------------
В списке pgsql-hackers по дате отправления: