摘要:
早上有开发反应demo 程序编译加-O2 或-O3 会一直卡在那里。使用gdb 调试,定位到下面的代码片段上但还是在没法继续执行。源代码如下int HttpClientHandle::getResponsCode(){ while(!m_isPerform); long retcode = 0; CURLcode code = curl_easy_getinfo(m_curl, CURLINFO_RESPONSE_CODE , &retcode); if(code == CURLE_OK){ m_responseCode = retcode; }e... 阅读全文
posted @ 2013-02-22 13:28
今夕何夕的何夕
阅读(1389)
评论(0)
推荐(0)

浙公网安备 33010602011771号