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
That means that the DAC that's related to that dump couldn't be loaded. There's a few reasons:
it is not on a path thats seen by sos
sos initialization can't find a runtime in the dump
there's metadata that we use to locate which version of the DAC to load that's missing.
If you can share the dump and the runtime that might be the easiest. Also, you can try logging enable before running any other command to get a bit more information
We have a test that checks lldb+sos is working on RHEL .NET builds.
With .NET 8, this test passes on x64 for RHEL8 and RHEL9.
On arm64, the test passes on RHEL9, and on RHEL8 it fails most of the time.
When it fails, it prints a message on the first sos command that is executed against the coredump:
On a successful run, the The ClrRuntime service is required by the Runtime property is not printed.
I don't know what the message means.
Is there an issue with the coredump which causes sos to not work? Or some issue initializing sos?
cc @mikem8361 @hoyosjs @leculver @omajid
The text was updated successfully, but these errors were encountered: