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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 00:01:27 2025 UTC