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

Threadgroup1 leads to memory leak #26

Open
eternalNight opened this issue Mar 29, 2013 · 0 comments
Open

Threadgroup1 leads to memory leak #26

eternalNight opened this issue Mar 29, 2013 · 0 comments

Comments

@eternalNight
Copy link
Collaborator

Description

In the unit test threadgroup1, the test sometimes (but not always) end with memory leak.

Commit

5d1fdc2 Mark threadgroup1 as a known failure on i386 and amd64

Reproduce Steps

cd ucore
make ARCH=i386 defconfig
UCORE_TEST=/testbin/threadgroup1 make kernel
UCORE_TEST=/testbin/threadgroup1 make sfsimg
./uCore_test -f src/user-ucore/testspecs/threadgroup1.testspec

Current Result

The unit test fail with

!! error: missing 'init check memory pass.'

Expected Result

Init check memory should pass.

eternalNight pushed a commit that referenced this issue Mar 29, 2013
Issue #26

Threadgroup1 may (but not always) lead to memory leak.

Signed-off-by: Junjie Mao <eternal.n08@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant