You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NockStack should have a guard page for safety and so that we can detect OOM errors during computation. Currently, there's no defense against the two stacks in 2Stackz clobbering each other.
The text was updated successfully, but these errors were encountered:
per discussion with @ashelkovnykov and I believe originally due to @joemfb: we are going to put a Nockstack OOM (bail:meme) check in the allocation routines. ( #172 ) The guard page will also be implemented but will simply attempt to recenter, and rethrow the SIGSEGV if it cannot. This will be a security and debugging measure only and should never occur in normal pier operation.
The
NockStack
should have a guard page for safety and so that we can detect OOM errors during computation. Currently, there's no defense against the two stacks in 2Stackz clobbering each other.The text was updated successfully, but these errors were encountered: