Re: How to analyze a core dump

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: S Bob <sbob(at)quadratum-braccas(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: How to analyze a core dump
Date: 2020-11-02 16:55:14
Message-ID: CAH2-WzmisQecU9hS5Ht5jqm15uTp4pa7trMxbpSyDEWvMNgKMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Nov 2, 2020 at 8:41 AM S Bob <sbob(at)quadratum-braccas(dot)com> wrote:
> 2020-10-23 04:17:40 GMT [5588]:[21-1] 5df751a6.15d4 >LOG: server
> process (PID 20995) was terminated by signal 10
>
> How do I determine the root cause?

Is signal 10 SIGBUS on your platform? Perhaps check the relevant man
page on your platform -- "man signal.7" works for me here.

What CPU architecture and operating system are you using?

--
Peter Geoghegan

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message S Bob 2020-11-02 17:04:28 Re: How to analyze a core dump
Previous Message S Bob 2020-11-02 16:41:29 How to analyze a core dump