All right...This is my first post and it is a very short question. I'm getting a segmentation fault at this line:
std::ostringstream ostr;
All I'm doing is creating an ostringstream. Sometimes it makes it past this line and is fine but others I'll get a segfault here. I am using threads and I've looked around but haven't found much info about threads with ostringstream.
Any ideas about why it would segfault here? It doesn't seem to me that creating this would cause a segfault...