1024 - stack underflow error?
sjchristi opened this issue · 1 comments
sjchristi commented
Hi,
In my test suite I'm seeing stack underflow errors while decoding JSON (synchronous version):
"VerifyError: Error #1024: Stack underflow occurred."
Has anyone else seen this? I'm trying to put together a test case that will allow others to attempt to reproduce..
mherkender commented
Never heard of that one before.
A quick Google search suggests it's related to the trace statement, try removing it and see what error you get.
If you can provide any JSON to reproduce this error, it would be extremely helpful.