in reply to Re: Challenge, try to fix the bug
in thread Challenge, try to fix the bug

You have the right idea and module, but the wrong regular expression.

I started by creating a local copy of Template that I could add debugging statements to. Using a binary search I found the last function call within process it executed, then went to that function and found where it died there, and before long found the actual place where it dies.