-
Notifications
You must be signed in to change notification settings - Fork 18k
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: expand error for signal received on non-Go thread #4048
Labels
Milestone
Comments
Attached is my attempt at a fix but the call to findnull (strlen) on the signal name string causes it to exceed the nosplit stack limit check. Three ways to proceed: (a) expand the amount stack available. Seems like a sledgehammer to crack a nut. (b) compute strlen of the string literals and save it as another column in sigtab. (b) do nothing (or wait till the compiler's register allocation improves). Go experts: please advise. Attachments:
|
It worked! https://golang.org/cl/7232066 |
This issue was closed by revision e49f945. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Attachments:
The text was updated successfully, but these errors were encountered: