-
-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Description
Unhandled exception 0xC0000005: Access violation reading location 0x00000920.
Stack trace:
[Inline Frame] pre_receive_plain(connectdata *) curl\lib\sendf.c(161)
[Inline Frame] Curl_send_plain(connectdata *) curl\lib\sendf.c(381)
Curl_write_plain(connectdata * conn, unsigned int sockfd, const void * mem, unsigned int len, int * written) curl\lib\sendf.c(438)
Curl_schannel_shutdown(connectdata * conn, int sockindex) curl\lib\vtls\schannel.c(2016)
Curl_ssl_shutdown(connectdata * conn, int sockindex) curl\lib\vtls\vtls.c(560)
Curl_disconnect(Curl_easy * data, connectdata * conn, bool dead_connection) curl\lib\url.c(804)
multi_done(Curl_easy * data, <unnamed-enum-CURLE_OK> status, bool premature) curl\lib\multi.c(620)
multi_runsingle(Curl_multi * multi, curltime now, Curl_easy * data) curl\lib\multi.c(2119)
curl_multi_perform(Curl_multi * multi, int * running_handles) curl\lib\multi.c(2223)
Source code at exception:
curl\lib\sendf.c(161):
psnd->allocated_size = 2 * conn->data->set.buffer_size;
num = 0
conn->data = 0x00000000
conn->handler->protocol = 2 CURLPROTO_HTTPS
conn->recv[0] = Curl_recv_plain
conn->sock[0] = 2680
conn->postponed[0].buffer = 0x00000000
conn->postponed[0].allocated_size = 0
conn->postponed[0].recv_size = 0
conn->postponed[0].recv_processed = 0
patrikjuvonen
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working