ID: 16361 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Session related Operating System: Windows NT, OS/2 PHP Version: 4.1.2 New Comment:
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2002-09-26 16:30:39] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-03-30 21:35:39] [EMAIL PROTECTED] I've looked bug reports, but there is no exactly the same segfualt report. I'll keep this report open. Cause is known and there are sevral reports already for the same cause, but different segfaults. ------------------------------------------------------------------------ [2002-03-30 18:35:48] [EMAIL PROTECTED] Thanks for reporting, but this has been reported already. IIRC. ------------------------------------------------------------------------ [2002-03-30 11:58:59] [EMAIL PROTECTED] To reproduce bug do this test: 1) Turn off cookies at browser. 2) run file: <? session_name ("SESSID"); session_set_cookie_params (3600); session_register("test"); //registring tracks variable. if (!isset($test)) $test=1; $test=$test++; echo '<a href="'.$PHP_SELF.'?SESSID='.session_id().'">test</a>'; echo '<br><a href="'.$PHP_SELF.'?SESSID=c:\123">test2</a>'; ?> 3) Click on a "test2" link 4) Apache child will crash and php will write message like Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Testes on OS/2 (PHP 4.1.2) and win32 (PHP 4.1.1). PHP is installed as Apache module. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16361&edit=1