Re: Re: BUG #17704: Monitoring Queries trigger 'Signal 7: Bus Error' After Creating Hash Partitioned Table - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Re: BUG #17704: Monitoring Queries trigger 'Signal 7: Bus Error' After Creating Hash Partitioned Table
Date
Msg-id 1721828.1669934259@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17704: Monitoring Queries trigger 'Signal 7: Bus Error' After Creating Hash Partitioned Table  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> On December 1, 2022 1:23:06 PM PST, PG Bug reporting form <noreply@postgresql.org> wrote:
>> Today I rolled out a new hash partitioned table with 1024 partitions to our
>> production DB (PostgreSQL 14.6 (Ubuntu 14.6-1.pgdg22.04+1) on
>> aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 11.3.0-1ubuntu1~22.04)
>> 11.3.0, 64-bit). Previously we had been using pganalyze2 and pgmetrics with
>> no issue. Starting with the deployment of the new partitioned table anytime
>> pgmetrics or pganalyze2 would run we would get a SIGBUS and postgresql would
>> crash.

> Unfortunately that's not pointing anywhere obvious. We'll need a backtrace for the crash at least.

Indeed.

> I'm on my phone rn, so no link. But there's an article on the wiki with information about collecting a backtrace.

https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

            regards, tom lane



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #17704: Monitoring Queries trigger 'Signal 7: Bus Error' After Creating Hash Partitioned Table
Next
From: "David G. Johnston"
Date:
Subject: Re: INFORMATION_SCHEMA.routines column routine_definition does not show the source