ID: 13068 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Assigned Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6 Old Assigned To: Assigned To: derick New Comment: It's still a bug, PHP should not crash. Assiging to myself. Previous Comments: ------------------------------------------------------------------------ [2001-08-30 20:24:52] [EMAIL PROTECTED] Correction, and solution. It turns out that it wasn't mcrypt_module_open that was seg faulting, but mcrypt_decrypt. The solution was that I didn't have a generic_init call. ------------------------------------------------------------------------ [2001-08-30 17:32:01] [EMAIL PROTECTED] Running PHP 4.0.6 and libmcrypt 2.4.15 on a Linux box (2.4.x kernel). I've narrowed it down to the call to mcrypt_module_open. That's the one that hoses me. $cipher = "des"; $td = mcrypt_module_open ($cipher, "", MCRYPT_MODE_CBC, ""); Sometimes it works, other times, I get seg faults, which would rule out library permissions, etc. Any ideas? Scott ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13068&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]