Skip to content
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

[NETSDKE2E]Native symbols cannot be resolved with PerfView tool. #97137

Closed
vdanche opened this issue Jan 18, 2024 · 9 comments
Closed

[NETSDKE2E]Native symbols cannot be resolved with PerfView tool. #97137

vdanche opened this issue Jan 18, 2024 · 9 comments

Comments

@vdanche
Copy link
Member

vdanche commented Jan 18, 2024

Description

Native symbols cannot be resolved with PerfView tool.

Reproduction Steps

Build:
17.9.0 Preview 4.0 [34517.149.d17.9] 34517.149 S

Prerequisites

  1. Goto Tools -> options -> Debugging
    Under General
    a. Uncheck 'Enable Just My Code'
    b. Check 'Suppress JIT optimization on module load (Managed only)'
    Under Symbols
    a. Check 'Microsoft Symbol Servers'

  2. Create a new ASP.NET Razor project by doing

    mkdir razor
    cd razor
    dotnet new razor

  3. When using VS, you can add this line of code on Program.cs file
    Console.WriteLine("x " + 3);
    image

4.Place a breakpoint on that line (F9).
5.Run the application until it hit that breakpoint (F5). It will load symbols from the Microsoft symbol server, and may take a few seconds to hit the breakpoint. Y
6.Step into the concatination method (F11). This tests CoreCLR symbols, AT THIS POINT IT SHOULD SHOW YOU THE SOURCE CODE FOR Concat().
7.Step out of Concat (Shift F11),Then step into the WriteLine method(F11), This tests CoreFX symbols AT THIS POINT IT SHOULD SHOW YOU THE SOURCE CODE FOR Console.WriteLine(), Step out of the WriteLine method(Shift F11)
8.Put breakpoint on this line -if (env.IsDevelopment())
9.F5 to continue debugging. The breakpoint you added above will get hit. and then press F11,This tests ASP.Net symbols. AT THIS POINT IT SHOULD SHOW YOU THE SOURCE CODE FOR HostingEnvironmentExtensions.IsDevelopment()
10.Step out of HostingEnvironmentExtensions.IsDevelopment (Shift F11)

Repro:

  1. Download PerfView from https://github.com/Microsoft/perfview/blob/master/documentation/Downloading.md (this only needs to be done once).

  2. Start data collection by running. It will ask for elevation (grant it) It should bring up a dialog box that shows that it is collecting data.

    PerfView /merge:false collect

  3. In the razor directory you built previously (in the above Prerequisites scenario) run the application by running

    dotnet bin\Debug\net8.0\razor.dll

It should give some text and the indicate that to stop it Press Control C. Go ahead and press Control C.

  1. Stop PerfView collection by hitting the ‘stop collection’ button in PerfView.

  2. It will have created a ‘PerfView.etl file that shows in the PerfVIew’s window. Double click on it to open

  3. Double click on the ‘CPU Stacks’ view this brings up a dialog box with every process running during the collection.

  4. Select the ‘dotnet’ executable that was running ‘razor.dll’ (The program args are there if needed). This brings up a viewer.

  5. The view will have nodes that look like <microsoft.aspnetcore.hosting!?>> that have ? in them (meaning it does not have symbols Select the <microsoft.aspnetcore.hosting!?>> and press Alt-S (lookup symbols). Do this for the following DLLs

    microsoft.aspnetcore.hosting
    system.private.corelib
    system.linq

Each time you hit ‘Alt-S’ it should resolve the symbols (it may seem like it disappeared because that one node turns into many (which get displayed in sorted order).
For each of these find one of the resolved nodes (you can use the ‘Find’ box at the top to search for it). Select the node (which should now have a complete method name in it) and type Alt-D (lookup definition).

Expected behavior

The symbols can be resolved after pressing "Alt+S"

Actual behavior

The symbols cannot be resolved after pressing "Alt+S", the node does not change
image

log for microsoft.aspnetcore.hosting(Alt+S):
***** See C:\Users\v-danche\AppData\Local\Temp\PerfView\PerfViewLogFile.6.txt for complete log. ******
odule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb db85f7ea-2ae1-1e89-16a5-cb4c885080c8 1 8.0.23.53112
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll
Could not find PDB file.
[Quick lookup of microsoft.aspnetcore.mvc.razorpages]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb GUID 5a3a1a23-345a-eba0-649b-d9ad4c1b815a Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb\5A3A1A23345AEBA0649BD9AD4C1B815A1\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb\5A3A1A23345AEBA0649BD9AD4C1B815A1\Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb in local cache GUID 5a3a1a23-345a-eba0-649b-d9ad4c1b815a Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb GUID 5a3a1a23-345a-eba0-649b-d9ad4c1b815a Age 1 Version 8.0.23.53112
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Mvc.RazorPages.ni.pdb 5a3a1a23-345a-eba0-649b-d9ad4c1b815a 1 8.0.23.53112
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.mvc.razorpages.dll
Could not find PDB file.
[Quick lookup of microsoft.aspnetcore.server.kestrel.transport.quic]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb GUID 8239f9a2-0b26-b79f-ec4d-5a0e4d6e70f9 Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb\8239F9A20B26B79FEC4D5A0E4D6E70F91\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb\8239F9A20B26B79FEC4D5A0E4D6E70F91\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb in local cache GUID 8239f9a2-0b26-b79f-ec4d-5a0e4d6e70f9 Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb GUID 8239f9a2-0b26-b79f-ec4d-5a0e4d6e70f9 Age 1 Version 8.0.23.53112
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.ni.pdb 8239f9a2-0b26-b79f-ec4d-5a0e4d6e70f9 1 8.0.23.53112
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.server.kestrel.transport.quic.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.dependencyinjection]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.DependencyInjection.ni.pdb GUID 6384ee44-7483-015a-dd46-0d21af74d96b Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.DependencyInjection.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.DependencyInjection.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.DependencyInjection.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.DependencyInjection.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.DependencyInjection.ni.pdb\6384EE447483015ADD460D21AF74D96B1\Microsoft.Extensions.DependencyInjection.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.DependencyInjection.ni.pdb\6384EE447483015ADD460D21AF74D96B1\Microsoft.Extensions.DependencyInjection.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.DependencyInjection.ni.pdb in local cache GUID 6384ee44-7483-015a-dd46-0d21af74d96b Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.DependencyInjection.ni.pdb GUID 6384ee44-7483-015a-dd46-0d21af74d96b Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.DependencyInjection.ni.pdb 6384ee44-7483-015a-dd46-0d21af74d96b 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.dependencyinjection.dll
Could not find PDB file.
[Quick lookup of hostpolicy]
[Loading symbols for c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll]
No PDB signature for c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll.
FindSymbolFilePath: *{ Locating PDB D:\a_work\1\s\artifacts\obj\win-x64.Release\corehost\hostpolicy\standalone\hostpolicy.pdb GUID bac49dc2-8a54-4fd2-83d3-8c855b29d418 Age 1 Version 8,0,23,53103 @Commit: 5535e31
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\symbols.pri\retail\dll\hostpolicy.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\symbols\retail\dll\hostpolicy.pdb does not exist
FindSymbolFilePath: Probed file location D:\a_work\1\s\artifacts\obj\win-x64.Release\corehost\hostpolicy\standalone\hostpolicy.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\hostpolicy.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\hostpolicy.pdb\BAC49DC28A544FD283D38C855B29D4181\hostpolicy.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB hostpolicy.pdb in local cache GUID bac49dc2-8a54-4fd2-83d3-8c855b29d418 Age 1 Version 8,0,23,53103 @Commit: 5535e31
FindSymbolFilePathForModule returns NULL for D:\a_work\1\s\artifacts\obj\win-x64.Release\corehost\hostpolicy\standalone\hostpolicy.pdb bac49dc2-8a54-4fd2-83d3-8c855b29d418 1 8,0,23,53103 @Commit: 5535e31
Attempting to convert c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll to a volume-based path.
WARNING: The log file does not contain exact PDB signature information for c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.netcore.app\8.0.0\hostpolicy.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.logging]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Logging.ni.pdb GUID 629dfde8-3a70-0ee8-9d15-1e5a8a916e8c Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.Logging.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.Logging.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.Logging.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.Logging.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Logging.ni.pdb\629DFDE83A700EE89D151E5A8A916E8C1\Microsoft.Extensions.Logging.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Logging.ni.pdb\629DFDE83A700EE89D151E5A8A916E8C1\Microsoft.Extensions.Logging.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.Logging.ni.pdb in local cache GUID 629dfde8-3a70-0ee8-9d15-1e5a8a916e8c Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Logging.ni.pdb GUID 629dfde8-3a70-0ee8-9d15-1e5a8a916e8c Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.Logging.ni.pdb 629dfde8-3a70-0ee8-9d15-1e5a8a916e8c 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.logging.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.options]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Options.ni.pdb GUID 9976a210-8d6a-bcc0-729f-6080a5ff965a Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.Options.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.Options.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.Options.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.Options.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Options.ni.pdb\9976A2108D6ABCC0729F6080A5FF965A1\Microsoft.Extensions.Options.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Options.ni.pdb\9976A2108D6ABCC0729F6080A5FF965A1\Microsoft.Extensions.Options.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.Options.ni.pdb in local cache GUID 9976a210-8d6a-bcc0-729f-6080a5ff965a Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Options.ni.pdb GUID 9976a210-8d6a-bcc0-729f-6080a5ff965a Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.Options.ni.pdb 9976a210-8d6a-bcc0-729f-6080a5ff965a 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.options.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.fileproviders.physical]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.FileProviders.Physical.ni.pdb GUID cf5e222f-9ebf-be49-82a5-885e12eea78e Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.FileProviders.Physical.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.FileProviders.Physical.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.FileProviders.Physical.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.FileProviders.Physical.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.FileProviders.Physical.ni.pdb\CF5E222F9EBFBE4982A5885E12EEA78E1\Microsoft.Extensions.FileProviders.Physical.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.FileProviders.Physical.ni.pdb\CF5E222F9EBFBE4982A5885E12EEA78E1\Microsoft.Extensions.FileProviders.Physical.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.FileProviders.Physical.ni.pdb in local cache GUID cf5e222f-9ebf-be49-82a5-885e12eea78e Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.FileProviders.Physical.ni.pdb GUID cf5e222f-9ebf-be49-82a5-885e12eea78e Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.FileProviders.Physical.ni.pdb cf5e222f-9ebf-be49-82a5-885e12eea78e 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.fileproviders.physical.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.hosting]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Hosting.ni.pdb GUID 2204dc79-ddeb-a3b0-459c-f1aec7333996 Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.Hosting.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Hosting.ni.pdb\2204DC79DDEBA3B0459CF1AEC73339961\Microsoft.Extensions.Hosting.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Hosting.ni.pdb\2204DC79DDEBA3B0459CF1AEC73339961\Microsoft.Extensions.Hosting.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.Hosting.ni.pdb in local cache GUID 2204dc79-ddeb-a3b0-459c-f1aec7333996 Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Hosting.ni.pdb GUID 2204dc79-ddeb-a3b0-459c-f1aec7333996 Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.Hosting.ni.pdb 2204dc79-ddeb-a3b0-459c-f1aec7333996 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.hosting.dll
Could not find PDB file.
[Quick lookup of microsoft.extensions.primitives]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Primitives.ni.pdb GUID 4624e2f9-8163-5453-0a8b-6072ffaa379a Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.Extensions.Primitives.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.Extensions.Primitives.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.Extensions.Primitives.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.Extensions.Primitives.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Primitives.ni.pdb\4624E2F9816354530A8B6072FFAA379A1\Microsoft.Extensions.Primitives.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.Extensions.Primitives.ni.pdb\4624E2F9816354530A8B6072FFAA379A1\Microsoft.Extensions.Primitives.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.Extensions.Primitives.ni.pdb in local cache GUID 4624e2f9-8163-5453-0a8b-6072ffaa379a Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.Extensions.Primitives.ni.pdb GUID 4624e2f9-8163-5453-0a8b-6072ffaa379a Age 1 Version 8.0.23.53103
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.Extensions.Primitives.ni.pdb 4624e2f9-8163-5453-0a8b-6072ffaa379a 1 8.0.23.53103
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.extensions.primitives.dll
Could not find PDB file.
Completed: Looking up high importance PDBs that are locally cached (Elapsed Time: 1.603 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.066 sec)
Opening Viewer.
Finished aggregating stacks. (3.5% Broken Stacks)
Started: Symbol Lookup


[Looking up symbols for microsoft.aspnetcore.hosting]
Symbol reader NT_SYMBOL_PATH= {
C:\Users\v-danche\Downloads;
;
SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://msdl.microsoft.com/download/symbols;
SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://nuget.smbsrc.net;
SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://referencesource.microsoft.com/symbols;
}
This can be set using the File -> Set Symbol Path dialog on the Stack Viewer.
Creating authentication handler for DeveloperIdentity, GitHubDeviceFlow, BasicHttpAuth.
Created SymbolReader with SymbolPath C:\Users\v-danche\Downloads;;SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://msdl.microsoft.com/download/symbols;SRV*C:\Users\v-danche\AppData\Local\Temp\SymbolCache*https://nuget.smbsrc.net;SRV*C:\Users\v-danche\AppData\Local\Temp\SymbolCache*https://referencesource.microsoft.com/symbols
Setting SymbolReaderOptions forces clearing Pdb lookup cache
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID db85f7ea-2ae1-1e89-16a5-cb4c885080c8 Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols.pri\retail\dll\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\symbols\retail\dll\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd

FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://nuget.smbsrc.net.
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://nuget.smbsrc.net.
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://nuget.smbsrc.net.
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://nuget.smbsrc.net.
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://nuget.smbsrc.net/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://referencesource.microsoft.com/symbols.
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://referencesource.microsoft.com/symbols.
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C81/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://referencesource.microsoft.com/symbols.
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://referencesource.microsoft.com/symbols.
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://referencesource.microsoft.com/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/DB85F7EA2AE11E8916A5CB4C885080C8FFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID db85f7ea-2ae1-1e89-16a5-cb4c885080c8 Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID db85f7ea-2ae1-1e89-16a5-cb4c885080c8 Age 1 Version 8.0.23.53112
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find PDB for NGEN image, Trying to generate it.
Could not find CLR directory for NGEN image c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll, Trying .NET Core
Checking for CoreCLR case, looking for CrossGen at c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\crossGen.exe
Could not find crossgen, giving up
Could not find Crossgen.exe to generate PDBs, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb db85f7ea-2ae1-1e89-16a5-cb4c885080c8 1 8.0.23.53112
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.0\microsoft.aspnetcore.hosting.dll
Could not find PDB file.
Finished Lookup up symbols for microsoft.aspnetcore.hosting Elapsed Time = 4.203
Completed: Symbol Lookup (Elapsed Time: 4.203 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.062 sec)

The same issue for system.private.corelib and system.linq
image
image
log:
(Alt+S)system.private.corelib.txt
(Alt+S)system.linq.txt

dotnet --info:
.NET SDK:
Version: 8.0.200-preview.23624.5
Commit: 8065b9770c
Workload version: 8.0.200-manifests.66f5ce51

Runtime Environment:
OS Name: Windows
OS Version: 10.0.25398
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.200-preview.23624.5\

.NET workloads installed:
Workload version: 8.0.200-manifests.66f5ce51
[maui-windows]
Installation Source: VS 17.9.34517.149
Manifest Version: 8.0.3/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maui\8.0.3\WorkloadManifest.json Install Type: FileBased

[maccatalyst]
Installation Source: VS 17.9.34517.149
Manifest Version: 17.2.8004/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maccatalyst\17.2.8004\WorkloadManifest.json
Install Type: FileBased

[ios]
Installation Source: VS 17.9.34517.149
Manifest Version: 17.2.8004/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.ios\17.2.8004\WorkloadManifest.json
Install Type: FileBased

[android]
Installation Source: VS 17.9.34517.149
Manifest Version: 34.0.52/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.android\34.0.52\WorkloadManifest.json
Install Type: FileBased

[aspire]
Installation Source: VS 17.9.34517.149
Manifest Version: 8.0.0-preview.1.23557.2/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.0.0-preview.1.23557.2\WorkloadManifest.json
Install Type: FileBased

Host:
Version: 8.0.0
Architecture: x64
Commit: 5535e31

.NET SDKs installed:
8.0.200-preview.23624.5 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 18, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 18, 2024
@vdanche
Copy link
Member Author

vdanche commented Jan 18, 2024

It's caused by symbols not upload to internal server?

@jeffschwMSFT
Copy link
Member

@mangod9 is this related to #96566 which is on track for 8.0.2?

@mangod9
Copy link
Member

mangod9 commented Jan 18, 2024

Yeah this looks related if it's about the *.ni.pdbs. @trylek?

@vcsjones vcsjones removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 19, 2024
@vdanche
Copy link
Member Author

vdanche commented Jan 24, 2024

This issue also happens on VAL VS 17.8.6 [34523.212.d17.8] with 8.0.102 sdk inserted/VAL VS 17.6.12[34523.213.d17.6] with 7.0.313 sdk inserted/VAL VS 17.4.16[34523.219.d17.4] with 7.0.115 sdk inserted.

@v-ainigao
Copy link

This issue also happens on VAL VS 17.9.0[34524.84.d17.9] with .net8.0.200(runtime-8.0.2) sdk inserted.

@vdanche
Copy link
Member Author

vdanche commented Apr 24, 2024

This issue not repro on 17.10.0 preview 6.0 [34823.181.d17.10] with 8.0.300-preview.24203.14 inserted, but it repro on previous VS(17.4/17.6/17.8/17.9)

@mangod9
Copy link
Member

mangod9 commented Jun 26, 2024

Closing based on the comment above that it doesn't repro anymore

@mangod9 mangod9 closed this as completed Jun 26, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 26, 2024
@vdanche
Copy link
Member Author

vdanche commented Jun 27, 2024

@mangod9 This issue also repro on VS Version 17.10.4 [35019.222.d17.10] with 8.0.303 inserted. not sure if it's by design. can you help re-open it as I have no right to re-open? aslo repro on VS 17.4/17.6/17.8

The symbols cannot be resolved after pressing "Alt+S", the node does not change
image

log:
***** See C:\Users\v-danche\AppData\Local\Temp\PerfView\PerfViewLogFile.1.txt for complete log. ******
Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\Microsoft.AspNetCore.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols.pri\retail\dll\Microsoft.AspNetCore.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols\retail\dll\Microsoft.AspNetCore.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.ni.pdb\1579FB90D0041B512E32D72C47453D251\Microsoft.AspNetCore.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.ni.pdb\1579FB90D0041B512E32D72C47453D251\Microsoft.AspNetCore.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.ni.pdb in local cache GUID 1579fb90-d004-1b51-2e32-d72c47453d25 Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.ni.pdb GUID 1579fb90-d004-1b51-2e32-d72c47453d25 Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.ni.pdb 1579fb90-d004-1b51-2e32-d72c47453d25 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.dll
Could not find PDB file.
[Quick lookup of microsoft.aspnetcore.mvc]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Mvc.ni.pdb GUID 19409f8d-7885-d0bd-e9bd-ff2a284478ba Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\Microsoft.AspNetCore.Mvc.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols.pri\retail\dll\Microsoft.AspNetCore.Mvc.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols\retail\dll\Microsoft.AspNetCore.Mvc.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.Mvc.ni.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Mvc.ni.pdb\19409F8D7885D0BDE9BDFF2A284478BA1\Microsoft.AspNetCore.Mvc.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Microsoft.AspNetCore.Mvc.ni.pdb\19409F8D7885D0BDE9BDFF2A284478BA1\Microsoft.AspNetCore.Mvc.ni.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.Mvc.ni.pdb in local cache GUID 19409f8d-7885-d0bd-e9bd-ff2a284478ba Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Mvc.ni.pdb GUID 19409f8d-7885-d0bd-e9bd-ff2a284478ba Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find NGEN image, NoNGenPdb set, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Mvc.ni.pdb 19409f8d-7885-d0bd-e9bd-ff2a284478ba 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.mvc.dll
Could not find PDB file.
[Quick lookup of windows.storage]
[Loading symbols for c:\windows\system32\windows.storage.dll]
No PDB signature for c:\windows\system32\windows.storage.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\windows.storage.dll.
FindSymbolFilePath: *{ Locating PDB Windows.Storage.pdb GUID 98f226c3-3168-8be0-247b-fe584eedfafe Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\windows.storage.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\windows.storage.dll
FindSymbolFilePath: Probed file location c:\windows\system32\Windows.Storage.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\Windows.Storage.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\Windows.Storage.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Windows.Storage.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\Windows.Storage.pdb\98F226C331688BE0247BFE584EEDFAFE1\Windows.Storage.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB Windows.Storage.pdb in local cache GUID 98f226c3-3168-8be0-247b-fe584eedfafe Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for Windows.Storage.pdb 98f226c3-3168-8be0-247b-fe584eedfafe 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\windows.storage.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\windows.storage.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\windows.storage.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\windows.storage.dll
Could not find PDB file.
[Quick lookup of kernelbase]
[Loading symbols for c:\windows\system32\kernelbase.dll]
No PDB signature for c:\windows\system32\kernelbase.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\kernelbase.dll.
FindSymbolFilePath: *{ Locating PDB kernelbase.pdb GUID df445a18-802b-dd66-210b-fde1ee172a26 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\kernelbase.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\kernelbase.dll
FindSymbolFilePath: Probed file location c:\windows\system32\kernelbase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\kernelbase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\kernelbase.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\kernelbase.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\kernelbase.pdb\DF445A18802BDD66210BFDE1EE172A261\kernelbase.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB kernelbase.pdb in local cache GUID df445a18-802b-dd66-210b-fde1ee172a26 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for kernelbase.pdb df445a18-802b-dd66-210b-fde1ee172a26 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\kernelbase.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\kernelbase.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\kernelbase.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\kernelbase.dll
Could not find PDB file.
[Quick lookup of win32u]
[Loading symbols for c:\windows\system32\win32u.dll]
No PDB signature for c:\windows\system32\win32u.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\win32u.dll.
FindSymbolFilePath: *{ Locating PDB win32u.pdb GUID cd69fd27-f9d0-ef5a-15a3-8e7077c3dac9 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\win32u.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\win32u.dll
FindSymbolFilePath: Probed file location c:\windows\system32\win32u.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\win32u.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\win32u.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\win32u.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\win32u.pdb\CD69FD27F9D0EF5A15A38E7077C3DAC91\win32u.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB win32u.pdb in local cache GUID cd69fd27-f9d0-ef5a-15a3-8e7077c3dac9 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for win32u.pdb cd69fd27-f9d0-ef5a-15a3-8e7077c3dac9 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\win32u.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\win32u.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\win32u.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\win32u.dll
Could not find PDB file.
[Quick lookup of ucrtbase]
[Loading symbols for c:\windows\system32\ucrtbase.dll]
No PDB signature for c:\windows\system32\ucrtbase.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\ucrtbase.dll.
FindSymbolFilePath: *{ Locating PDB ucrtbase.pdb GUID b3fb7e96-97d3-f52d-70c3-beb2af2b9482 Age 1 Version 10.0.22621.3593 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\ucrtbase.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\ucrtbase.dll
FindSymbolFilePath: Probed file location c:\windows\system32\ucrtbase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\ucrtbase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\ucrtbase.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\ucrtbase.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\ucrtbase.pdb\B3FB7E9697D3F52D70C3BEB2AF2B94821\ucrtbase.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB ucrtbase.pdb in local cache GUID b3fb7e96-97d3-f52d-70c3-beb2af2b9482 Age 1 Version 10.0.22621.3593 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for ucrtbase.pdb b3fb7e96-97d3-f52d-70c3-beb2af2b9482 1 10.0.22621.3593 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\ucrtbase.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\ucrtbase.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\ucrtbase.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\ucrtbase.dll
Could not find PDB file.
[Quick lookup of combase]
[Loading symbols for c:\windows\system32\combase.dll]
No PDB signature for c:\windows\system32\combase.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\combase.dll.
FindSymbolFilePath: *{ Locating PDB combase.pdb GUID da3b7cc9-346e-30d6-1070-bfaa955c7b92 Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\combase.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\combase.dll
FindSymbolFilePath: Probed file location c:\windows\system32\combase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\combase.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\combase.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\combase.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\combase.pdb\DA3B7CC9346E30D61070BFAA955C7B921\combase.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB combase.pdb in local cache GUID da3b7cc9-346e-30d6-1070-bfaa955c7b92 Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for combase.pdb da3b7cc9-346e-30d6-1070-bfaa955c7b92 1 10.0.22621.3672 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\combase.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\combase.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\combase.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\combase.dll
Could not find PDB file.
[Quick lookup of user32]
[Loading symbols for c:\windows\system32\user32.dll]
No PDB signature for c:\windows\system32\user32.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\user32.dll.
FindSymbolFilePath: *{ Locating PDB user32.pdb GUID 385f356d-aae6-bc2e-6c39-93e4b51333de Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\user32.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\user32.dll
FindSymbolFilePath: Probed file location c:\windows\system32\user32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\user32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\user32.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\user32.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\user32.pdb\385F356DAAE6BC2E6C3993E4B51333DE1\user32.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB user32.pdb in local cache GUID 385f356d-aae6-bc2e-6c39-93e4b51333de Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for user32.pdb 385f356d-aae6-bc2e-6c39-93e4b51333de 1 10.0.22621.3672 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\user32.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\user32.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\user32.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\user32.dll
Could not find PDB file.
[Quick lookup of kernel32]
[Loading symbols for c:\windows\system32\kernel32.dll]
No PDB signature for c:\windows\system32\kernel32.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\kernel32.dll.
FindSymbolFilePath: *{ Locating PDB kernel32.pdb GUID 1e1e0714-5f49-e163-a2bd-3e348ce087c0 Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\kernel32.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\kernel32.dll
FindSymbolFilePath: Probed file location c:\windows\system32\kernel32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\kernel32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\kernel32.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\kernel32.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\kernel32.pdb\1E1E07145F49E163A2BD3E348CE087C01\kernel32.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB kernel32.pdb in local cache GUID 1e1e0714-5f49-e163-a2bd-3e348ce087c0 Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for kernel32.pdb 1e1e0714-5f49-e163-a2bd-3e348ce087c0 1 10.0.22621.3672 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\kernel32.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\kernel32.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\kernel32.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\kernel32.dll
Could not find PDB file.
[Quick lookup of sechost]
[Loading symbols for c:\windows\system32\sechost.dll]
No PDB signature for c:\windows\system32\sechost.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\sechost.dll.
FindSymbolFilePath: *{ Locating PDB sechost.pdb GUID 0c4889e1-cdb5-7c82-6c12-87fec1d5d0bc Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\sechost.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\sechost.dll
FindSymbolFilePath: Probed file location c:\windows\system32\sechost.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\sechost.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\sechost.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\sechost.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\sechost.pdb\0C4889E1CDB57C826C1287FEC1D5D0BC1\sechost.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB sechost.pdb in local cache GUID 0c4889e1-cdb5-7c82-6c12-87fec1d5d0bc Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for sechost.pdb 0c4889e1-cdb5-7c82-6c12-87fec1d5d0bc 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\sechost.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\sechost.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\sechost.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\sechost.dll
Could not find PDB file.
[Quick lookup of shell32]
[Loading symbols for c:\windows\system32\shell32.dll]
No PDB signature for c:\windows\system32\shell32.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\shell32.dll.
FindSymbolFilePath: *{ Locating PDB shell32.pdb GUID 7798ad25-2430-90cc-f9c5-522632d5c203 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\shell32.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\shell32.dll
FindSymbolFilePath: Probed file location c:\windows\system32\shell32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\shell32.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\shell32.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\shell32.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\shell32.pdb\7798AD25243090CCF9C5522632D5C2031\shell32.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB shell32.pdb in local cache GUID 7798ad25-2430-90cc-f9c5-522632d5c203 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for shell32.pdb 7798ad25-2430-90cc-f9c5-522632d5c203 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\shell32.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\shell32.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\shell32.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\shell32.dll
Could not find PDB file.
[Quick lookup of rpcrt4]
[Loading symbols for c:\windows\system32\rpcrt4.dll]
No PDB signature for c:\windows\system32\rpcrt4.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\rpcrt4.dll.
FindSymbolFilePath: *{ Locating PDB rpcrt4.pdb GUID 4740a253-eb53-fd66-c17e-7c58e35f49ab Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\rpcrt4.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\rpcrt4.dll
FindSymbolFilePath: Probed file location c:\windows\system32\rpcrt4.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\rpcrt4.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\rpcrt4.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\rpcrt4.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\rpcrt4.pdb\4740A253EB53FD66C17E7C58E35F49AB1\rpcrt4.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB rpcrt4.pdb in local cache GUID 4740a253-eb53-fd66-c17e-7c58e35f49ab Age 1 Version 10.0.22621.3672 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for rpcrt4.pdb 4740a253-eb53-fd66-c17e-7c58e35f49ab 1 10.0.22621.3672 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\rpcrt4.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\rpcrt4.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\rpcrt4.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\rpcrt4.dll
Could not find PDB file.
[Quick lookup of shcore]
[Loading symbols for c:\windows\system32\shcore.dll]
No PDB signature for c:\windows\system32\shcore.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\shcore.dll.
FindSymbolFilePath: *{ Locating PDB shcore.pdb GUID d2617a9f-e3d8-289e-3090-4f0544e0469c Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\shcore.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\shcore.dll
FindSymbolFilePath: Probed file location c:\windows\system32\shcore.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\shcore.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\shcore.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\shcore.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\shcore.pdb\D2617A9FE3D8289E30904F0544E0469C1\shcore.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB shcore.pdb in local cache GUID d2617a9f-e3d8-289e-3090-4f0544e0469c Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for shcore.pdb d2617a9f-e3d8-289e-3090-4f0544e0469c 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\shcore.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\shcore.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\shcore.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\shcore.dll
Could not find PDB file.
[Quick lookup of ntdll]
[Loading symbols for c:\windows\system32\ntdll.dll]
No PDB signature for c:\windows\system32\ntdll.dll in trace.
FindSymbolFilePathForModule: searching for PDB for DLL c:\windows\system32\ntdll.dll.
FindSymbolFilePath: *{ Locating PDB ntdll.pdb GUID 3f9b0a9d-a2f0-1cb5-5712-42f6ee73bfd6 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePath: Pdb is for DLL c:\windows\system32\ntdll.dll
FindSymbolFilePath: Checking relative to DLL path c:\windows\system32\ntdll.dll
FindSymbolFilePath: Probed file location c:\windows\system32\ntdll.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols.pri\retail\dll\ntdll.pdb does not exist
FindSymbolFilePath: Probed file location c:\windows\system32\symbols\retail\dll\ntdll.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\ntdll.pdb does not exist
FindSymbolFilePath: no file at cache location C:\Users\v-danche\AppData\Local\Temp\SymbolCache\ntdll.pdb\3F9B0A9DA2F01CB5571242F6EE73BFD61\ntdll.pdb and cacheOnly set, giving up.
FindSymbolFilePath: *} Failed to find PDB ntdll.pdb in local cache GUID 3f9b0a9d-a2f0-1cb5-5712-42f6ee73bfd6 Age 1 Version 10.0.22621.3733 (WinBuild.160101.0800)
FindSymbolFilePathForModule returns NULL for ntdll.pdb 3f9b0a9d-a2f0-1cb5-5712-42f6ee73bfd6 1 10.0.22621.3733 (WinBuild.160101.0800)
Attempting to convert c:\windows\system32\ntdll.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\windows\system32\ntdll.dll to a volume-based path.
WARNING: could not find PDB signature of a 64 bit OS DLL. Did you collect with a 32 bit version of XPERF?

WARNING: The log file does not contain exact PDB signature information for c:\windows\system32\ntdll.dll and the file at this path is not the file used in the trace.
PDB files cannot be unambiguously matched to the EXE.
Did you merge the ETL file before transferring it off the collection machine? If not, doing the merge will fix this.
The /UnsafePdbMatch option will force an ambiguous match, but this is not recommended.
Failed to find PDB for c:\windows\system32\ntdll.dll
Could not find PDB file.
Completed: Looking up high importance PDBs that are locally cached (Elapsed Time: 1.628 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.063 sec)
Opening Viewer.
Finished aggregating stacks. (3.4% Broken Stacks)
Started: Symbol Lookup


[Looking up symbols for microsoft.aspnetcore.hosting]
Symbol reader NT_SYMBOL_PATH= {
C:\Users\v-danche\Downloads;
;
SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://msdl.microsoft.com/download/symbols;
}
This can be set using the File -> Set Symbol Path dialog on the Stack Viewer.
Creating authentication handler for DeveloperIdentity, GitHubDeviceFlow, BasicHttpAuth.
Created SymbolReader with SymbolPath C:\Users\v-danche\Downloads;;SRVC:\Users\v-danche\AppData\Local\Temp\SymbolCachehttps://msdl.microsoft.com/download/symbols
Setting SymbolReaderOptions forces clearing Pdb lookup cache
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: Checking relative to DLL path c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols.pri\retail\dll\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\symbols\retail\dll\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location C:\Users\v-danche\Downloads\Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Probed file location Microsoft.AspNetCore.Hosting.ni.pdb does not exist
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pd

FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12B1/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
Trying the XX/XXYYY.PDB convention
FindSymbolFilePath: Searching Symbol Server https://msdl.microsoft.com/download/symbols.
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pdb failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/Microsoft.AspNetCore.Hosting.ni.pd_ failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: In task, sending HTTP request https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/file.ptr
FindSymbolFilePath: Probe of https://msdl.microsoft.com/download/symbols/Mi/Microsoft.AspNetCore.Hosting.ni.pdb/6A5C721EA3E96D811A9DFF1E2C80C12BFFFFFFFF/file.ptr failed: Response status code does not indicate success: 404 (Not Found).
FindSymbolFilePath: *} Failed to find PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find PDB for NGEN image, Trying to generate it.
Could not find CLR directory for NGEN image c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll, Trying .NET Core
Checking for CoreCLR case, looking for CrossGen at c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\crossGen.exe
Could not find crossgen, giving up
Could not find Crossgen.exe to generate PDBs, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
Could not find PDB file.
Finished Lookup up symbols for microsoft.aspnetcore.hosting Elapsed Time = 1.128
Completed: Symbol Lookup (Elapsed Time: 1.128 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.074 sec)
Started: Fetching Source code for module microsoft.aspnetcore.hosting <<microsoft.aspnetcore.hosting!?>>
Maximum count for microsoft.aspnetcore.hosting!? = 31
GetSourceLine: Getting source line for code address index 000026E8
GetSourceLine: address for code address is 7ffd5c451892 module microsoft.aspnetcore.hosting
GetSourceLine: address within module: native case, VA = 7ffd5c451892, ImageBase = 7ffd5c440000, RVA = 11892
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find PDB for NGEN image, Trying to generate it.
Could not find CLR directory for NGEN image c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll, Trying .NET Core
Checking for CoreCLR case, looking for CrossGen at c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\crossGen.exe
Could not find crossgen, giving up
Could not find Crossgen.exe to generate PDBs, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
GetSourceLine: Failed to look up 7ffd5c451892 in a PDB, checking for JIT
GetSourceLine: Could not find method for 7ffd5c451892

Metric as a function of code address
Address : Line Metric
7ffd5c44f3b8 : 0 22.0
7ffd5c450783 : 0 1.0
7ffd5c4507e7 : 0 1.0
7ffd5c45116c : 0 1.0
7ffd5c451892 : 0 31.0
7ffd5c4518fd : 0 7.0
7ffd5c4552f2 : 0 1.0
7ffd5c4615f6 : 0 4.0
Source could not find a source location for the given Frame.
Completed: Fetching Source code for module microsoft.aspnetcore.hosting <<microsoft.aspnetcore.hosting!?>> (Elapsed Time: 0.130 sec)
Started: Symbol Lookup


[Looking up symbols for microsoft.aspnetcore.hosting]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find PDB for NGEN image, Trying to generate it.
Could not find CLR directory for NGEN image c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll, Trying .NET Core
Checking for CoreCLR case, looking for CrossGen at c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\crossGen.exe
Could not find crossgen, giving up
Could not find Crossgen.exe to generate PDBs, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
Could not find PDB file.
Finished Lookup up symbols for microsoft.aspnetcore.hosting Elapsed Time = 0.000
Completed: Symbol Lookup (Elapsed Time: 0.016 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.110 sec)
Started: Symbol Lookup


[Looking up symbols for microsoft.aspnetcore.hosting]
[Loading symbols for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll]
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: searching for PDB for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll.
FindSymbolFilePath: *{ Locating PDB Microsoft.AspNetCore.Hosting.ni.pdb GUID 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b Age 1 Version 8.0.724.31402
FindSymbolFilePath: Pdb is for DLL c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
FindSymbolFilePath: } Hit Cache, returning NULL
FindSymbolFilePathForModule: Could not find PDB for NGEN image, Trying to generate it.
Could not find CLR directory for NGEN image c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll, Trying .NET Core
Checking for CoreCLR case, looking for CrossGen at c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\crossGen.exe
Could not find crossgen, giving up
Could not find Crossgen.exe to generate PDBs, giving up.
FindSymbolFilePathForModule returns NULL for Microsoft.AspNetCore.Hosting.ni.pdb 6a5c721e-a3e9-6d81-1a9d-ff1e2c80c12b 1 8.0.724.31402
Attempting to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path in case the file inside of a container.
Unable to convert c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll to a volume-based path.
Failed to find PDB for c:\program files\dotnet\shared\microsoft.aspnetcore.app\8.0.7\microsoft.aspnetcore.hosting.dll
Could not find PDB file.
Finished Lookup up symbols for microsoft.aspnetcore.hosting Elapsed Time = 0.000
Completed: Symbol Lookup (Elapsed Time: 0.000 sec)
Started: Computing Stack Traces
Completed: Computing Stack Traces (Elapsed Time: 0.131 sec)

@vdanche
Copy link
Member Author

vdanche commented Jul 1, 2024

@mangod9 can you help re-open this bug based on above comment? thanks

@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants