BUG #16073: pg_dump build crashes half way

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: w(dot)bahadoer(at)googlemail(dot)com
Subject: BUG #16073: pg_dump build crashes half way
Date: 2019-10-23 12:13:08
Message-ID: 16073-5c05d2a67f54af25@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16073
Logged by: widjay bahadoer
Email address: w(dot)bahadoer(at)googlemail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2019-10-23 12:47:51 Re: memory problems and crash of db when deleting data from table with thousands of partitions
Previous Message Josef Machytka 2019-10-23 11:46:23 memory problems and crash of db when deleting data from table with thousands of partitions