"Application has encountered an error and needs to close"
Uwe Keim
Posts: 48 Bronze 3
Just updated to version 4.1
After stopping profiling and browsing for approx. 10 Minutes through the results, the application crashes.
(Windows Vista, ran as Admin as suggested by the startup popup message).
Question: Any hints?
After stopping profiling and browsing for approx. 10 Minutes through the results, the application crashes.
(Windows Vista, ran as Admin as suggested by the startup popup message).
Question: Any hints?
Comments
C:\Documents and Settings\Uwe.Keim\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 4
This should enable us to diagnose this error. Please email it to supportATredDASHgateDOTcom. Also, please reference this forum post in your email, so the log file will definitely get to me.
Red Gate Software
Under Windows Vista I found them at
C:\Users\ukeim\AppData\Local\Red Gate\ANTS Performance Profiler 4
Thanks
Uwe
You're getting OutOfMemoryExceptions (OOMs) in the profiler UI. This may be caused either by your application being very complex, or by a memory leak in the ANTS Profiler UI.
Just one more question: what is the rough memory usage of ANTS Profiler during your profiling? When you stop profiling and retrieve results, what is the total memory usage of ANTS Profiler?
In order to prevent future OOMs, I can make the following suggestions for settings in Tools -> Options:
- Turn on 'Avoid profiling trivial functions' (you already do this)
- Turn on 'Simplify Complex Stacks' (you already do this)
- Turn on 'Enable Inlining' (currently, you have this turned off)
Also, profiling in lower detail modes (e.g. method-level timings only) uses less memory.
Red Gate Software
Regards
Uwe
Red Gate Software