ID: 32317 Updated by: [EMAIL PROTECTED] Reported By: ian_real at dominios dot net -Status: Open +Status: Feedback Bug Type: Session related Operating System: Sus 2.6.8-24-smp x86_64 PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Try using this snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz And this configure line: # ./configure --disable-all --enable-session --enable-debug And use the sapi/cli/php binary in your script. Previous Comments: ------------------------------------------------------------------------ [2005-03-15 17:04:43] ian_real at dominios dot net 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 this bug report at http://bugs.php.net/?id=32317&edit=1