From: mbeccati Operating system: * PHP version: 7.0Git-2015-11-10 (Git) Package: Testing related Bug Type: Bug Bug description:shmop/tests/002.phpt doesn't release shared memory
Description: ------------ In my CI, I've noticed the test failing more and more often. When I've checked, the user that runs the builds had 700+ shared memory segments allocated. It appears that the test above doesn't release the segments it allocates, so at each run, "ipcs -m" reports 2-3 more segments. Test script: --------------- php run-tests.php ext/shmop/tests/002.phpt > /dev/null; ipcs -m | grep 0x | wc -l php run-tests.php ext/shmop/tests/002.phpt > /dev/null; ipcs -m | grep 0x | wc -l Expected result: ---------------- 0 0 Actual result: -------------- 3 5 -- Edit bug report at https://bugs.php.net/bug.php?id=70886&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=70886&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=70886&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=70886&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=70886&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=70886&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=70886&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=70886&r=needscript Try newer version: https://bugs.php.net/fix.php?id=70886&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=70886&r=support Expected behavior: https://bugs.php.net/fix.php?id=70886&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=70886&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=70886&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=70886&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=70886&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=70886&r=dst IIS Stability: https://bugs.php.net/fix.php?id=70886&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=70886&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=70886&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=70886&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=70886&r=mysqlcfg -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php