You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lldb) bpmd Program.<Main>$
Failed to load data access module, 0x80004002
Can not load or initialize libmscordaccore.so. The target runtime may not be initialized.
For more information see https://go.microsoft.com/fwlink/?linkid=2135652
bpmd Program.<Main>$ failed
Notes:
If I run bpmd xxxx (no matter the value passed to it) just after launching lldb I get no output (leading to think it worked) but actually nothing happened
Running sosstat (after running the application) produces the report below
(lldb) sosstatus
Target OS: LINUX Architecture: X64 ProcessId: 945958 (0xE6F26)
#0 .NET Core runtime 8.0.1325.6609 at 00007FFFF7000000 size 006F566C index 8ebbb37976bf95ef4ac4fb471f6c46ac4dfc6617
Runtime module path: /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.13/libcoreclr.so
Exports:
DotNetRuntimeInfo : <NO SYMBOL>
g_dacTable : <NO SYMBOL>
DotNetRuntimeDebugHeader: <NO SYMBOL>
SpecialDiagInfoHeader : 00007FFFFFF10000 <NONE>
Current symbol store settings:
-> Cache: /home/adriano/.dotnet/symbolcache
-> Server: https://msdl.microsoft.com/download/symbols/ Timeout: 4 RetryCount: 0
Extensions loaded:
-> 9.0.607501+a651406e39038aef1dbc7c8097b52953284dba27 /home/adriano/.dotnet/sos/Microsoft.Diagnostics.ExtensionCommands.dll
GC memory usage for managed SOS components: 1,175,136 bytes
Running setclrpath does not change anything:
(lldb) setclrpath /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.13/
Set load path for DAC/DBI to '/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.13/'
(lldb) bpmd Program.<Main>$
Failed to load data access module, 0x80004002
Can not load or initialize libmscordaccore.so. The target runtime may not be initialized.
lldb dotnet bin/Debug/net8.0/xxx.dll
Current symbol store settings:
-> Cache: /home/USERNAME/.dotnet/symbolcache
-> Server: https://msdl.microsoft.com/download/symbols/ Timeout: 4 RetryCount: 0
(lldb) target create "dotnet"
Current executable set to 'dotnet' (x86_64).
(lldb) settings set -- target.run-args "bin/Debug/net8.0/xxx.dll"
dotnet --info
.NET SDK:
Version: 8.0.406
Commit: 73c77e847d
Workload version: 8.0.400-manifests.47a3a0ce
MSBuild version: 17.11.22+17752cebd
Runtime Environment:
OS Name: ubuntu
OS Version: 22.04
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/dotnet/sdk/8.0.406/
.NET workloads installed:
Configured to use loose manifests when installing new manifests.
[aspire]
Installation Source: SDK 8.0.400
Manifest Version: 8.2.2/8.0.100
Manifest Path: /usr/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.2.2/WorkloadManifest.json
Install Type: FileBased
Host:
Version: 8.0.13
Architecture: x64
Commit: eba546b0f0
.NET SDKs installed:
8.0.406 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.13 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.13 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_ROOT [/usr/share/dotnet]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Other information
Does the version of Microsoft.Diagnostics.ExtensionCommands.dll needs to match the runtime version?
The text was updated successfully, but these errors were encountered:
Description
Notes:
bpmd xxxx
(no matter the value passed to it) just after launching lldb I get no output (leading to think it worked) but actually nothing happenedsosstat
(after running the application) produces the report belowsetclrpath
does not change anything:dotnet --info
Other information
Does the version of Microsoft.Diagnostics.ExtensionCommands.dll needs to match the runtime version?
The text was updated successfully, but these errors were encountered: