php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6703 Failed to write session data
Submitted: 2000-09-13 01:46 UTC Modified: 2000-10-12 08:58 UTC
From: js at terasystems dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.2 OS: linux 2.2.16
Private report: No CVE-ID: None
 [2000-09-13 01:46 UTC] js at terasystems dot de
I am using PHP 4.0.2 with Apache 1.3.12 compiled as a module. 

First all works just fine, but after some time (I haven?t yet discovered when or why) I get an "File Descriptor Error" and php is not longer able to write the session data and it writes the following error to the apache errorlog: 
 write failed: Bad file descriptor (9) in Unknown on line 0: Failed to write session data. Please check that the current setting of session.save_path is correct (/tmp) in Unknown on line 0        

my configure: 
./configure \
        --enable-track-vars \
        --with-apache=/usr/src/apache_1.3.12 \
        --with-mysql


                

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-20 19:23 UTC] sas@php.net
Did you upgrade from an earlier PHP 4.0 installation? If yes, please make sure that you are indeed running 4.0.2 (i.e. phpinfo() output). The bug description matches exactly one bug which was fixed in PHP 4.0.2.
 [2000-10-12 08:58 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC