Re: [Interest] Behavior of write() to stdErr in Qt Creator

2023-04-29 Thread Bernhard Lindner
Ok, I see. That is plausible. I will create an issue. Thanks for your support. On Fr, 2023-04-28 at 16:21 -0700, Thiago Macieira wrote: > On Friday, 28 April 2023 01:31:39 PDT Bernhard Lindner wrote: > > Please note that lines are not interleaved. Still a line feed is added after > > each write()

Re: [Interest] Behavior of write() to stdErr in Qt Creator

2023-04-28 Thread Thiago Macieira
On Friday, 28 April 2023 01:31:39 PDT Bernhard Lindner wrote: > Please note that lines are not interleaved. Still a line feed is added after > each write() call when executing the code snippet from a sub thread. > > The effect is completely reproducible when starting the debug build from Qt > Crea