php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13379 Only one user can run php-cgi binary at the same time.
Submitted: 2001-09-21 14:12 UTC Modified: 2001-11-11 12:37 UTC
From: hdn at nsunet dot ru Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: Debian GNU/Linux
Private report: No CVE-ID: None
 [2001-09-21 14:12 UTC] hdn at nsunet dot ru
Only one user can run php-cgi binary at the same time.

It reports:
PHP Fatal error:  Unable to start session mm module in Unknown on line 0

It occures because session mm module tries to open file "/tmp/session_mm.sem" which is already opened by concurrent process.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-11 12:37 UTC] sander@php.net
Not a bug in PHP. See #13595. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 17:01:37 2024 UTC