-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Most likely the new relocations are not getting recorded properly, will take a look |
@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. |
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?
The text was updated successfully, but these errors were encountered: