php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6221 Garbage collector loops
Submitted: 2000-08-17 12:30 UTC Modified: 2000-08-17 16:25 UTC
From: holger at marzen dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.1pl2 OS: Linux, 2.0.38, libc5 (!)
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: holger at marzen dot de
New email:
PHP Version: OS:

 

 [2000-08-17 12:30 UTC] holger at marzen dot de
I uses squirrel-mail, a webmail system (www.squirrelmail.org). Whenever a session_start() is invoked and the garbage collector starts (can always reproduced with "session.gc_probability    = 100" then the script loops until it is aborted beacuse of max. execution time.

php4 is linked statically to apache 1.3.12 + ssl.

This error only occurs on a libc5-based system, kernel 2.0.38.
On another glibc-based system, kernel 2.2.16, there is no problem.

My workaround: session.gc_probability    = 0

Regards
Holger Marzen
holger@marzen.de

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 16:25 UTC] sas@php.net
Sounds like a problem in your libc 5 installation. Sorry, but we cannot guarantee that PHP runs on broken systems.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 05:01:30 2024 UTC