You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
GOMAXPROCS=19 ./run.bash --no-rebuild
What is the expected output?
test passes
What do you see instead?
--- FAIL: TestCountMallocs-19 (0.01 seconds)
fmt_test.go:607: Fprintf(buf, "%s"): got 1.21 allocs, want <=1
FAIL
FAIL fmt 0.064s
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
linux
Which version are you using? (run 'go version')
go version devel +67fc3cb0d3aa Mon Mar 04 14:54:36 2013 +1100 linux/amd64
The text was updated successfully, but these errors were encountered:
some goodies from
go tool pprof --svg --alloc_objects ./fmt.test memprof.profile
had to hack the testing package to write a memprofile when it fails.
it seems in the failure case, runtime.allocm sometimes calls runtime.malg.
The text was updated successfully, but these errors were encountered: