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
After running the Test2-0.000043 test suite there are some shared memory segments leaking. A diff on ipcs -a before and after show:
ipcs -a
... ------ Shared Memory Segments -------- key shmid owner perms bytes nattch status +0x00000000 529367041 cpansand 666 64 0 +0x00000000 529399810 cpansand 666 64 0 +0x00000000 529432579 cpansand 666 64 0 +0x00000000 529465348 cpansand 666 64 0 +0x00000000 529498117 cpansand 666 64 0 +0x00000000 529530886 cpansand 666 64 0 +0x00000000 529563655 cpansand 666 64 0 +0x00000000 529596424 cpansand 666 64 0 ...
The text was updated successfully, but these errors were encountered:
Thanks for the report, I will start working on this in a branch.
Sorry, something went wrong.
I have a fix for this, have to wait on it for now though. I will let you know when it goes out.
Test-More/test-more@62f4bf8
No branches or pull requests
After running the Test2-0.000043 test suite there are some shared memory segments leaking. A diff on
ipcs -a
before and after show:The text was updated successfully, but these errors were encountered: