Displaying 1 result from an estimated 1 matches for "status_invalid_network_response".
2009 Oct 22
2
Reliability issues when using Windows 7
...However,
occasionally the schedules compiles stop with a Windows network error
message, such as:
.
.
.
[ 16%] Generating ui/moc_versiondialog.cxx
[ 16%] NMAKE : fatal error U1077:
'R:\usr\20091022\121890\release\win\bin\cmake.exe' : return code
'0xc00000c3'
Stop.
This error code (STATUS_INVALID_NETWORK_RESPONSE) tells me that
something appears to be wrong with the communication of the Windows 7
machine from/to the Samba server.
Interestingly, this error only occurs if multiple compile jobs are being
executed on a single machine. If only one compile job is allowed,
everything works just fine. However, us...