Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2009 at 22:31 UTC
Updated:
24 Aug 2012 at 21:07 UTC
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
Comment #1
ronan commentedHmm, never experienced that. Does it help to increase your memory limit or timeouts (php and apache)?
Comment #2
ezeedub commentedI wish I could remember what I did to solve this, but whatever it was, it wasn't the module... :)
Comment #3
strategictech commentedYou 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