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

runtime: linux callback on non-Go thread fails #52066

Closed
oddengine opened this issue Mar 31, 2022 · 2 comments
Closed

runtime: linux callback on non-Go thread fails #52066

oddengine opened this issue Mar 31, 2022 · 2 comments

Comments

@oddengine
Copy link

I got a same problem like this;

Same problem as #6751 ? As you can see, the issue is still opened, so the problem still remains. But @billziss-gh proposed solution - you can try his solution at https://golang.org/cl/114802.

Alex

Originally posted by @alexbrainman in #6751 (comment)

@oddengine
Copy link
Author

Hello,

I got the same problem on linux. I'm using ubuntu 20.04. When the .so calls go on non-go thread, it fails at asm_amd64.s

I found the solution at https://golang.org/cl/114802, but it is only for windows.

Any help here please!

@seankhliao
Copy link
Member

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@golang golang locked and limited conversation to collaborators Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants