Sadly I can't use GDB (or strace) directly, since it's just a small
embedded system.
However, i got a core dump which I fed to my local gdb.
Sadly I couldn't get a backtrace, but just an error telling me that the
stack was smashed.
The libcurl versions I tried are 7.19.6 and 7.19.5.
Daniel Stenberg schrieb:
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.