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

Tests leak shared memory segments #18

Open
eserte opened this issue Apr 30, 2016 · 3 comments
Open

Tests leak shared memory segments #18

eserte opened this issue Apr 30, 2016 · 3 comments

Comments

@eserte
Copy link

eserte commented Apr 30, 2016

After running the Test2-0.000043 test suite there are some shared memory segments leaking. A diff on ipcs -a before and after show:

...
 ------ 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                       
...
@exodist
Copy link
Member

exodist commented Apr 30, 2016

Thanks for the report, I will start working on this in a branch.

@exodist
Copy link
Member

exodist commented Apr 30, 2016

I have a fix for this, have to wait on it for now though. I will let you know when it goes out.

@exodist
Copy link
Member

exodist commented Apr 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants