Re: fairywren exiting in ecpg

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fairywren exiting in ecpg
Date: 2023-04-11 18:56:23
Message-ID: 20230411185623.umqeods6en5yl4sg@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2023-04-11 07:10:20 -0400, Andrew Dunstan wrote:
> The error hasn't been seen since I set this about a week ago.

This issue really bothers me, but I am at my wits end how to debug it, given
that we get a segfault only if we *disable* getting crash reports / core dumps
in some form. There's no debug printout or anything, python just exits with an
error code indicating an access violation.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2023-04-11 19:00:00 Re: refactoring relation extension and BufferAlloc(), faster COPY
Previous Message Tom Lane 2023-04-11 18:49:55 Re: When to drop src/tools/msvc support