We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems memory leaks are occurring. Every test is passed except multi-oom, whose role is detecting memory leaks (in both bochs and qemu.)
multi-oom
bochs
qemu
Result of multi-oom:
run: after run 1/10, expected depth 61, actual depth 44: FAILED
The text was updated successfully, but these errors were encountered:
[#73] Avoid memory leak
4dfa242
Free resources that had not been controlled.
Merge pull request #74 from hangpark/iss/73
9667427
Done by PR #74.
Sorry, something went wrong.
hangpark
No branches or pull requests
It seems memory leaks are occurring. Every test is passed except
multi-oom
, whose role is detecting memory leaks (in bothbochs
andqemu
.)Result of
multi-oom
:The text was updated successfully, but these errors were encountered: