Activity overview
Latest activity by JudahGabriel
Tom, I've updated this post which links to a working repro case. (Direct repro case download is here) That previous repro case didn't repro because I forgot to include the .pdb for the problematic dll! :-) / comments
Tom, I've updated this post which links to a working repro case. (Direct repro case download is here) That previous repro case didn't repro because I forgot to include the .pdb for the problematic ...
Never mind that previous post, here's a link to a repro case that shows it: Bad Class Token.zip.
When running the above project under the ants profiler, click the big button, and the error will be thrown. / comments
Never mind that previous post, here's a link to a repro case that shows it: Bad Class Token.zip.
When running the above project under the ants profiler, click the big button, and the error will be ...
Guys, I've got a reproducible test case for you. See the end of this post for more info and for the repro case download.
p.s. this bug is still occurring in 2.7.1 -- this has been plaguing us for months, so I'd love to have it fixed! Thanks. / comments
Guys, I've got a reproducible test case for you. See the end of this post for more info and for the repro case download.
p.s. this bug is still occurring in 2.7.1 -- this has been plaguing us for m...
Great news guys, I spent some time to get a way to reproduce this "bad class token"/BadImageFormatException bug. The project is a simple little C# WinForms app that reproduces the problem. Run the app by itself, it works fine. Run the app under the performance profiler and Red Gate Profiler crashes.
Here's the repro test case: Bad Class Token repro test case.zip
p.s. Tom, I'll take you up on that free Ants Profiler offer. :-) / comments
Great news guys, I spent some time to get a way to reproduce this "bad class token"/BadImageFormatException bug. The project is a simple little C# WinForms app that reproduces the problem. Run the ...
Update: after further profiling, it seems this bug is still occurring in v2.7.
I've looked into where the BadImageFormatException is getting thrown, and I've found it's being thrown in the same place: in a call to the ConvertToArray method.
If I delete the pdb files for my application prior to profiling, it works. Of course, no methods are then instrumented, so that's hardly a work-around.
Since I cannot, at this time, send you the application causing the problem, and since I can't seem to get a reproducible test case going, is there some way you guys could give me a special build with some verbose logging to help track down the problem? I'd really like to solve this one. It'd be in the best interest of both myself and Red Gate to have this problem solved. / comments
Update: after further profiling, it seems this bug is still occurring in v2.7.
I've looked into where the BadImageFormatException is getting thrown, and I've found it's being thrown in the same pla...
Hi Brian
For some reason, now when I start the profiler (memory or perf.) ANTS hangs for a few seconds, then dies.
I narrowed that problem down to my running ANTS unders a Windows XP Limited User Account. If I run ANTS under an admin account, I get different behavior: the app being profiled instantly dies.
Do you want me to enable logs and resend the logs while running under an admin account? / comments
Hi Brian
For some reason, now when I start the profiler (memory or perf.) ANTS hangs for a few seconds, then dies.
I narrowed that problem down to my running ANTS unders a Windows XP Limited User A...
Ok Tom, the log files have been emailed to support. / comments
Ok Tom, the log files have been emailed to support.
TypeInitializationException during perf. profile, v2.7
Hi guys
I've upgraded to Ants Profiler 2.7, and now when I try to profile our .NET 2.0 desktop app, the process crashes with the following error:
System.TypeInitializationException was unhandled
Me...
Hi guys
Version 2.7 fixes this problem. Thanks! / comments
Hi guys
Version 2.7 fixes this problem. Thanks!
viper, this same error happened to us as well, see http://red-gate.com/messageboard/viewtopic.php?t=2525
For us, it always is happening when we copy a generic list to an array, so I'm wondering if that's the same for you, or if it's 2 seperate issues in the profiler. / comments
viper, this same error happened to us as well, see http://red-gate.com/messageboard/viewtopic.php?t=2525
For us, it always is happening when we copy a generic list to an array, so I'm wondering if ...