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
cd ucore
make ARCH=arm BOARD=goldfishv7 menuconfig (disable DDE)
UCORE_TEST=/testbin/spipetest make sfsimg
UCORE_TEST=/testbin/spipetest make kernel
./uCore_test -sf src/user-ucore/testspecs/spipetest.testspec
Current Result
From the serial console:
kernel_execve: pid = 2, name = "/testbin/spipetest".
child write ok
parent read ok
spipetest pass
sfs: unmount: 'simple file system' (7470/4818/12288)
vfs: unmount disk0.
all user-mode processes have quit.
kernel panic at proc.c:2020:
assertion failed: nr_used_pages_store == nr_used_pages()
Expected Result
The test passes without memory leak.
The text was updated successfully, but these errors were encountered:
Description
spipetest leads to memory leak in arm
Commit
deab5d9 Update autotest report headers
Reproduce Steps
cd ucore
make ARCH=arm BOARD=goldfishv7 menuconfig (disable DDE)
UCORE_TEST=/testbin/spipetest make sfsimg
UCORE_TEST=/testbin/spipetest make kernel
./uCore_test -sf src/user-ucore/testspecs/spipetest.testspec
Current Result
From the serial console:
Expected Result
The test passes without memory leak.
The text was updated successfully, but these errors were encountered: