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 - Standard output in Output window is not flushed after '\n'
Summary: Standard output in Output window is not flushed after '\n'
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: ilia
URL:
Keywords:
: 269406 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-18 18:34 UTC by Alexander Pepin
Modified: 2017-04-05 12:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)