My character resolution on the x64 NGEN.NET 4.0 assembly does not work.
More details:
I have a .NET 4.0 command line assembly that I am compiling using Visual Studio with x64 configuration. After compiling, I run NGEN (64-bit) on it.
I could not use XPERF to parse calls (with the -stackwalk profile) that would not allow my characters. Now I'm trying to use Perfmonitor: http://bcl.codeplex.com/releases/view/42784
I took these steps and expected the call stacks to be resolved:
- Launch the x64 application for NGEN.
- Perfmonitor collect
- Perfmonitor Association
- Perfmonitor Analysis
... Unfortunately, stack traces also do not work in PerfMonitor.
I also tried to run the application as 32-bit - the same thing. My characters look great with symchk / v
I am at a loss on how to debug this functionality with broken stacks.
source share