php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34944 Strange behaviour session_start()
Submitted: 2005-10-21 12:01 UTC Modified: 2005-10-21 12:14 UTC
From: lennart at axipress dot nl Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.0.5 OS: debian 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: lennart at axipress dot nl
New email:
PHP Version: OS:

 

 [2005-10-21 12:01 UTC] lennart at axipress dot nl
Description:
------------
We're using 1 apllication to render lots of websites. It runs for about a year stable now. At a certain moment (10 mins ago) we recieved very strange exception email messages from our server.
The messages we're telling us, something was wrong with session_start().
I manually requested some urls that made use of that application and they gave me randomly the same type of error messages. Some of the requests had no errors.
After restarting apache it stopped.

I'm not sure if this is a real bug, but because of the some C code in messages it looks kinda serious to me.


session_start() [function.session-start]: open(06H?/sess_fa1b6713f1ca70e0493ffafffdf730ac, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(!/sess_78cb2f754bb0c01a9366139362c68a50, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open( /sess_589531408380979b6c9aa5df9c8410f8, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_68be15e6b61260c0904269e1c34bc78f, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(popexpect/sess_dd32c3ed043bd71e51165b3a5c9fc8d8, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open( * * @param int $frame (optional) what frame to fetch * @return array Backtrace, or NULL if not available. * 

@access public *//sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open( *//sess_ccf033c4b5f82ede5230695aef18aaf6, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(_expected_errors/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(H?9 /sess_9e1ce50ec0487234522045724dca00d6, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(H?9 /sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open( $db->disconnect()?/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(!/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(backtrace/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(????c/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open( *//sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(blic *//sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(</sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(rownum/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(?/sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 

session_start() [function.session-start]: open(</sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2) 


If you need some more info about our server or whatever, please ask. Using PHP 5.0.4 not 5.0.5

kind regards


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-21 12:08 UTC] lennart at axipress dot nl
No C code but some of the pear DB class.....
Restarting apache doesn't work either..

session_start() [function.session-start]: open(g their values are consistent when changing * DBMS's. These portability options can be turned on when creating a * new DB object or by using setOption(). * * + <samp>DB_PORTABILITY_LOWERCASE</samp> * convert names of fields to lower case * * + <samp>DB_PORTABILITY_RTRIM</samp> * right trim the data * * @param int $fetchmode how the resulting array should be indexed * @param int $rownum the row number to fetch * * @return array a row of data, null on no more rows or PEAR_Error * object on error * * @see DB_common::setOption(), DB_common::setFetchMode() * @access public *//sess_c16025ef49b30013c646f2eef24068a3, O_RDWR) failed: No such file or directory (2)
 [2005-10-21 12:14 UTC] tony2001@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

>Using PHP 5.0.4 not 5.0.5
It's time to upgrade then?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 01:01:32 2024 UTC