| From: | "K S, Sandhya (Nokia - IN/Bangalore)" <sandhya(dot)k_s(at)nokia(dot)com> |
|---|---|
| To: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
| Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>, "T, Rasna (Nokia - IN/Bangalore)" <rasna(dot)t(at)nokia(dot)com>, "Itnal, Prakash (Nokia - IN/Bangalore)" <prakash(dot)itnal(at)nokia(dot)com> |
| Subject: | Re: [HACKERS] Postgres process invoking exit resulting in sh-QUIT core |
| Date: | 2017-07-03 15:01:31 |
| Message-ID: | AM5PR0701MB2642F865EFBEDF5CD415DD43D6D60@AM5PR0701MB2642.eurprd07.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Hi Craig,
Thanks for the response.
Scenario tried here is restart of the system multiple times. sh-QUIT core is generated when Postgres is invoking the shell to exit and may not be due to kernel or file system issues. I will try to reproduce the issue with dmesg output being printed.
However, is there any instance in Postgres where 'sh -c exit 1' will be invoked?
Regards,
Sandhya
-----Original Message-----
From: Craig Ringer [mailto:craig(at)2ndquadrant(dot)com]
Sent: Friday, June 30, 2017 5:40 PM
To: K S, Sandhya (Nokia - IN/Bangalore) <sandhya(dot)k_s(at)nokia(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org; pgsql-bugs(at)postgresql(dot)org; T, Rasna (Nokia - IN/Bangalore) <rasna(dot)t(at)nokia(dot)com>; Itnal, Prakash (Nokia - IN/Bangalore) <prakash(dot)itnal(at)nokia(dot)com>
Subject: Re: [HACKERS] Postgres process invoking exit resulting in sh-QUIT core
On 30 June 2017 at 17:41, K S, Sandhya (Nokia - IN/Bangalore)
<sandhya(dot)k_s(at)nokia(dot)com> wrote:
> When we checked the process listing during the time of core generation, we
> found Postgres startup process is invoking “sh -c exit 1”:
> 4518 9249 0.1 0.0 155964 2036 ? Ss 15:05 0:00 postgres:
> startup process waiting for 0000000100000000000002EB
Looks like an archive_command or restore_command .
If 'sh' is dumping core, you probably have issues at a low level in
the kernel, file system, etc. Check dmesg.
--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-07-03 15:49:08 | Re: BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619 |
| Previous Message | sbadyals | 2017-07-03 14:46:22 | BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2017-07-03 15:10:39 | Re: Request more documentation for incompatibility of parallelism and plpgsql exec_run_select |
| Previous Message | Robert Haas | 2017-07-03 14:58:37 | Re: Dumping database creation options and ACLs |