Re: [Firebird-devel] gbak output not flushing?

2022-05-18 Thread Stefan Heymann
> fixed > https://github.com/FirebirdSQL/firebird/issues/7184 Wow, that was quick. That problem has been around since at least 3.0.0. Regards Stefan Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] gbak output not flushing?

2022-05-18 Thread Alex Peshkoff via Firebird-devel
On 5/17/22 10:41, Fabiano Bonin wrote: Firebird version 3.0.9 64bits on Debian When I use gbak with "nohup" in Debian, it seems gbak's output to nohup.out is written in chunks, nohup gbak -b -v -g database database.fbk & It shows, for instance: gbak:52 records written gbak:53 re An

Re: [Firebird-devel] gbak output not flushing?

2022-05-17 Thread Stefan Heymann
Fabiano, > I never had a problem with this behavior, since it was just a matter of > waiting for the end of the process, [...] The end of the process is not the end of output, which is buffered. You should probably continue to read from STDOUT or STDERR after the process has finished. Best Re

[Firebird-devel] gbak output not flushing?

2022-05-17 Thread Fabiano Bonin
Firebird version 3.0.9 64bits on Debian When I use gbak with "nohup" in Debian, it seems gbak's output to nohup.out is written in chunks, nohup gbak -b -v -g database database.fbk & It shows, for instance: gbak:52 records written gbak:53 re And after many seconds or minutes, it writes