Tero Saarni

Results 119 comments of Tero Saarni

please read the project description in [README.md](/tsaarni/android-native-egl-example/blob/master/README.md)

Sorry, I'm not able to reproduce it. I don't have access to Yocto though, but I tried on Raspbian, by modifying your example with `rdbuf()` ```bash $ cat main.cpp #include...

I must admit I don't have a clue what could be wrong. Since you have the development environment there already existing, maybe you can try couple of random things: Maybe...

Thanks for troubleshooting, and sorry that I could not help. One more random idea: Does it make any difference if you change `std::ios_base::in` to `std::ios_base::in | std::ios_base::out | std::ios_base::binary` on...

And one more test: ```c++ subprocess::popen cmd("ls", {}); cmd.wait(); std::cout

Could it be somehow distantly related to this https://stackoverflow.com/questions/35261389/stringstream-rdbuf-causing-cout-to-fail, that is: *"std::cout is unable to read any characters ... sets failbit on std::cout, and until this state is cleared any...

Yes, makes sense to me. Maybe the option between wait and kill should be provided anyways even if kill would be default. Killing brings up yet another question: should it...

I have not had time to work with this, sorry for trouble.

@MLutt I was not able to reproduce the problem previously, but for future reference, if you can list information on your environment it might be helpful (e.g. linux distribution, gcc/glibc...

Linux Mint 19.3 seems to be based on Ubuntu 18.04. I'm able to run following ```bash $ docker run --rm -it ubuntu:18.04 root@ebba422a9ccd:/# apt-get update root@ebba422a9ccd:/# apt-get install build-essential wget...