php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10895 Segmentation Fault
Submitted: 2001-05-16 04:02 UTC Modified: 2001-08-06 09:24 UTC
From: poerschke at netmedia dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.5 OS: Sun Solaris 5.8 on Intel
Private report: No CVE-ID: None
 [2001-05-16 04:02 UTC] poerschke at netmedia dot de
I had got Segmentation Faults using the sessions with PHP 4.05. After installing PHP 4.04pl1 the same code works fine.

I use the session_start(),session_register(),session_unregister() functions. But i could not localize which of them causes the problems, i'd expect that it is session_unregister().

"./configure" \
"--with-mysql=/usr/local/mysql" \
"--with-apache=../apache_1.3.19" \
"--enable-dbg=shared" \
"--with-ttf=/usr/local" \
"--with-gd" \
"--with-xml" \
"--with-zlib=/usr/local" \
"--with-jpeg-dir=/usr/local" \
"--enable-track-vars" \
"--enable-url-includes" \
"--disable-debug" \

Claus

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-14 23:42 UTC] sniper@php.net
We need a GDB backtrace of the crash, otherwise it is
impossible to know what causes it.

First get the latest RC from here:

http://www.php.net/~andi/php-4.0.6RC3.tar.gz

If above link doesn't work, try with RC4.

Then configure it using same options as before but change
the --disable-debug to --enable-debug otherwise the result
of GDB is useless.


 [2001-08-06 09:24 UTC] andy@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC