| Author |
Message |
ben555
Joined: 15 Mar 2012 Posts: 1 Location: United Kingdom
|
Posted: Thu Mar 15, 2012 9:15 pm Post subject: ANTS 7 crashes IIS |
|
|
The profiler crashes IIS before any pages show up, then the app just hangs.
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: RedGate.Profiler.Core.dll, version: 7.0.1.16, time stamp: 0x4f4e59fd
Exception code: 0xc0000005
Fault offset: 0x000000000003a3de
Faulting process id: 0x34c
Faulting application start time: 0x01cd02e6c01be3fd
Faulting application path: D:\Windows\system32\inetsrv\w3wp.exe
Faulting module path: D:\Program Files\Red Gate\ANTS Performance Profiler 7\X64\RedGate.Profiler.Core.dll
Report Id: 350ddadd-6eda-11e1-a6de-00155d3a594e |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 453
|
Posted: Mon Mar 19, 2012 1:27 pm Post subject: |
|
|
We'd probably need to see a mini-dump to understand why it crashed. There are a few ways to do this but we have an effective way with minimal configuration needed:
You can download a small debugger from us if you don't have Windows debugging tools:
ftp://support.red-gate.com/utilities/AutoDumper.zip
Extract all files to a directory,
Run
Cscript adplus.vbs -crash -pn <name of process>
(Or you could try
Cscript adplus.vbs -hang -pn <name of process>)
If more than one process exists by the same name, you can use -P <pid> instead of -pn (work out which process number to debug using Windows Task Manager)
This then dumps files to disk on a crash or hang trigger. If the files are very large, I can set up an FTP account so you can upload it to us.
Or you can often see the exception by loading the dump file in windbg.exe and running "!anaylyze - v") |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group