This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165437

Summary: Standard output in Output window is not flushed after '\n'
Product: cnd Reporter: Alexander Pepin <apepin>
Component: executionAssignee: ilia
Status: NEW ---    
Severity: blocker CC: Sceliphron
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2009-05-18 18:34:40 UTC
Steps to reproduce:
- create Fractal sample
- set Output window as a console type
- run the project
Result: Application starts but a user is not informed about it as message "Calculating. Please wait...." does not appear
in the Output window. It appears only when the program finishes. To make the message appear I need to insert
"fflush(stdout);" after "printf("Calculating. Please wait....\n");"
Comment 1 ilia 2017-04-05 12:12:44 UTC
*** Bug 269406 has been marked as a duplicate of this bug. ***
Comment 2 ilia 2017-04-05 12:14:24 UTC
I can reproduce it with MSYS2
I can't reproduce it with Cygwin (works fine)