Re: Windows crash / abort handling - Mailing list pgsql-hackers

From David Rowley
Subject Re: Windows crash / abort handling
Date
Msg-id CAApHDvo=8md2xk=ZiTkGz3tGTc2ExVHZ8muMfpfPCUH_mKo_Og@mail.gmail.com
Whole thread Raw
In response to Re: Windows crash / abort handling  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Thu, 3 Feb 2022 at 15:38, Andres Freund <andres@anarazel.de> wrote:
> I've pushed the patch this thread is about now. Lets see what the buildfarm
> says. I only could one windows version.  Separately I've also pushed a patch
> to run the windows tests under a timeout. I hope in combination these patches
> address the hangs.

I tried this out today on a windows machine I have here. I added some
code to trigger an Assert failure and the options of attaching a
debugger work well. Tested both from running the regression tests and
running a query manually with psql.

Tested on Windows 8.1 with VS2017.

Thanks for working on this.

David



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Collecting statistics about contents of JSONB columns
Next
From: Andres Freund
Date:
Subject: Re: do only critical work during single-user vacuum?