-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: fatal error: evacuation not done in time on MIPS64 #19740
Comments
That's an old kernel. The minimum requirements wiki page says
so I think that in theory we don't support your kernel version. Also:
|
I believe both little-endian and big-endian probably need newer kernel. AFAIK there isn't much difference between little-endian and big-endian in MIPS64 kernel, nor in Go. |
@cherrymui thanks. I was reading the wiki and it says that little-endian in known to be broken on 4.1; so I asked. But if you are positive that the issue is caused by the fact that OP is running 2.6 I guess we can close the issue. |
No, I'm not. I don't know what's going on here. Let's wait for more information. But anyway, it's good to try on a newer kernel and a newer Go. |
Tested on kernel versions 2.6.21 and 2.6.32 with GO 1.8. |
GO version: 1.7.5
OS/ARCH: Linux / MIPS64 (Linux kernel - 2.6.21)
Running the following simple program:
The result was the following exception:
The text was updated successfully, but these errors were encountered: