Skip to content
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

Crash when running dotnet command with .NET 7 7.0.100-preview.5.22267.11-win-arm64 #69513

Closed
WenJunJi01 opened this issue May 18, 2022 · 6 comments

Comments

@WenJunJi01
Copy link
Member

Environment: .NET SDK 7.0.100-preview.5.22267.11(runtime-7.0.0-preview.5.22266.11)

Repro steps:

  1. Install .NET SDK .NET SDK 7.0.100-preview.5.22267.11 on a clean Windows ARM64 OS.
  2. Run dotnet command in CLI, for example, dotnet --info

Expected Result:
The command can be executed.

Actual Result:
Crash when running dotnet command.
image

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged New issue has not been triaged by the area owner labels May 18, 2022
@marcpopMSFT marcpopMSFT transferred this issue from dotnet/sdk May 18, 2022
@danmoseley
Copy link
Member

@WenJunJi01 can you confirm it works for you with preview 4? perhaps you could try older preview 5 builds? to help narrow it down.

@NicoleWang001
Copy link
Member

@danmoseley
This issue is not repro with 7.0.100-preview.4.22252.9.
This issue is not repro with 7.0.100-preview.5.22263.22 either.

@ghost
Copy link

ghost commented May 19, 2022

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

Issue Details

Environment: .NET SDK 7.0.100-preview.5.22267.11(runtime-7.0.0-preview.5.22266.11)

Repro steps:

  1. Install .NET SDK .NET SDK 7.0.100-preview.5.22267.11 on a clean Windows ARM64 OS.
  2. Run dotnet command in CLI, for example, dotnet --info

Expected Result:
The command can be executed.

Actual Result:
Crash when running dotnet command.
image

Author: WenJunJi01
Assignees: -
Labels:

area-System.Globalization, untriaged

Milestone: -

@tarekgh tarekgh added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI area-VM-coreclr labels May 19, 2022
@ghost
Copy link

ghost commented May 19, 2022

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

Environment: .NET SDK 7.0.100-preview.5.22267.11(runtime-7.0.0-preview.5.22266.11)

Repro steps:

  1. Install .NET SDK .NET SDK 7.0.100-preview.5.22267.11 on a clean Windows ARM64 OS.
  2. Run dotnet command in CLI, for example, dotnet --info

Expected Result:
The command can be executed.

Actual Result:
Crash when running dotnet command.
image

Author: WenJunJi01
Assignees: -
Labels:

area-System.Globalization, area-CodeGen-coreclr, area-VM-coreclr, untriaged

Milestone: -

@tarekgh tarekgh removed area-System.Globalization area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels May 19, 2022
@tarekgh
Copy link
Member

tarekgh commented May 19, 2022

CC @jkotas

This looks the coreclr is calling AppContext.Setup passing invalid pointers?

@jkotas
Copy link
Member

jkotas commented May 19, 2022

Duplicate of #69222

@jkotas jkotas marked this as a duplicate of #69222 May 19, 2022
@jkotas jkotas closed this as completed May 19, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label May 19, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 18, 2022
@jeffhandley jeffhandley removed the arm64 label Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants