This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Sorry about the clumsy title; I couldn't find a bit way of expressing what I'm trying to do. I am getting an input from the user of multiple 32-bit integers. For example, the user may enter the following values (showing in hex for ease of explanation): 0x00001234 0x00005678 0x0000abcd In [...] read more
In the critical section of a multithreaded thread, it is not locked, but it is blocking. It occurs frequently in 2 ~ 3 times in 10 and it is only occurred in debug build so far. I have tested about 40,000 times in release build, but it is not reported [...] read more