We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44b66d commit 00f6035Copy full SHA for 00f6035
stack12.go
@@ -22,4 +22,4 @@ func putUintptrs(s []uintptr) {
22
}
23
24
25
-var pcStackPool = make(chan []uintptr, runtime.GOMAXPROCS(n))
+var pcStackPool = make(chan []uintptr, runtime.GOMAXPROCS(0))
0 commit comments