Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
49
stars
12
forks
source link
Unable to load symbols from the server(https://symweb.azurefd.net) when the windbg debugger is attached to a vm that has Windows Release Preview build #206
I am trying to load symbols specific to a module by attaching the windbg debugger to a vm that has windows Release Preview build. I am getting the below error messages when trying to load symbols for a specific module.
Hi,
I am trying to load symbols specific to a module by attaching the windbg debugger to a vm that has windows Release Preview build. I am getting the below error messages when trying to load symbols for a specific module.
SYMSRV: HttpQueryInfo: 80190191 - HTTP_STATUS_DENIED SYMSRV: Credential Provider: Initialized credential provider : C:\Debuggers\credentialproviders\gcmw\dbgcredentialprovider_gcmw.dll SYMSRV: Credential Provider: Getting credentials for: protocol=https, host=symweb.azurefd.net, path=ntdll.pdb/4C328D42D0B9A2B218FB85860DECF27C1/ntdll.pdb, interactive=1, isRetry=0 SYMSRV: Credential Provider: Getting credentials from provider: C:\Debuggers\credentialproviders\gcmw\dbgcredentialprovider_gcmw.dll... SYMSRV: Credential Provider: Stream response:'[Information] [DebuggerCredentialProvider.123104]Microsoft Debugger Credential Manager version 2024.0409.02656.285 (Windows, .NET 6.0.29) 'get'' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123104]AzureCredentialProvider - Attempting to acquire bearer token using provider 'Msal Cache'' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AzureCredentialProvider - Bearer token provider 'Msal Cache' didn't acquire a token' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AzureCredentialProvider - Attempting to acquire bearer token using provider 'Msal Windows Integrated Authentication'' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AcquireTokenWithWindowsIntegratedAuthAsync ...' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AzureCredentialProvider - Bearer token provider 'Msal Windows Integrated Authentication' didn't acquire a token' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AzureCredentialProvider - Attempting to acquire bearer token using provider 'Msal UI'' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]AcquireTokenWithUIAsync ...' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123105]TryAcquireTokenWithUIAsync ...' SYMSRV: Credential Provider: Stream response:'[Error] [DebuggerCredentialProvider.123235]Exception error - MSAL.NetCore.4.60.1.0.MsalClientException:' SYMSRV: Credential Provider: Stream response:'ErrorCode: authentication_canceled' SYMSRV: Credential Provider: Stream response:'Microsoft.Identity.Client.MsalClientException: User canceled authentication.' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.WamAdapters.HandleResponse(AuthResult authResult, AuthenticationRequestParameters authenticationRequestParameters, ILoggerAdapter logger, String errorMessage)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.SignInInteractivelyAsync(AuthenticationRequestParameters authenticationRequestParameters)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.AcquireTokenInteractiveAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenInteractiveParameters acquireTokenInteractiveParameters)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Broker.BrokerInteractiveRequestComponent.FetchTokensAsync(CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.FetchTokensFromBrokerAsync(String brokerInstallUrl, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.GetTokenResponseAsync(CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.ExecuteAsync(CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.RequestBase.<>cDisplayClass11_1.<b__1>d.MoveNext()'
SYMSRV: Credential Provider: Stream response:'--- End of stack trace from previous location ---'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Utils.StopwatchService.MeasureCodeBlockAsync(Func`1 codeBlock)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.RequestBase.RunAsync(CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.ApiConfig.Executors.PublicClientExecutor.ExecuteAsync(AcquireTokenCommonParameters commonParameters, AcquireTokenInteractiveParameters interactiveParameters, CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALTokenProviders.MsalTokenProvider.TryAcquireTokenWithUIAsync(Boolean useParentHwnd, CancellationToken cancellationToken).'
SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123235]AzureCredentialProvider - Bearer token provider 'Msal UI' failed with exception:\nSystem.Exception: Error'
SYMSRV: Credential Provider: Stream response:'---> MSAL.NetCore.4.60.1.0.MsalClientException:'
SYMSRV: Credential Provider: Stream response:'ErrorCode: authentication_canceled'
SYMSRV: Credential Provider: Stream response:'Microsoft.Identity.Client.MsalClientException: User canceled authentication.'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.WamAdapters.HandleResponse(AuthResult authResult, AuthenticationRequestParameters authenticationRequestParameters, ILoggerAdapter logger, String errorMessage)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.SignInInteractivelyAsync(AuthenticationRequestParameters authenticationRequestParameters)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Platforms.Features.RuntimeBroker.RuntimeBroker.AcquireTokenInteractiveAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenInteractiveParameters acquireTokenInteractiveParameters)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Broker.BrokerInteractiveRequestComponent.FetchTokensAsync(CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.FetchTokensFromBrokerAsync(String brokerInstallUrl, CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.GetTokenResponseAsync(CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.ExecuteAsync(CancellationToken cancellationToken)'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.RequestBase.<>c DisplayClass11_1.<b__1>d.MoveNext()'
SYMSRV: Credential Provider: Stream response:'--- End of stack trace from previous location ---'
SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Utils.StopwatchService.MeasureCodeBlockAsync(Func
1 codeBlock)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.Internal.Requests.RequestBase.RunAsync(CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Microsoft.Identity.Client.ApiConfig.Executors.PublicClientExecutor.ExecuteAsync(AcquireTokenCommonParameters commonParameters, AcquireTokenInteractiveParameters interactiveParameters, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALTokenProviders.MsalTokenProvider.TryAcquireTokenWithUIAsync(Boolean useParentHwnd, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'--- End of inner exception stack trace ---' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALTokenProviders.MsalTokenProvider.TryAcquireTokenWithUIAsync(Boolean useParentHwnd, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALTokenProviders.MsalTokenProvider.TryAcquireTokenWithUIAsync(Boolean useParentHwnd, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALTokenProviders.MsalTokenProvider.AcquireTokenWithUIAsync(CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.MSALBearerTokenProviders.MsalUserInterfaceBearerTokenProvider.GetTokenAsync(Uri uri, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'at Debugger.Azure.CredentialUtils.CredentialProviders.CredentialProviders.AzureCredentialProvider.GetTokenAsync(IEnumerable
1 bearerTokenProviders, IInputParameters inputParameters, CancellationToken cancellationToken)' SYMSRV: Credential Provider: Stream response:'[Verbose] [DebuggerCredentialProvider.123235]AzureCredentialProvider - Could not obtain credentials for https://symweb.azurefd.net/ntdll.pdb/4C328D42D0B9A2B218FB85860DECF27C1/ntdll.pdb' SYMSRV: Credential Provider: Stream response:'error=Could not obtain credentials for https://symweb.azurefd.net/ntdll.pdb/4C328D42D0B9A2B218FB85860DECF27C1/ntdll.pdb' SYMSRV: Credential Provider: Stream response:'' SYMSRV: Credential Provider: Failed to get user credentials from stream for 'C:\Debuggers\credentialproviders\gcmw\DebuggerCredentialManager.exe get'. HttpQueryInfo: Requesting Authentication for Web Site. SYMSRV: RESULT: 0x80190191 DBGHELP: C:\Windows\SYSTEM32\ntdll.pdb - file not found DBGHELP: ntdll.pdb - file not found DBGHELP: ntdll - export symbolsCan I get some help to resolve this issue.
Thanks.