std::string crash on ros::init
On windows 8 I started my sample listener package. When I switch to Release mode It is OK, but when it is on Debug mode the std::string value is crash. Google tell me the kind of std::string usage is not good. What can i do?..
You can for one include more information in your question, like the full compilation output including the error message and the code your are compiling.