Andres Freund <andres@anarazel.de> writes:
> On 2021-05-06 21:43:32 -0400, Tom Lane wrote:
>> That I'm not sure about. gdb is certainly installed, and thorntail is
>> visibly running the current buildfarm client and is configured with the
>> correct core_file_glob, and I can report that the crash did leave a 'core'
>> file in the data directory (so it's not a case of systemd commandeering
>> the core dump). Seems like core-file collection should've worked
>> ... unless maybe it's not covering TAP tests at all?
> I suspect that is it - there's not really a good way for the buildfarm
> client to even know where there could be data directories :(.
Does it need to? I'm envisioning "find tmp_check -name '$core_file_glob'"
or something along that line.
regards, tom lane