-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Closed
Copy link
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What version of Go are you using (go version
)?
$ go version go version go1.18rc1 darwin/arm64
Does this issue reproduce with the latest release?
No, works fine on 1.17.6
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env
What did you do?
Running debug on Goland with -race flag. It starts up fine without the -race flag or if I use "run".
What did you expect to see?
My program start up.
What did you see instead?
runtime.racefuncenter: nosplit stack overflow
792 assumed on entry to reflect.methodValueCall<0> (nosplit)
344 after reflect.methodValueCall<0> (nosplit) uses 448
280 after reflect.moveMakeFuncArgPtrs<0> (nosplit) uses 64
8 after reflect.moveMakeFuncArgPtrs<1> (nosplit) uses 272
-24 after runtime.racefuncenter<1> (nosplit) uses 32
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.