Changes between Initial Version and Version 1 of Ticket #19, comment 51


Ignore:
Timestamp:
Jul 15, 2014, 9:52:20 PM (10 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19, comment 51

    initial v1  
    1111`шнГA` is this sequence of bytes: {E8 AD 83 41} which is definitely not the line length. Perhaps the XCPT_PROCESS_TERMINATE  crash I sometimes see is caused by a different example of garbage. This garbage is a clear evidence of the fact that the received packet gets corrupted somewhere. The pipeline it goes through looks as follows:
    1212
    13 TCP/IP stack -> OpenSLL's recv -> CURL read -> Git
     13TCP/IP stack -> OpenSSL's recv -> CURL read -> Git
    1414
    1515I did many checks of Git and CURL and still didn't find the failure which indirectly suggests that it's either OpenSSL or TCP/IP.