Activity overview
Latest activity by stevehurcombe
Hi Brian,
Scratch that. VS 2010 started working I just ran it again...doh!
S.
Brian Donahue wrote:
Yes, but need to reproduce in-house. This softeware is totally unfriendly to production debugging. Obviously ANTS Profiler is causing your program to crash, that's problem number one. Then there is a deadlock bug on summaraizing - that's problem number two.
So I need to have this happen on my computer. What special thing is ProfilerCore.dll doing that hoses your application in the first place? Is there anything in the event log?
/ comments
Hi Brian,
Scratch that. VS 2010 started working I just ran it again...doh!
S.
Brian Donahue wrote:
Yes, but need to reproduce in-house. This softeware is totally unfriendly to production debugging...
It seems that the VS 2010 profiler won't work either.
This page suggests that there is a location element missing (I'm getting an identical error): http://netindonesia.net/blogs/jimmy/arc ... t-not.aspx
Could that be tripping up ANTS too?
S.
Brian Donahue wrote:
Yes, but need to reproduce in-house. This softeware is totally unfriendly to production debugging. Obviously ANTS Profiler is causing your program to crash, that's problem number one. Then there is a deadlock bug on summaraizing - that's problem number two.
So I need to have this happen on my computer. What special thing is ProfilerCore.dll doing that hoses your application in the first place? Is there anything in the event log?
/ comments
It seems that the VS 2010 profiler won't work either.
This page suggests that there is a location element missing (I'm getting an identical error):http://netindonesia.net/blogs/jimmy/arc ... t-not....
These are the steps:
1. Start a profile session.
2. The browser loads but displays a 404 message.
3. ANTS spins 'Summarizing results'.
4. If I refresh the browser page then the API call works and a new W3P process is NOT created.
There are no messages in the event log other than 'Message logging has been turned on'.
The W3P process that reported the message is still active and hasn't crashed. If my code had really died I would have expected that process to die as well??
If I attach to the process directly then all is well. I can also profile an ASP.Net 3.5 (2.0) application just fine on the same machine.
The only unusual factor that I can think of is that this is a WCF 4.0 application. There's nothing complicated about the application itself.
I wonder if the profile is starting too quickly? After IIS is listening but before WCF has started.
Is there any additional logging I can enable?
Best regards
Steve
Brian Donahue wrote:
Yes, but need to reproduce in-house. This softeware is totally unfriendly to production debugging. Obviously ANTS Profiler is causinf you rprogram to crash, that's problem number one. Then it was a deadlock bug on summaraizing - that's problem number two.
So I need to have this happen on my computer. What special thing is ProfilerCore.dll doing that hoses your application in the first place? Is there anything in the event log?
/ comments
These are the steps:
1. Start a profile session.
2. The browser loads but displays a 404 message.
3. ANTS spins 'Summarizing results'.
4. If I refresh the browser page then the API call works and a...
Hi Brian,
Completely understand, obviously I can reproduce it here - happy to have a remote desktop session if that helps. It happens 100%.
Cheers
Steve
Brian Donahue wrote:
Looks like we're in another one of those "unless you can reproduce it we won't try to fix it" arguments.
At one point, I could get this to happen sometimes by killing the process being profiled in Task Manager. But I can't get it to happen reliably enough. Any pointers as to how I can hang Profiler on summarizing results are most welcome.
/ comments
Hi Brian,
Completely understand, obviously I can reproduce it here - happy to have a remote desktop session if that helps. It happens 100%.
Cheers
Steve
Brian Donahue wrote:
Looks like we're in an...
Hi Brian,
I'm getting the same symptoms as this with a WCF 4 application in IIS.
I can attach to the process OK and run a profile, but it's not a line level analysis.
Do you have an update?
Many thanks
Steve
Brian Donahue wrote:
Thanks for posting in the Performance Profiler forum. I think there are two issues at work. One is that IE doesn't give us a predictable process ID for the instance of iexplore.exe running the Silverlight. The only way to make it work reliably is to kill all instances of IE from Task Manager (some may not even be "visible").
The second problem is a bug that when there are no results or an error occurs sending results, the green thing spins around forever ( PP-1144 ). We're working to get this fixed.
/ comments
Hi Brian,
I'm getting the same symptoms as this with a WCF 4 application in IIS.
I can attach to the process OK and run a profile, but it's not a line level analysis.
Do you have an update?
Many th...
Capturing a remote profile session
Hi,
We have an application that is not performing well on a site hosted in a computing cloud (Mosso).
I notice that the ANTS API can be used to control a capture - any chance of getting a new featu...
Laying out SQL from code
Hi,
A common task for me is to take an SQL query from code (which is always on one line) and format it.
Then when the query is OK it's converted back to a single line to be pasted back into the cod...
Object Properties - SQL Script - Missing vertical scroll bar
Subject say's it all really - there is no vertical scroll bar when the SQL Script is displayed.
As an additional feature could this be one of the docked panels?
I find this is a very useful feature...