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 text was updated successfully, but these errors were encountered:
DanielKag
changed the title
Segmentation fault when calling isolate.dispose while script is running in isolation
Segmentation fault when calling isolate.dispose while the isolated code is blocked by applySyncPromise
Dec 19, 2022
DanielKag
changed the title
Segmentation fault when calling isolate.dispose while the isolated code is blocked by applySyncPromise
Segmentation fault when calling isolate.dispose while the isolated code is blocked by applySyncPromiseDec 19, 2022
Thanks for the report, and for the clear reproduction case. If you have the ability to test the latest revision on your actual application let me know if it works.
Also while this wasn't relevant here you should know that segfault-handler should not be used with isolated-vm. See: ddopson/segfault-handler#49
Hello,
We start getting segmentation faults after upgrading
isolated-vm
to 4.4.24.4.1 works fine
We see the error when we use
isolate.dispose()
while the isolated code is blocked applySyncPromise.Minimal code to reproduce the segmentation fault:
Files
package.json
:index.js
Tested with node: 16.14.0 & 14.19.1
Errors
Error in
nodejs 14.19.1
:Error in
nodejs 16.14.0
:The text was updated successfully, but these errors were encountered: