When I restore locally from a production backup, I manage to kill Apache. Log shows this error:

Parent: child process exited with status 3221225477 -- Restarting.

Any ideas?

Comments

ronan’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm, never experienced that. Does it help to increase your memory limit or timeouts (php and apache)?

ezeedub’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I wish I could remember what I did to solve this, but whatever it was, it wasn't the module... :)

strategictech’s picture

You can fix this by setting the
pcre.backtrack_limit and pcre.recursion_limit lower!

you can do this in settings.php I opted to set it in my .htaccess like so:

php_value pcre.backtrack_limit 100
php_value pcre.recursion_limit 100