How to troubleshoot Application Popup issues 0XC0000142 and 0XC000009a
Posted
by
DotDot
on Server Fault
See other posts from Server Fault
or by DotDot
Published on 2010-12-22T04:49:58Z
Indexed on
2010/12/22
4:55 UTC
Read the original article
Hit count: 198
windows-server-2008-r2
|event-log
I am running randomly into 1 of these popups when our application runs. The machines range from 8GB/8Core to 24GB/24Core and run Windows Server 2008 R2. The application is a bunch of perl scripts and exe's that are expected to utilitize the server well. The process tree can be quite deep (5-6 child levels) and quite broad (60-70 level 1 processes).
We hit this issues every 1% run on random machines. The application stalls on popup, unless someone clicks the damn button.
The event log reads as cmd.exe -> "Failed to initialize app. Click OK to close app"
How could I reliably repro these issues?
© Server Fault or respective owner