netman.dll opening up a message box on Windows Server 2003 and causing the w3wp.exe process to hang in the garbage collector
been having trouble our w3wp.exe process hanging forever because of application popup caused visual studio c++ 2005 redistributable...
here's warning
"application popup: microsoft visual c++ runtime library : runtime error!"
able track down looking @ stack dump of w3wp.exe process... 1 thread triggers gc gc blocked running because of popup , stops running...
if kb windbg on blocking thread popup.. this
ntdll!kifastsystemcallret
ntdll!zwraiseharderror+0xc
user32!servicemessagebox+0x145
user32!messageboxworker+0x13e
user32!messageboxtimeoutw+0x7a
user32!messageboxtimeouta+0x9c
user32!messageboxexa+0x1b
user32!messageboxa+0x45
netman!__crtmessageboxa+0xf6
netman!_nmsg_write+0x127
netman!abort+0x7
kernel32!unhandledexceptionfilter+0x12a
using process explorer noticed netman.dll loaded
inetinfo.exe
vmtoolsd.exe
svchost.exe
i'm still not quite sure netman.dll is..... searched around bit can't find concrete... seems used tracing or age of empires 3 don't see tracing that's enabled , i'm pretty positive server doesn't have aoe3 on :-) curious if knows why netman generate message box , if there's way suppress netman.
alright think found few threads can try out
https://support.microsoft.com/en-us/kb/124873
this problem
https://blogs.msdn.microsoft.com/pfedev/2010/08/25/whodunit-who-threw-the-message-box-and-why/
http://stackoverflow.com/questions/13279350/how-do-i-disable-the-visual-c-runtime-error-in-a-web-server
Windows Server > Management
Comments
Post a Comment