MasterH
09-13-2010, 03:17 AM
Good day
When we use the vvout_toJSON function
to output a big JSON tree structure (about 2000 nodes)
the resulting output text appears to be 'chopped' in
some locations (for example, approximately at 64K boundary,
a bunch of characters are trimmed out)
---- OUTPUT SNIPPET -----
misc2:"CONF10£",
misc3:"*MHP",misc90020002800490029",
leaf:true,misc2:"CONF15£"
---- OUTPUT SNIPPET -----
In the example above, the 'misc9' property of a node
get mixed with part of the text description of the next node,
and it happens at the 65396th byte.
The same behaviour occurs multiple times across the
resulting output text.
I suspect there's a bug in the buffer handling of the VVOUT
routines. Can you help me figure it out ?
Thanks in advance.
Stefano Maini
Master House Srl
When we use the vvout_toJSON function
to output a big JSON tree structure (about 2000 nodes)
the resulting output text appears to be 'chopped' in
some locations (for example, approximately at 64K boundary,
a bunch of characters are trimmed out)
---- OUTPUT SNIPPET -----
misc2:"CONF10£",
misc3:"*MHP",misc90020002800490029",
leaf:true,misc2:"CONF15£"
---- OUTPUT SNIPPET -----
In the example above, the 'misc9' property of a node
get mixed with part of the text description of the next node,
and it happens at the 65396th byte.
The same behaviour occurs multiple times across the
resulting output text.
I suspect there's a bug in the buffer handling of the VVOUT
routines. Can you help me figure it out ?
Thanks in advance.
Stefano Maini
Master House Srl