p5-Compiler-Lexer icon indicating copy to clipboard operation
p5-Compiler-Lexer copied to clipboard

recursive_tokenize('foo => {') segfaults

Open jhi opened this issue 10 years ago • 1 comments

Found by accident while minimizing another crash case.

jhi avatar Nov 17 '15 18:11 jhi

I'm thinking that the cause of this issue is get_used_modules. This issue also causes the same crash when get_used_modules is executed. And since recursive_tokenize calls get_used_modules internally, this kind of crash is occurring.

In other words, we need to fix get_used_modules to solve this issue.

Code-Hex avatar Aug 11 '17 10:08 Code-Hex