-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/race: race detector + pprof unstable since bb553699c7e6 #5710
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
Labels
Comments
Here are the functions that cause problems on race builders: runtime: unknown argument frame size for runtime.asmcgocall runtime: unknown argument frame size for runtime.sigreturn runtime: unknown argument frame size for runtime.sigtramp runtime: unknown argument frame size for runtime.raceread I've also seen this one *without* -race when stackalloc crashed and wanted to unwind the stack: runtime: unknown argument frame size for runtime.morestack Can preemptive scheduler make things even worse? C functions do have args info, right? Part of the solution may be to not calculate args size when we are not doing GC, because SIGPROF causes stack unwinding at unpredictable points. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: