-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
unix.SIGSTKFLT was not found when compiled #8768
Comments
could you show your os and go version? |
uos@uos-sw: |
which your arch,could you show the result of command |
uos@uos-sw:~/go/src/github.com/containers/podman$ arch |
what about the comamnd |
uos@uos-sw:~/go/src/github.com/containers/podman$ go env |
I think the reason lies in the imperfect support of golang for sw64, you can try the latest golang version |
|
主要是目标架构,golang对sw64的支持不行,目前arm的应该没问题的 |
我想知道podman 运行过程,哪里影响到了这里。 |
As @zhangguanzhang mentioned, Golang does not support sw64, so I am closing the issue. |
I had never heard of sw_64... Had to do some internet searching. |
我想知道podman运行过程,涉及到架构方面,哪里影响到了这里。非常感谢你 |
@hellocloudnative the offical Golang does not support sw_64 arch, you should read this blog https://blog.frytea.com/archives/598/?hmsr=joyk.com&utm_source=joyk.com&utm_medium=referral |
unix.SIGSTKFLT was not found when compiled
我通过添加这个信号量,在我的golang.org/unix里
并且成功编译通过
使用podman 的命令 pull push 都很正常
但是当我运行podman run -it 容器
没有任何反应
我通过sudo tail -f /var/log/messages 查看日志
Please help me. Thank you very much
The text was updated successfully, but these errors were encountered: