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

JIT: Spurious 0-sized diffs in smoke_tests.nativeaot.windows.arm64 #104441

Closed
jakobbotsch opened this issue Jul 4, 2024 · 4 comments · Fixed by #105522
Closed

JIT: Spurious 0-sized diffs in smoke_tests.nativeaot.windows.arm64 #104441

jakobbotsch opened this issue Jul 4, 2024 · 4 comments · Fixed by #105522
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

We're seeing some spurious 0-sized diffs in smoke_tests.nativeaot.windows.arm64. Seems likely to be related to #104282, can you take a look @kunalspathak?

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 4, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jul 4, 2024
Copy link
Contributor

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

@kunalspathak
Copy link
Member

Most likely the new relocations are not getting recorded properly, will take a look

@jakobbotsch
Copy link
Member Author

@kunalspathak #104516 does not seem to have fixed this issue -- I still see 0 sized diffs on superpmi-diffs in smoke_tests.nativeaot.windows.arm64.checked.

@kunalspathak
Copy link
Member

kunalspathak commented Jul 22, 2024

@kunalspathak #104516 does not seem to have fixed this issue -- I still see 0 sized diffs on superpmi-diffs in smoke_tests.nativeaot.windows.arm64.checked.

Yes, the fix in #104516 was mainly for handling the "unhandled reloc type" errors and not this specific one. I was not able to setup libcoredistools to debug what the problem is. Will send separate fix for this one.

Edit: Just saw that I tagged this issue to the PR, which should have not been the case. Removed the tagging from the PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants