-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by runningwild:
What steps will reproduce the problem? Compile and run the attached program, foo.go, then view with top. What is the expected output? What do you see instead? Expected to see top output saying something that remains constant, instead got this: PID COMMAND %CPU TIME #TH #WQ #PORTS #MREG RPRVT RSHRD RSIZE VPRVT 52479 foo 97.9 00:02.66 3/1 0 26543+ 21 668K 240K 852K 14M With #PORTS at 26k and increasing at the rate of 10k per second or so. What is your $GOOS? $GOARCH? GOOS=darwin GOARCH=amd64 and 386 Which revision are you using? (hg identify) ed4677dbdbbc tip
Attachments:
- foo.go (75 bytes)