Application crashing on snapshot
Turntwo
Posts: 2
I trialed the mem profiler a few months ago, and it worked great (v5.1 I think). I just purchased the product (5.2 latest version), and now when I try to profile the same application, my application dies when I take a snapshot. The snapshot works with some of the views, but not the ones that I need to find problems with. The application is a WPF application built on .NET 3.5 SP1, running in Windows7.
Comments
Kind Regards
Jens Melgaard
The snapshot failed because .NET did not report every referenced object. This failure is most likely due to a bug in version 2 of the CLR that can be triggered when the garbage collector is operating in 'server mode' and the target application has many large objects.You can work around this bug by manually switching your application to the workstation garbage collector. See the MSDN documentation on the gcServer configuration option for information on how to acheive this.
Q
at P.g(Object , EventArgs )
at T.<>c__DisplayClass16.<backer_SnapshotCompleted>b__15()
at O.b()