cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Using curl_easy_perform from a DLL blocks control

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 22 Dec 2010 15:21:54 +0100 (CET)

On Wed, 22 Dec 2010, tarang rathor wrote:

> It reaches till :
> *curl_multi_perform(multi_handle, &still_running);*
> At this point the VS debugger points to this call with green arrow, saying
> that it is waiting for the call to return back the control. In the verbose
> logs I see only the 1st line
> *"== CURL VERBOSE DATA: 0x3a3fa8 is at send pipe head!".*
> Let me know if you need more info in looking up this issue.

Let me make it clear that I'm not looking up this issue. I'm trying to offer
you clues and ideas so that YOU can look up this issue.

I don't have a Windows box and I don't have this problem.

If that is the only VERBOSE output you get, then something is terribly bad. Do
you call curl_global_init to do the windows socket init stuff or do you do
that yourself?

Does it always stop at this point? I think it would be useful if you
single-stepped further with a debugger to figure out what happens next...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-12-22