Open ceanvalds opened 1 week ago
Doing ls more than 3 times page faults.
ls
Edit: now you can do it 5 times
kfree() fails and does not free the memory allocated by kmalloc() , resulting in a possible memory leak or another error.
kfree()
kmalloc()
It crash after 3 times ? Weird because it still have a lot of memory avalibe after 3 times. I think it is something else
Doing
ls
more than 3 times page faults.Edit: now you can do it 5 times
Issue
kfree()
fails and does not free the memory allocated bykmalloc()
, resulting in a possible memory leak or another error.Screenshots
Page fault
Memseg normally
Memseg after doing ls 3 times