https://bugzilla.novell.com/show_bug.cgi?id=470645 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=470645#c9 --- Comment #9 from Ladislav Slezak <lslezak@novell.com> 2009-02-04 08:17:29 MST --- I have added debugging info to the tty_wrapper and it prints the total number of received bytes on stdout. The interesting thing is that this number is also lost when the stdout is missing: 429 St úno 4 16:03:40 CET 2009 Read 29 430 431 St úno 4 16:03:40 CET 2009 Read 29 Here, 430th run doesn't print the output and the total size is also missing. When the counter is printed on stderr it is printed correctly even when the stdoutput is missing: 75 St úno 4 16:13:54 CET 2009 Stderr: Read 29 76 Stderr: Read 29 77 St úno 4 16:13:54 CET 2009 Stderr: Read 29 (BTW calling std::cout.flush() at the end doesn't help.) It's probably something more serious in the system related to stdout handling... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.