folly icon indicating copy to clipboard operation
folly copied to clipboard

EventBaseAtomicNotificationQueue - Check Failed

Open SteveSelva opened this issue 1 year ago • 0 comments

I am using Proxygen library, while using it I encountered an error.

At first, I was using it without any optimizations in Microsoft Visual Studio and it was working fine. But when I enabled Whole Program Optimization with LTCG, it started to throw an fatal error from EventBaseAtomicNotificationQueue-inl.h Line No:245, the error message is "Check failed: result == -1 && (errno == EAGAIN || errno == EWOULDBLOCK) || errno == WSAECONNRESET result = -1; errno = 0".

What does this error denotes and how to fix it?

SteveSelva avatar Feb 14 '24 11:02 SteveSelva