Skip to content
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

runtime/debug: FAIL: TestFreeOSMemory #4835

Closed
alberts opened this issue Feb 17, 2013 · 2 comments
Closed

runtime/debug: FAIL: TestFreeOSMemory #4835

alberts opened this issue Feb 17, 2013 · 2 comments
Milestone

Comments

@alberts
Copy link
Contributor

alberts commented Feb 17, 2013

What steps will reproduce the problem?
1. run runtime/debug tests in a loop with GOMAXPROCS>1

What do you see instead?

=== RUN TestFreeOSMemory-4
--- FAIL: TestFreeOSMemory-4 (0.00 seconds)
garbage_test.go:85: released before=1048576; released after=1048576; did not go up

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 +2cf1ef5d96c6 Fri Feb 15 14:48:58 2013 -0500 linux/amd64

also saw this with:

go version devel +90e25d15bc1c Thu Feb 14 23:37:14 2013 -0500 linux/amd64
@alberts
Copy link
Contributor Author

alberts commented Feb 17, 2013

Comment 1:

Think this actually came from:
go test -v -race -short -cpu 1,2,4 std

@dvyukov
Copy link
Member

dvyukov commented Feb 18, 2013

Comment 2:

This issue was closed by revision d62239b.

Status changed to Fixed.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1maybe label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants