Windows error 0x003D0000, 3997696

Detailed Error Information

WS_S_ASYNC[1]

MessageThe function call is completing asynchronously.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode61 (0x03d)
NameFACILITY_WEBSERVICES[2][1]
DescriptionThe source of the error code is the Web Services.[2][1]
Error Code0 (0x0000)

Questions

6votes
2answers

Tomcat crash: There is insufficient memory for the Java Runtime Environment to continue

We are running a webapplication with low number of users, about 7, but with high load of showing images. Recently we upgraded to Java 6u43 and Tomcat 6.036 and after some usage (about a week) tomcat services crashes. After a restart it can run for a few days, or just [...] read more
java
tomcat
memory
native
1vote
0answers

How do I install MegaRAID Storage Manager properly?

OK, so installing it seems straightforward enough, but making it work afterwards is so awkward I must've done something wrong. It appears that this problem has nothing to do with ESXi or the RAID hardware, since the app doesn't even get that far, so I'm not sure which support category [...] read more
esxi
hardware-raid
0votes
0answers

critical section blocking (deadlock?)

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
multithreading
visual-c++
deadlock

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0