cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Help needed: can't deploy libcurl dependent program on non-developer osX machines

From: shachar carmi <shachar.carmi_at_gmail.com>
Date: Tue, 20 Sep 2011 19:24:43 +0300

ok...
i guess i owe everyone on this thread a beer...
the problem was that the pointer to the function that contains the curl
calls was pointing at some random address in ram.
(which made it seem it crashes on the call to curl)
why did that happen on non-dev machines only? because the ram allocated for
the struct that contains this pointer is given clean on a dev machine (hence
that pointer was NULL) and random an a non dev.

at least we know curl performed flawlessly...
thanks for the help!
sorry for the false trouble...
:-)

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-09-20