json-parser failes with gc_mode=2

Monkey Forums/Monkey Bug Reports/json-parser failes with gc_mode=2

Hans(Posted 2014) [#1]
i use the json-parser (latest version 78h) with a json-file of about 4mb.
when i use gc_mode=2, the json-parser seems to loose values.
even worse, when i now call .ToJson(), it never returns.

when i go back to gc_mode=1 everything works fine, but i need to use gc_mode=2.

please help.
thanks


marksibly(Posted 2014) [#2]
Can you send me the project?

Unless I can reproduce the problem, I can't really fix it...

[edit]Okay, have managed to crash a large json file! investigating...[/edit]


marksibly(Posted 2014) [#3]
Ok, just uploaded v79b with some fixes for gc_mode 2.

If you're still having problems, could you please email me a minimal example+json data that crashes?


Hans(Posted 2014) [#4]
Awesom, thank you very much! The first walk through is working perfectly with v79b.