BUG #15723: Export fails 'worker process died unexpectedly' but no error in pg_dump - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15723: Export fails 'worker process died unexpectedly' but no error in pg_dump
Date
Msg-id 15723-feba89d39f352287@postgresql.org
Whole thread Raw
Responses Re: BUG #15723: Export fails 'worker process died unexpectedly' but no error in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15723
Logged by:          Anna Muravieva
Email address:      ana-mur21s@yandex.ru
PostgreSQL version: 9.6.1
Operating system:   linux
Description:

Hello

We have currently that issue. "worker process died unexpectedly" was caused
by the lock on the table, which was generated because of the truncate we
use. This seems to cause the Postgres pg_dump worker process to exit
abnormally. Why this is not an Error or Warning in Postgres or pg_dump, What
we see is that pg_dump exits at this point and has not exported part of the
database. Again this feels like a Bug with Postgres or pg_dump. Could you
please help to understand

Thank you appreciated for help
Anna


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15722: 9000x performance regression on query starting PostgreSQL 10 due to bad query plan
Next
From: Thomas Munro
Date:
Subject: Re: BUG #15720: `executor could not find named tuplestore ABC` inAFTER DELETE trigger referencing OLD TABLE as ABC