maximum recursion limit exceeded
Status: Inactive
Brought to you by:
reiot
when large file processing, something went wrong and
below error occurred.
==
File "/home/reiot/public_html/cgi-bin/spsp.py", line
712, in service
m = pattern.search(content,start_pos)
exceptions.RuntimeError : maximum recursion limit exceeded
==
i don't know why this error occurred, but i think this
error from PspWriter.flush(). maybe..
currently, i'm looking into source code. :-)