Re: Sometimes the output to the stdout in Windows disappears - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Sometimes the output to the stdout in Windows disappears
Date
Msg-id 855416.1600022228@sss.pgh.pa.us
Whole thread Raw
In response to Re: Sometimes the output to the stdout in Windows disappears  (Victor Spirin <v.spirin@postgrespro.ru>)
Responses Re: Sometimes the output to the stdout in Windows disappears  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-hackers
I happened to try googling for other similar reports, and I found
a very interesting recent thread here:

https://github.com/nodejs/node/issues/33166

It might not have the same underlying cause, of course, but it sure
sounds familiar.  If Node.js are really seeing the same effect,
that would point to an underlying Windows bug rather than anything
Postgres is doing wrong.

It doesn't look like the Node.js crew got any closer to
understanding the issue than we have, unfortunately.  They made
their problem mostly go away by reverting a seemingly-unrelated
patch.  But I can't help thinking that it's a timing-related bug,
and that patch was just unlucky enough to change the timing of
their tests so that they saw the failure frequently.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: WIP: BRIN multi-range indexes
Next
From: "David G. Johnston"
Date:
Subject: Re: Probable documentation errors or improvements