Re: Segmentation fault when running queries in sequence

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matt Gibbins <matt_gibbins(at)fastmail(dot)com(dot)au>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Segmentation fault when running queries in sequence
Date: 2023-09-23 23:56:46
Message-ID: 1418006.1695513406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Matt Gibbins <matt_gibbins(at)fastmail(dot)com(dot)au> writes:
> When I launch gdb for stack trace on the server the process hangs.

If you mean you're attaching gdb to the active server process, yes
that would stop execution. You could just say "continue" and
wait for the segfault to occur.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Matt Gibbins 2023-09-24 00:20:57 Re: Segmentation fault when running queries in sequence
Previous Message Matt Gibbins 2023-09-23 23:39:59 Re: Segmentation fault when running queries in sequence