|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1560773 ] Crash in curl_multi_perform on upload to 'file' errors
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 20 Sep 2006 04:30:19 -0700
Bugs item #1560773, was opened at 2006-09-18 16:25
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
This happens with the next setup:
Libcurl crashes during 'multi' upload on Windows2000
Simplified code abstract is below (it works when file
Regards,
#include <stdio.h>
const char* theData = "this is a test\n";
int fRead(void *dataPtr, unsigned items, unsigned
int main()
curl_global_init(CURL_GLOBAL_ALL );
easyHandle = curl_easy_init();
multiHandle = curl_multi_init();
while(curlCode = curl_multi_perform(
printf("I can not get here\n");
return 0;
int fRead(void *dataPtr, unsigned items, unsigned
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
This has the same code error as your FTP bug report.
I can't repeat this crash using CVS HEAD on a Linux host,
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info