-
Notifications
You must be signed in to change notification settings - Fork 860
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
import uuid in Python always causes Illegal instruction (core dumped) on arm64's Windows + Ubuntu 18.04 #3362
Comments
Use sudo when youre in outside wsl environment like /mnt or /media fs |
|
@Alternate-Egoist Even if I use sudo, this still occurs. At least, my environment (ASUS NovaGo / Windows ARM64) can reproduce this (The following log is after installing WSL).
|
Disregard the sudo. It is going to be an arm64 thing. The strace doesn't tell much because the
There was an Arm fix in 17692. Might give that a whirl. If you were feeling highly motivated you could deep dive with gdb. But you've provided a straightforward enough repro, and the devs can probably confirm easy enough. [ed] Actually dotnet/core#1561 was |
I believe @therealkenc is correct, this is an issue @Brian-Perkins fixed recently, we are currently in the process of backporting it to 1803. |
I guess this was never backported to 1803, since I'm running an up-to-date arm64 1803, and it's still happening. And I don't seem to be able to update to 1809. |
This fix was actually just released (March 19) as part of KB4489894. |
Mmmm the most recent Windows update gives me is KB4489868. Edit: installing with the standalone updater fixed the issue (although now for some reason the signin screen is in English instead of Japanese like it was before). |
What's wrong / what should be happening instead:
This script causes
Illegal instruction (core dumped)
. It works on x64 Windows + WSL.Strace of the failing command, if applicable: attaced as python.strace
python.strace.zip
The text was updated successfully, but these errors were encountered: