Re: BF assertion failure on mandrill in walsender, v13 - Mailing list pgsql-hackers

From Noah Misch
Subject Re: BF assertion failure on mandrill in walsender, v13
Date
Msg-id 20210611013942.GA558096@rfd.leadboat.com
Whole thread Raw
In response to Re: BF assertion failure on mandrill in walsender, v13  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Thu, Jun 10, 2021 at 09:08:06AM -0400, Andrew Dunstan wrote:
> On 6/10/21 1:47 AM, Noah Misch wrote:
> > On Thu, Jun 10, 2021 at 10:47:20AM +1200, Thomas Munro wrote:
> >> Not sure if there is much chance of debugging this one-off failure in
> >> without a backtrace (long shot: any chance there's still a core
> >> file?)
> > No; it was probably in a directory deleted for each run.  One would need to
> > add dbx support to the buildfarm client, or perhaps add support for saving
> > build directories when there's a core, so I can operate dbx manually.
> 
> This is what the setting "keep_error_builds" does. In the END handler it
> renames the build and install directories with a timestamp. Cleanup is
> left to the user.

Great.  The machine has ample disk, so I'll add that setting.



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Logical replication keepalive flood
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Race condition in recovery?