Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #37983 : Segmentation fault when session.save_handler = mm
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 10th June 00:39
php-bugs
External User
 
Posts: 1
Default #37983 : Segmentation fault when session.save_handler = mm



From: melco at yandex dot ru
Operating system: Gentoo Linux 2006.0 x86_64
PHP version: 5.1.4
PHP Bug Type: Session related
Bug description: Segmentation fault when session.save_handler = mm

Description:
------------
When i compiled my php with
USE="apache berkdb cli crypt imap mysql ncurses nls pcre readline
reflection -sasl session spell spl ssl xpm zlib -apache2 -bcmath bzip2
-calendar -cdb -cgi -cjk -ctype -curl -curlwrappers -db2 -dbase debug
-discard-path -doc -exif -fastbuild -flatfile -force-cgi-redirect -ftp gd
-gd-external -gdbm -gmp -hardenedphp hash -hyperwave-api -iconv -inifile
-interbase -iodbc -ipv6 -java-external -kerberos -ldap -libedit -mcve
-memlimit -mhash -ming -msql -mssql mysqli -oci8 -odbc -pcntl -pdo
-pdo-external -pic -posix -postgres -qdbm -recode -sapdb -sharedext
-sharedmem simplexml -snmp -soap sockets -sqlite -sysvipc threads -tidy
-tokenizer -truetype -unicode -vm-goto -vm-switch -wddx xml xmlreader
xmlrpc -xmlwriter -xsl -yaz zip" emerge php

I found, that when i set session.save_handler = mm than i recive Segfault
with mod_php for apache1 when try to brows phpmyadmin

my CFLAGS="-O2 -pipe -march=k8 -m64"

.................................................. ...
[Fri Jun 30 14:07:10 2006] [notice] Accept mutex: sysvsem (Default:
sysvsem)
[Fri Jun 30 14:09:45 2006] [notice] child pid 23849 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:45 2006] [notice] child pid 23850 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23851 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23852 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23853 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:01 2006] [notice] child pid 23842 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:01 2006] [notice] child pid 23845 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:02 2006] [notice] child pid 23843 exit signal
Segmentation fault (11)
.............................


--
Edit bug report at http://bugs.php.net/?id=37983&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37983&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37983&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37983&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37983&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=37983&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=37983&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=37983&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=37983&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=37983&r=support
Expected behavior: http://bugs.php.net/fix.php?id=37983&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=37983&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=37983&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37983&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37983&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37983&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=37983&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=37983&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=37983&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=37983&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=37983&r=mysqlcfg
  Reply With Quote


  sponsored links


2 10th June 00:39
External User
 
Posts: 1
Default #37983 : Segmentation fault when session.save_handler = mm



ID: 37983
Updated by: bjori@php.net
Reported By: melco at yandex dot ru
-Status: Open
+Status: Feedback
Bug Type: Session related
Operating System: Gentoo Linux 2006.0 x86_64
PHP Version: 5.1.4
New Comment:

Please try using this CVS snapshot:

http://snaps.php.net/php5.2-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.2-win32-latest.zip


Previous Comments:
------------------------------------------------------------------------

[2006-07-01 19:05:39] melco at yandex dot ru

Description:
------------
When i compiled my php with
USE="apache berkdb cli crypt imap mysql ncurses nls pcre readline
reflection -sasl session spell spl ssl xpm zlib -apache2 -bcmath bzip2
-calendar -cdb -cgi -cjk -ctype -curl -curlwrappers -db2 -dbase debug
-discard-path -doc -exif -fastbuild -flatfile -force-cgi-redirect -ftp
gd -gd-external -gdbm -gmp -hardenedphp hash -hyperwave-api -iconv
-inifile -interbase -iodbc -ipv6 -java-external -kerberos -ldap
-libedit -mcve -memlimit -mhash -ming -msql -mssql mysqli -oci8 -odbc
-pcntl -pdo -pdo-external -pic -posix -postgres -qdbm -recode -sapdb
-sharedext -sharedmem simplexml -snmp -soap sockets -sqlite -sysvipc
threads -tidy -tokenizer -truetype -unicode -vm-goto -vm-switch -wddx
xml xmlreader xmlrpc -xmlwriter -xsl -yaz zip" emerge php

I found, that when i set session.save_handler = mm than i recive
Segfault with mod_php for apache1 when try to brows phpmyadmin

my CFLAGS="-O2 -pipe -march=k8 -m64"

.................................................. ...
[Fri Jun 30 14:07:10 2006] [notice] Accept mutex: sysvsem (Default:
sysvsem)
[Fri Jun 30 14:09:45 2006] [notice] child pid 23849 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:45 2006] [notice] child pid 23850 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23851 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23852 exit signal
Segmentation fault (11)
[Fri Jun 30 14:09:46 2006] [notice] child pid 23853 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:01 2006] [notice] child pid 23842 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:01 2006] [notice] child pid 23845 exit signal
Segmentation fault (11)
[Fri Jun 30 14:10:02 2006] [notice] child pid 23843 exit signal
Segmentation fault (11)
.............................

------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=37983&edit=1
  Reply With Quote


  sponsored links


Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666