dotnet/diagnostics

Error: Fail to create host ldelegate 80070002

HaibaraAi119 opened this issue · 6 comments

Description

centos 8 and .net core 8.0.452401
execute a sos command throw this error
Error: Fail to create host ldelegate 80070002

Reproduction Steps

i have used dotnet-dump to dump a file,but i use lldb with libsosplugin.so to execute a sos command ,and then get the following error:
Error: Fail to create host ldelegate 80070002
image

Expected behavior

will be echo a result

Actual behavior

Error: Fail to create host ldelegate 80070002

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

What does dotnet --info display? Do you have the .NET 8 installed in the standard locations (i.e. something like /usr/lib/dotnet/) or do you have the DOTNET_ROOT env var set to directory .NET is installed?

SOS is having problems finding or loading the .NET runtime for it's internal use.

Hi @HaibaraAi119. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

Also, is this an x64 dump in an Apple silicon host? If so, there's been lldb hosting issues lately in said platform.

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

Hi @HaibaraAi119. We are closing this issue due to inactivity. If you comment within 30 days it will automatically reopen. If you are not the author of this issue and you're facing the same problem, feel free to open a new issue referencing this one.