Test-More/Test2-deprecated-

Tests leak shared memory segments

Opened this issue · 3 comments

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                       
...

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

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