Skip to content

Better diagnostics for coreclr initialization failures #70211

Closed
@janvorli

Description

@janvorli

When coreclr_initialize fails, the returned exit code is most often the generic 0x80004005 (E_FAIL). To diagnose such failures, runninga repro under a debugger is the only viable option now.
We should add some extra logging so that a host can report more details on such a failure that could pinpoint the error source quickly, without a need to execute a repro under a debugger.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions