From: [EMAIL PROTECTED] Operating system: Linux 2.4.1 PHP version: 4.0 Latest CVS (16/03/2001) PHP Bug Type: mcrypt related Bug description: mcrypt_encrypt dumps core When I run .php files under Apache (1.3.19) PHP sometimes crash. I can run the same file several times, and only sometimes is crashes. This is what is recorded in the apache log (a lot of them): [Fri Mar 9 19:24:51 2001] [notice] child pid 22845 exit signal Segmentation fault (11) The following code can reproduce the crash: $input = "Teststring"; $key = "gQ8V(|!kQ§lmJ8*~/HajI~lNM.-HzJqy"; $iv = "w81kaMfJq(1lcJaQ+m BsjedLq!§230?"; $output = mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $key, $input, MCRYPT_MODE_CBC, $iv); The configure line is: --enable-track-vars --with-mysql=/usr/local/mysql --with-mhash --with-mcrypt --with-apxs=/usr/local/apache/bin/apxs -- Edit Bug report at: http://bugs.php.net/?id=9801&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]