-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BinaryDeserialize
slows the GC Again
#2530
Comments
Connection timeout encountered after 22 minutes. No result is returned in the test node.
|
It certainly can:
IIUC deserializing creates an "impossible" item which leads to "stack is too big". Not sure about the contents of the stack after the syscall, but JSON serialization error suggests that there is some funky nested nested nested thing there and with 0.95.4 we've limited that for user-facing JSON generation (it doesn't have size limit technically). |
Related to neo-project/neo-vm#418 and #2528
details: lazynode/Tanya#5
PoC
The text was updated successfully, but these errors were encountered: