Posted by salovan on August 10, 2011 at 3:52pm
3 followers
Jump to:
| Project: | Backup and Migrate |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Updating from 7.4 to 7.7 we fell into an infinite loop before before update could complete. After searching the fora, it became clear that the issue was related to #1232346: easy to trigger infinite recursion in hook_menu() and hook_theme().
Looking at our backtrace, this module has a call to the l() function in the hook_menu() implementation, this coupled with a menu_get_item() call in custom search's hook_theme() caused the infinite loop. The custom search issue is #1235878: Infinite recursion in D7.
Comments
#1
I'm not seeing the l() function you're referring to so I think this must have been fixed. Reopen if I'm missing something obvious.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.