Re: BUG #17481: sometime pg_stat_statements coredump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mailtch(at)163(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17481: sometime pg_stat_statements coredump
Date: 2022-05-16 15:21:21
Message-ID: 1371138.1652714481@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:
> In my database , use pg_stat_statement, but sometime, coredump
> occurred,Details are as follows:

Not much info here. Can you install the debug symbols for the postgres
package you're using and repeat the backtrace? Another potentially useful
bit of info would be the source text for the query that's causing the
failure, which you could get with "p debug_query_string" in gdb.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joe Hebert (jhebert) 2022-05-16 18:48:08 RE: [EXT] Re: BUG #17469: postgresql-11.service file not configured to match setup/initdb options specified
Previous Message Tom Lane 2022-05-16 14:49:36 Re: BUG #17483: postgres_fdw used with text to_tsvector and custom search configuration