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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hdn at nsunet dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 04:01:27 2025 UTC