curl-library
Re: Errors/crashes with FTP using multi interface?
From: Sam Deane <sam_at_elegantchaos.com>
Date: Thu, 28 Mar 2013 17:43:40 +0000
Received on 2013-03-28
Date: Thu, 28 Mar 2013 17:43:40 +0000
… and another follow-up.
I've eliminated GCD dispatch sources as a culprit I think, by writing an alternative version of the test which uses curl_multi_wait/curl_multi_perform, instead of curl_multi_socket_action plus callbacks.
This one also exhibits the same crash:
sam deane / @samdeane | elegantchaos.com / @elegantchaoscom | mac and ios software development
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: multi-gcd-crashtest-wait.c