AdaYaml icon indicating copy to clipboard operation
AdaYaml copied to clipboard

Exception: PROGRAM_ERROR : encountered illegal situation while searching for space in chunk! Pos = xxx

Open stcarrez opened this issue 6 years ago • 3 comments

When parsing valid YAML file, the parser often raises program_error exception.

This occurs in the Text string allocator. At some point the chunk gets corrupted.

Reproduced with the util tool:

bin/yaml-to_dom swagger.txt

swagger.txt

stcarrez avatar May 12 '18 20:05 stcarrez