Re: BUG #16073: pg_dump build crashes half way

From: Andres Freund <andres(at)anarazel(dot)de>
To: w(dot)bahadoer(at)googlemail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16073: pg_dump build crashes half way
Date: 2019-10-24 21:17:32
Message-ID: 20191024211732.3g6q66ou5awtafr4@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2019-10-24 21:31:57 Re: ERROR: subtransaction logged without previous top-level txn record
Previous Message Tom Lane 2019-10-24 18:37:03 Re: BUG #15912: The units of `autovacuum_vacuum_cost_delay` setting should be documented