Tests leak shared memory segments
Opened this issue · 3 comments
eserte commented
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 commented
Thanks for the report, I will start working on this in a branch.
exodist commented
I have a fix for this, have to wait on it for now though. I will let you know when it goes out.
exodist commented