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

From Andres Freund
Subject Re: BUG #16073: pg_dump build crashes half way
Date
Msg-id 20191024211732.3g6q66ou5awtafr4@alap3.anarazel.de
Whole thread Raw
In response to BUG #16073: pg_dump build crashes half way  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
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



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15912: The units of `autovacuum_vacuum_cost_delay` setting should be documented
Next
From: Andres Freund
Date:
Subject: Re: ERROR: subtransaction logged without previous top-level txnrecord