From:             ian_real at dominios dot net
Operating system: Sus 2.6.8-24-smp x86_64
PHP version:      4.3.10
PHP Bug Type:     Session related
Bug description:  glibc detected double free or corruption in session_start()

Description:
------------
The problem only happens on our systems with two nocona 64 bit CPUs

Configure Command =>  './configure' '--with-_lib=lib64' '--enable-sockets'
'--enable-pcntl' '--enable-sigchild' '--with-bz2' '--enable-discard-path'
'--with-mysql=/usr/local/mysql' '--with-curl=/usr/local' '--with-dbase'
'--disable-short-tags' '--enable-track-vars' '--without-gd'
'--enable-sysvshm' '--enable-sysvsem' '--disable-debug'
'--enable-magic-quotes' '--enable-memory-limit'
'--with-config-file-path=/usr/local/lib' '--with-zlib'


Reproduce code:
---------------
#!/usr/local/bin/php-cli
<?php
session_id("abtest");
session_start();
?>


Expected result:
----------------
shouldnt produce any output

Actual result:
--------------
*** glibc detected *** double free or corruption: 0x000000000073d9a0 ***

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

Reply via email to