1 Sep 2005 04:57
Re: curl giving unhandled exception [was Re: unresolved symbol in 7.14.0]
JB <curl <at> itpsg.com>
2005-09-01 02:57:35 GMT
2005-09-01 02:57:35 GMT
> On Wed, 31 Aug 2005, JB wrote: > > > tried with curl_global_init both uncommented and commented as it isn't clear > > from the docs if curl_easy_init calls it for you > > In the man page for curl_global_init it says: > > If this function hasn't been invoked when curl_easy_init(3) is called, it > will be done automatically by libcurl. > > In my eyes this is pretty clear, but please let me know how I can rephrase > this to be clearer! > Fair enough, my apologies...I had read the tutorial, and some other misc howtos. I had not read the man page for that function. I will be more thorough next time. > > When I run the above, I get an unhandled exception after attempting to free > > mem on the heap. The call stack looks like: > > msvcr71d.dll!_CrtIsValidHeapPointer(const void * pUserData=0x015d4d40) > > Line 1807 C > > msvcr71d.dll!_free_dbg_lk(void * pUserData=0x015d4d40, int nBlockUse=1) > > Line 1132 + 0x9 C > > msvcr71d.dll!_free_dbg(void * pUserData=0x015d4d40, int nBlockUse=1) Line > > 1070 + 0xd C(Continue reading)
RSS Feed