Hello If there is a memory_limit directive either in a .htaccess file or in the Apache2 config, I always get a segfault.
For example: php_value memory_limit 10M It doesn't seem to matter what the limit is. As far as I can tell, this happens all the time some PHP script is accessed using a .htaccess file or an Apache config file with this in it. (Using Debian Squeeze)

