ID: 14780
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Critical
Status: Closed
Bug Type: Session related
Operating System: RH 7.2
PHP Version: 4.1.1
Assigned To: yohgaki
New Comment:
I haven't changed any, but it stopped segfaulting after cvs udpate.
Fixed in 4.2.0-dev.
Please reopen this report if you still have problem with 4.2.0-dev.
Previous Comments:
------------------------------------------------------------------------
[2002-01-06 22:11:10] [EMAIL PROTECTED]
Changed Status to Critical.
There are many problems with external session save handlers.....
------------------------------------------------------------------------
[2002-01-06 22:01:57] [EMAIL PROTECTED]
Found the cause and work around. (Use of session_module_name() is
causing race) I need to reconsider how to make a real fix for this
segfault :)
------------------------------------------------------------------------
[2002-01-06 06:19:55] [EMAIL PROTECTED]
Hi,
Here is my configure statement. Notice there's no pgsql:
./configure --with-mm --enable-inline-optimization --with-zlib
--with-oci8=/u01/app/or
acle/product/8.1.7 --disable-onstatement --enable-ftp --with-apxs
--enable-shmop --en
able-sysvsem --with-gd
John Lim
------------------------------------------------------------------------
[2002-01-02 17:08:20] [EMAIL PROTECTED]
I noticed this problem before your report :) It's not a mm, but pgsql
save handler though. Root of the problem is the same, I guess.
I'm not 100% sure, yet, but multiple close calls may be the cause.
------------------------------------------------------------------------
[2001-12-31 02:12:09] [EMAIL PROTECTED]
A simple script that reproduces the problem with "mm". Works fine for a
while until "mm" breaks under stress:
<?php
error_reporting(E_ALL);
$abc1 = '';
for ($i=0;$i<20;$i++)
session_register('abc'.$i);
@$_SESSION['abc1'] += 2;
print "<pre>$abc1\n\n";
?>
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14780
Edit this bug report at http://bugs.php.net/?id=14780&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]