Parser unable to reset parse stack Explanation: A syntactic error occurred and the parser spent too much time trying to recover the parse stack. In the past, some of these recoveries seemed to be in an infinite loop, though they do terminate eventually. User Action: Previous syntactic errors were diagnosed. Correct them and retry the compilation.