our server have Intermittent network module problems Dump point : WSARecv Any help would be greatly appreciated. Maybe using some compiler directive can help? We build the executable in VS2017 in Release/x64 Dump Call Stack : ntdll.dll!RtlpLowFragHeapAllocFromContext() ntdll.dll!RtlpAllocateHeapInternal() ws2_32.dll!WPUModifyIFSHandle() ws2_32.dll!DCATALOG::FindIFSProviderForSocket(unsigned __int64) ws2_32.dll!DSOCKET::FindIFSSocket(unsigned __int64) ws2_32.dll!WSARecv() VS says that (simple)command line is: /Yu"PCH_server.h" /MP /GS /GL /W4 ..
Category : alloc
I wrote a c++ program but I am getting an error. I am not understanding the reason why I am getting the error. Please help me with how to fix this. This is my code : #include <bits/stdc++.h> #define endl "n" #define int long long using namespace std; void solve() { int n, x; cin ..
Recent Comments