php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15888 Crashes when using --with-mm
Submitted: 2002-03-05 17:00 UTC Modified: 2002-06-17 20:26 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: thomas dot grotevent at gmx dot de Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.1.2 OS: Linux (SuSE 7.3)
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: thomas dot grotevent at gmx dot de
New email:
PHP Version: OS:

 

 [2002-03-05 17:00 UTC] thomas dot grotevent at gmx dot de
I've configured 4.1.1 and 4.1.2 with the same options:

--with-apxs=/usr/local/httpd/bin/apxs \
--prefix=/usr/local/php \
--sysconfdir=/etc/php \
--enable-force-cgi-redirect \
--with-config-file-path=/etc/php \
--enable-safe-mode \
--enable-track-vars \
--with-db3 \
--with-gd \
--with-mysql=/usr/local/mysql \
--with-gettext \
--with-mm \
--enable-ftp \
--with-imap-ssl \
--with-zlib \
--with-png \
--disable-debug \
--with-xml \
--with-mcrypt \
--with-imap 

Setting session.save_handler = mm in the php.ini results in an error message of the apache webserver:"child pid xxx exit signal Segmentation Fault (11)" when using version 4.1.2 and calling e.g. the test.php of the horde framework or SquirrelMail. The version 4.1.1 works fine.
No compilation errors or similar showed up.
The mm version is 1.1.3.

Regards
Thomas
(Please apologize my english... ;-)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-05 17:06 UTC] derick@php.net
Can you try a snapshot from snaps.php.net to see if it's fixed AND provide a backtrace of this crash?

Derick
 [2002-03-09 15:29 UTC] thomas dot grotevent at gmx dot de
I've tested a Snapshot of march 06.. The error is gone with
the snapshot version and comes up again when switching back to the 4.1.2 version.
i tried to backtrace this error with gdb. But i'm not a real  programmer and got lot's of difficulties. The apache webserver does not start php at all if i try to start via gdb.
I'll try to figure out if i can get this work.

Thomas
 [2002-06-17 20:26 UTC] sniper@php.net
AFAIK, this was fixed in 4.2.1 already. If not, please try
this snapshot and reopen if the bug exists in it:

http://snaps.php.net/php4-latest.tar.gz
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 07:00:02 2025 UTC