curlpp icon indicating copy to clipboard operation
curlpp copied to clipboard

error curlpp::LibcurlRuntimeError at memory location 0x0000000B962FE8B0

Open Yang09701194 opened this issue 4 years ago • 1 comments

I run following code and will get exception:

curlpp::LibcurlRuntimeError at memory location 0x0000000B962FE8B0.

Is it an inner excption of curlpp? Thanks.

Code:

std::stringstream response;
curlpp::Cleanup myCleanup;
curlpp::Easy myRequest;
myRequest.setOpt<Url>("https://docs.microsoft.com/fr-ca/cpp/?view=msvc-160");
//myRequest.setOpt(new curlpp::options::WriteStream(&response));
myRequest.perform();

Yang09701194 avatar Jul 01 '21 03:07 Yang09701194

possible related issue: https://github.com/curl/curl/issues/7332

Yang09701194 avatar Jul 01 '21 09:07 Yang09701194