BUG #16073: pg_dump build crashes half way

Started by PG Bug reporting formover 6 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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

#2Andres Freund
andres@anarazel.de
In reply to: PG Bug reporting form (#1)
Re: BUG #16073: pg_dump build crashes half way

Hi,

On 2019-10-23 12:13:08 +0000, PG Bug reporting form wrote:

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

What kind of crash precisely? Reading your message I'm not sure whether
you mean that it just doesn't progress, or whether it segfaults, or ...?

With what kind of data is this?

Greetings,

Andres Freund