-
Notifications
You must be signed in to change notification settings - Fork 238
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
unbounded heap growth crashes xst, xsnap (SIGSEGV) #567
Comments
yay! seems to be fixed in c22a50b. |
It turns out to be a more complex issue than it first appeared. On systems with limited memory, it isn't a practical concern. On systems with lots of memory (gigabytes) it can be. We put in a workaround for the problem you reported. It isn't a proper fix for all situations. We should come back to this at some point. |
yeah... I saw I do prefer to track this until a proper fix is available. Memory safety is job 1! |
I'm not sure what to verify; the symptoms I was seeing were fixed Feb 22 by c22a50b. I don't have any way to provoke the more general problem handy. |
As the problems you could reproduce are resolved, this can be closed. |
Steps to Reproduce
xst grow.js
where grow.js is given belowIt also crashes xsnap, debug and release.
Build environment: Linux
Target device: xst
cc @warner
somewhat related: Agoric/agoric-sdk#2276 , Agoric/agoric-sdk#2224
The text was updated successfully, but these errors were encountered: