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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Wed May 29 11:01:32 2024 UTC