BUG #16073: pg_dump build crashes half way - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16073: pg_dump build crashes half way
Date
Msg-id 16073-5c05d2a67f54af25@postgresql.org
Whole thread Raw
Responses Re: BUG #16073: pg_dump build crashes half way
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16073
Logged by:          widjay bahadoer
Email address:      w.bahadoer@googlemail.com
PostgreSQL version: 10.10
Operating system:   windows 8.1 64 bit
Description:

Repo checkout : REL_10_STABLE
Visual studio : 2019 ( community edition )
MSys 64 bit : v 20190524
gcc : v 9.2.0
configure line : ./configure --host=x86_64-w64-mingw32
--prefix=/c/tmp/postgres
make line : make -C src/bin/pg_dump 
targets build : pg_dump, pg_dumpall and pg_restore
MSys packages updated : pacman -Syu 

The build of pg_dump ends successfully but it crashes when I run it and the
output on the screen for pg_dump stops
.........
pg_dump: reading subscriptions
pg_dump: reading large objects
pg_dump: reading dependency data
pg_dump: saving encoding = UTF8
pg_dump: saving standard_conforming_strings = on
pg_dump: saving search_path =
pg_dump: saving database definition


pgsql-bugs by date:

Previous
From: Josef Machytka
Date:
Subject: memory problems and crash of db when deleting data from table withthousands of partitions
Next
From: Tomas Vondra
Date:
Subject: Re: memory problems and crash of db when deleting data from tablewith thousands of partitions