使用同一个curl可以吗?在使用同一个curl*时出现crash,逻辑如下:init: _curl = curl_easy_init(); if (!_curl) return SER_CURL_INIT_FAIL; curl_easy_setopt(_curl, CURLOPT_NOSIGNAL, 1L); curl_easy_setopt(_curl, CURLOPT_TIMEOUT, SEC_MGR_AGT_CURL_REQ_TIMEOUT); curl_easy_setopt(_curl, C...
I do not see a reason for this to crash, because i took (the steps to create a CURL execution) out of a tutorial. On StackOverflow they do the same things as me, and it works for them I am on Linux Manjaro, 64-Bit with 16 GB RAM ...