-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Hi @justjake
When a vm fails due to the "out of memory" issue, I cannot neither dispose it nor create a new one. It keeps failing with the RuntimeError: memory access out of bounds.
How to reproduce
- run
vm.evalScript()with a code, big enough to violate the memory limit - you will get the
RuntimeError: memory access out of boundserror - try calling
vm.dispose()orquickJS.createVm()- you will be getting the same error
Metadata
Metadata
Assignees
Labels
No labels