From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | phoedos16(at)gmail(dot)com |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16833: postgresql 13.1 process crash every hour |
Date: | 2021-01-22 15:23:31 |
Message-ID: | 1154092.1611329011@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Process crash inside docker containter 2-3 times per hour without any
> additional information
> ./postgresql-Thu-00.log:2021-01-21 00:11:34 UTC [1]: user=,db=,app=,client=
> LOG: server process (PID 20071) was terminated by signal 11: Segmentation
> fault
Hm, please see if you can get a stack trace:
https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend
Also try to figure out what query(s) are causing the crash.
(It's unlikely that the postmaster log doesn't provide more
information than you've shared here.)
> I can share postgresql.conf, process crash core dumps for analysis
Core dumps are unlikely to help anyone else; they are too
machine-specific. Not to mention that they might contain
sensitive data. You'll need to examine them yourself.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2021-01-22 15:27:37 | Re: BUG #16834: where-in: if the nested query fails, the parent query returns all the records |
Previous Message | Flavio Ricci | 2021-01-22 15:19:58 | Re: BUG #16834: where-in: if the nested query fails, the parent query returns all the records |