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 Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 - 16 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 19:01:28 2024 UTC