Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdout buffering #12

Open
rennergade opened this issue Oct 10, 2019 · 2 comments
Open

stdout buffering #12

rennergade opened this issue Oct 10, 2019 · 2 comments

Comments

@rennergade
Copy link
Contributor

In NaCl, STDOUT isn't flushing automatically when it encounters a newline which seems to be the POSIX standard. It would be nice to no where the NaCl handles that and to fix it.

@rennergade
Copy link
Contributor Author

I think its probably worth finally trying to resolve this one, I've been putting it out because it takes a decent amount of investigation and hasn't ever been a blocking issue. It would be nice to not have to use fflush() calls though to make sure things are synchronized.

@rennergade
Copy link
Contributor Author

@kuzeyardabulut this might be good for you to investigate. I think it probably entails delving into libc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants