On Mon, 17 Aug 2009, Adrian Batzill wrote:
For testing, I created this: CURL* handle = curl_easy_init(); curl_easy_setopt(handle, CURLOPT_URL, "[random URL]"); int success = curl_easy_perform(handle);which seemed to be the most simple program to me. And even this results in a crash.
What libcurl version is this? Tried gdb to figure it out? Even strace could help you get a first clue. -- / daniel.haxx.se
