Tests 636 and 638 from test/perltestdata fail with stack overflows. Here are the relevant calls: ``` lisp (ppcre:scan "((a{0,5}){0,5}){0,5}[c]" "aaaaaaaaaa") ``` ``` lisp (ppcre:scan "((a{0,5}){0,5})*[c]" "aaaaaaaaaa") ```