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: "morestack on g0" in debugcall on android-amd64 #53250
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Android
Milestone
Comments
Yeah, that call is made on the system stack. From the stack trace it seems it successfully switched to the g0 stack. Maybe the stack bounds of g0 is wrong? |
same issue, with godror integration with instant client ! service build successfully, and every things happen in runtime for giving context, following service work correctly localy on k8s after few pod restart service became online.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Android
Seen once on gomote with all.bash:
This looks like morestack right on entry to this closure, which is odd because we should have plenty of stack.
cc @golang/runtime @mknyszek
The text was updated successfully, but these errors were encountered: