ID: 37697 Updated by: [EMAIL PROTECTED] Reported By: aeolianmeson at blitzeclipse dot com -Status: Closed +Status: Bogus Bug Type: Semaphore related Operating System: Fed4 PHP Version: 5.1.4
Previous Comments: ------------------------------------------------------------------------ [2006-06-05 19:39:36] aeolianmeson at blitzeclipse dot com Okay. Thanks. Dustin ------------------------------------------------------------------------ [2006-06-05 11:50:57] [EMAIL PROTECTED] Works perfectly fine here: # php -r 'var_dump(msg_get_queue(1360265987));' resource(4) of type (sysvmsg queue) ------------------------------------------------------------------------ [2006-06-05 04:17:39] aeolianmeson at blitzeclipse dot com Description: ------------ get_queue will always say that it is out of space, but space is abundant. Full SysV library is built. No idea even on how to debug this. Reproduce code: --------------- <?php // This key was returned by an ftok() call. $res = msg_get_queue(1360265987); ?> Expected result: ---------------- No error. Actual result: -------------- PHP Warning: msg_get_queue(): failed for key 0x51140303: No space left on device in /clustershare/cluster/simplemsg.php on line 3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37697&edit=1