-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DotnetRuntime provider needs to handle WCHAR strings #87978
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsCurrently the This issue should wait for the likely refactoring that will happen when fixing #87445.
|
I think this just needs a version of runtime/src/coreclr/nativeaot/Runtime/eventpipe/dotnetruntime.cpp Lines 39 to 51 in f9f7f80
|
@elinor-fung's above PR (#88365) fixes this and was incorporated into PR #87785 which was merged. |
Currently the
dotnetruntime
provider doesn't correctly handle WCHAR strings. For example, the EventPipeWriteEventExceptionThrown_V1 will not print the correct values for the exception type and message. The Windows EtwProvider correctly handles this case.This issue should wait for the likely refactoring that will happen when fixing #87445.
The text was updated successfully, but these errors were encountered: