asp.net - A process serving application pool '{0}' suffered a fatal communication error with the Windows Process Activation Service. How to get crash dump? -


i have live standalone server running windows server 2008 sp2 (64bit) , iis7. running asp.net website built against .net 3.5 in own application pool. randomly @ different times of day, above error. may occur once per day, or more. when occurs, occur 2 or 3 times in relatively quick succession.

looking @ processes , logs leading crash there appears no real pattern or specific scenario causing it.

from searches, recommendations appear to crash dump , analyse it, struggling one.

i have debug diagnostics 1.2 installed, , have tried various crash rule setups, not create userdump. have 'crash rule iis/com+ related processes' default advanced configuration.

can suggest why isn't creating crash dump when issue occurs? there way crash dump?

edit: have installed debugging tools according useful link , running adplus using command:

adplus -crash -pn w3wp.exe -o c:\adpluscrashdump 

hopefully crash dump when reoccurs . . .

edit 2: found recursive method call, caused stack overflow in rare circumstances. problem solved. found useful link however, see blog post.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -