ID: 38525 User updated by: judas dot iscariote at gmail dot com Reported By: judas dot iscariote at gmail dot com Status: Open Bug Type: Reproducible crash Operating System: linux PHP Version: 5.2.0RC2 New Comment:
ok. I now checked a fresh copy from the cvs, and reduced my php installation to the really minimum to run the offended app that crashes. my configure line now is : ./configure --enable-debug --with-pcre-regex --with-iconv --enable-session --disable-all --with-libdir=lib64 --with -apxs2=/usr/sbin/apxs2 results : imap server in remote === RANDOM CRASH imap server in localhost === NO CRASH. the gdb and valgrind info are the same. Previous Comments: ------------------------------------------------------------------------ [2006-08-22 03:02:36] judas dot iscariote at gmail dot com Tony, were you tested.. IMAP server was in the same machine or in a remote machine.. ? I think that counts for this problem. I cannot get this crash when imap server is in localhost. ------------------------------------------------------------------------ [2006-08-21 22:36:58] [EMAIL PROTECTED] I've tested it on 3 different machines (1 x86 and 2 x86-64) and I can't see any crashes whatsoever. Please try to reduce the reproduce code and/or provide access to the machine where it's reproducible. ------------------------------------------------------------------------ [2006-08-21 15:18:53] judas dot iscariote at gmail dot com apache 2.2.X with prefork MPM ------------------------------------------------------------------------ [2006-08-21 12:11:13] [EMAIL PROTECTED] Which Apache version is used and what is the MPM ? ------------------------------------------------------------------------ [2006-08-21 10:40:32] judas dot iscariote at gmail dot com well. additionally , this is a 64bit machine,but can be reproduced in IIRC can be reproduced in 32 bit too. it linux with latest 5.2 CVS, also reproduced in "released" RC2 tarball. not reproducible with 5.1.x cause this is caused by the new memory manager. A trace with xdebug loaded also ends abruptly in random places.. sometimes just after end of an IMAP stream, >=> ' Logout completed.\r\n' 6.4978 9175040 -> trim(' Logout completed.\r\n') /srv/www/htdocs/squirrelmail/functions/imap_general.php:203 >=> 'Logout completed.' >=> array (0 => array (0 => '* BYE Logging out\r\n')) >=> array (0 => '* BYE Logging out\r\n') >=> array (0 => '* BYE Logging out\r\n') >=> NULL >=> 1 6.5415 5767168 TRACE END [2006-08-20 18:37:19] or in other ocassions (weird) it segfaults **just after that** when squirelmail tries to register and object in a session , session variable si created and then die, :( also, the random error happends not only with right_main.php of SM but with read_body.php or the simple login.php. Im done, I don't know how else to look, not sure If I can provide reproduce code either. any clues ? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/38525 -- Edit this bug report at http://bugs.php.net/?id=38525&edit=1