php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6799 transparent SID propagation causes segfault
Submitted: 2000-09-18 02:15 UTC Modified: 2000-09-20 19:24 UTC
From: sean at fojar dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.2 OS: Red Hat Linux 6.2
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sean at fojar dot com
New email:
PHP Version: OS:

 

 [2000-09-18 02:15 UTC] sean at fojar dot com
Once in a while, I'd say one time out of every 10 or so, when PHP is transparently adding the session ID to links, it causes apache to segfault.

The page only displays half way, and then looking at apache's error_log, it says:
[Date][notice] chipd pid 111 exit signal Segmentation fault (11)

PHP was compiled with the options: 
--without-mysql --with-apxs=/usr/local/apache/bin/apxs --enable-trans-sid --with-custom-odbc=/opt/SYBSasa6

php.ini is the stock "php.ini-optimized" with these options changed:
session.name = OPSESSID
register_globals = On
include_path = /usr/local/apache/htdocs/include

Like I said, it only does this maybe one out of every 10 page loads, and always at seemingly random places (I can't re-create the circumstances that cause it).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-20 03:09 UTC] sean at fojar dot com
Also: I am running kernel version 2.2.16
 [2000-09-20 19:24 UTC] sas@php.net
Try a recent snapshot of PHP. We have a new URL parser which might fix such problems:

http://snaps.php.net/
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 05:01:28 2025 UTC