-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: crash in systemstack_switch while allocating (windows) #69151
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
Comments
It's unfortunate that this only captures the stack from systemstack_switch. My guess is that this is most likely "runtime: cannot allocate memory" from https://cs.opensource.google/go/go/+/master:src/runtime/malloc.go;l=1609;drc=54fe0fd43fcf8609666c16ae6d15ed92873b1564 |
If it just runs out of memory, I'm not sure if there is anything particular we can do... |
@randall77 mentioned that if it is the profiler fail to allocate memory, we can ignore it and just not profile, but it will probably fail soon in some other allocations... It would be nice if we can get any information about the memory, but that would be hard for telemetry... |
|
Folding into #70445. |
This stack
cysh5A
was reported by telemetry:Issue created by golang.org/x/tools/gopls/internal/telemetry/cmd/stacks.
The text was updated successfully, but these errors were encountered: