Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cory Albrecht <coryca(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error
Date: 2023-06-15 19:07:27
Message-ID: 2252981.1686856047@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Cory Albrecht <coryca(at)gmail(dot)com> writes:
> Also, which PID do I attach GDB to?
> If it's the individual database ones like 15947 or 15990 in the
> above example, I have no way of knowing which one will get a SIGBUS. Is the
> main process (e.g. 15892) OK?

If you don't know that, the best way is to collect a core file and
then gdb that. Starting the postmaster under "ulimit -c unlimited"
ought to be enough.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-06-15 19:35:57 Re: BUG #17976: Inconsistent results of SELECT using CASE WHEN clause
Previous Message Cory Albrecht 2023-06-15 18:57:37 Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error