[AWS] Templates_Parser Crash

Al Christians achrist@easystreet.com
Wed, 07 Nov 2001 21:06:00 -0800


I had the templates_parser give me a bad crash.  It was giving a 
storage error and stack overflow in the Parse function.  The
crash didn't give much guidance at finding the cause. I tracked
down the cause -- a bad template.  I had something like this:

@@TABLE@@
  @_VarName_@
@@END_TABLE_@

The bad delimiter on the END_TABLE statement was causing the crash.
IDK if that's something that shouldn't happen or not, but if it
shouldn't it is.


Al Christians