cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Cross compiled libcurl (ARM) crashs on curl_easy_perform()

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 17 Aug 2009 10:01:46 +0200 (CEST)

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
Received on 2009-08-17