-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate ManagedToUnmanagedTransition and UnmanagedToManagedTransition calls in profiler #69717
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @tommcdon Issue Details.NET 6.0. x64, Windows 21H2 x64 19044.1706 My question is about duplicate manaded-unmanaged transitions in profiler.
Here two callstacks for duplicated transitions: №1:
№2
The real difference between two sequential callstacks here:
|
.NET 6.0. x64, Windows 21H2 x64 19044.1706
My question is about duplicate manaded-unmanaged transitions in profiler.
Interop+User32+WNDPROC.Invoke()
andInterop+User32+WndProc.Invoke()
methods always reported twice:Here two callstacks for duplicated transitions:
№1:
№2
The real difference between two sequential callstacks here:
coreclr!StubHelpers::ProfilerEndTransitionCallback
andcoreclr!JIT_ReversePInvokeExitTrackTransitions
.The text was updated successfully, but these errors were encountered: