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.
I got a crashdump generated by drwtsn32 on site, which show that the application is blocked while invoking system API FreeLibrary. Here's the class stack: ChildEBP RetAddr Args to Child 06f0fc14 7c827d29 7c83d266 00000718 00000000 ntdll!KiFastSystemCallRet (FPO: [0,0,0]) 06f0fc18 7c83d266 00000718 00000000 00000000 ntdll!ZwWaitForSingleObject+0xc (FPO: [3,0,0]) 06f0fc54 7c83d2b1 00000718 00000004 [...] read more