C++ cout crashes during concurrent usage with boost’s threads under embedded Linux
Last week I was testing my C++ concurrent priority queue for HTTP requests with std::cout printing on the console output for possible race conditions. I was running my unit tests for some potential problems, when I found out that there was a crash of a unit test under embedded Linux. The same code was tested …
C++ cout crashes during concurrent usage with boost’s threads under embedded Linux Read More »